body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	background-image: url(../assets/images_jpeg/Bgdkred.jpg);
	background-repeat: repeat;
	background-color: #631815;
}

a:link {
	color: #880000;
}

a:hover {
	color: #f70000;
}

a:visited {
	color: #6666CC;
}
a:active {
	color: #880000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}


h1 {
	color: #880000;
	font-weight: bold;
	margin: 0px 0px 32px 0px;
	font-size: 0.99em;
}

h2 {
	font-size: 0.9em;
	color: #222222;
	margin: 0px 0px 25px;
	font-weight: bold;
}

h3 {
	font-size: 0.8em;
	font-style: normal;
	color: #222222;
}

p {
	font-size: 0.75em;
	line-height: 1.8em;
}

em {
	color: #880000;
	font-size: 0.95em;
}

strong {
	font-size: 0.95em;
	color: #666633;
	line-height: 1.4em;
	font-weight: bold;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	line-height: 1.9;
	color: #222222;
	list-style-type: disc;
	font-weight: bold;
	word-spacing: 0.4em;
	list-style-position: outside;
}

table {
	padding-top: 6px;
}


img {
	padding-right: 20px;
	border: 0px;
	float: left;
	margin: 0px;
	padding-bottom: 15px;
}


/*Layout styles start here*/


.oneColFixCtrHdr #container #footer p {
	font-size: 10px;
	color: #696440;
}

.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 3px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #FDFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;
	background-image: url(../assets/images_jpeg/jules_banner_main.jpg);
	height: 220px;
	background-repeat: no-repeat;
	margin: 0px;
	width: 800px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr  #mainNavigation {
	background-color: #B1852D;
	height: 2.45em;
	margin: 0px;
	width: 800px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 25px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #F9F9F9;
}
.oneColFixCtrHdr #contentAudio {
	width: 380px;
	float: left;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
}


/*Two Column layout starts here*/




.twoColLgSide #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #F9F9F9;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #F9F9F9;
}
 
.twoColLgSide #header {
	padding: 0 0px 0 0px;
	background-image: url(../assets/images_jpeg/jules_banner_main.jpg);
	height: 220px;
	background-repeat: no-repeat;
	margin: 0px;
}
 
.twoColLgSide #header h1 { /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0px 0 0px;
	margin-left: -9000px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.twoColLgSide #mainNavigation {
	width: 800px;
	background-color: #B1852D;
	height: 2.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: none;
}

.twoColLgSide  #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 8px 15px 14px;
	clear: left;
	background-image: url(../assets/images_jpeg/sidebar_b.jpg);
	background-repeat: repeat-y;
}
.twoColLgSide #container #sidebar a {
	color: #444444;
}
.twoColLgSide #container #sidebar a:hover {
	color: #BB0000;
}

.twoColLgSide #mainContent { /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 15px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #F9F9F9;
	margin: 30px 0px 0px 220px;
}
.twoColLgSide   #contentTwo {
	background-color: #EEEEEE;
	padding: 20px;
	float: none;
	margin: 0 0px 0 0px;
}
 
.twoColLgSide #footer {
	padding: 0 10px 0 20px;
}
 
.twoColLgSide #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
