body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-color: #b5881d;
	margin:0 auto;
	width:1176px;
	padding: 0;
	text-align: center;
}


h3 {
	background-image:url(images/BG_HEADER.gif);
	background-repeat:no-repeat;
	padding-top: 40px;
	padding-left:10px;
	margin-top:0px;
	font-size:12px;
	font-weight:normal;
}

#container {
	width: 1172px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bgpage.gif);
} 

italic{
	font-color: BLUE;
}

#header { 
	background: #FFF; 
	margin-bottom:0px;
	height: 204px;
} 


#sidebar1 { 
float:left;
width: 292px;
margin-left: 100px; 
margin-top: 3px;
}


#MainContent {
	margin: 0 110px 0 390px;
	margin-right: 0px;
	margin-top: 3px;
}

#MainText {
	background-image:url(images/bg_main.jpg);
	width:480px;
	padding:10px;
	padding-right:20px;
	margin-bottom: 5px;
	margin-top: -5px;
	height: 543px;
}
#MainTextHome {
	background-image:url(images/bg_mainhome.jpg);
	width:480px;
	padding:10px;
	padding-right:20px;
	margin-bottom: 5px;
	margin-top: 3px;
	height: 430px;
}

#sidebar2 {
	float:right; /* since this element is floated, a width must be given */
	width:265px;
	background-image: url(images/bgring.gif);
	background-position: -5px 0px;
	background-repeat: no-repeat;
}



.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;
}


#footer { 
margin: 0;
} 

.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;
}
.floatright { /* 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: 38px;
}
.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;
}
strong {
	color: #FFF;
	font-size:16px;
	font-style:italic;
	background-color: #6c6c6c;

}
stronger {
	color: #100f95;
	font-size:16px;
	font-style:italic;
	font-weight:bold;

}
#redbold {
	font-size: 13px;
	color: red;
	font-weight:bold;
}
