@charset "utf-8";
/* CSS Document */

body {
	background-color: #f1913d;
	background-image: url(images/ot_bg.gif);
	background-repeat: repeat-x;
	margin:0px;
}

.site_header {
	margin:0 auto;
	width:1025px; 
	height:275px; 
	background-image:url(images/ot_header.jpg);
}

.site_flash_header {
	margin:0 auto;
	width:985px; 
	height:275px; 
}

.site_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #563e0f;
	width:1025px;
	height:47px;
	background-image:url(images/ot_footer.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
	padding-top:10px;
}
.site_lower_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #563e0f;
	text-align:center;
	width:100%px;
	height:150px;
	background-image:url(images/ot_lower_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.site_lower_footer a:active, .site_lower_footer a:link, .site_lower_footer a:visited  { text-decoration: underline; color: #563e0f; }
.site_lower_footer a:hover { color: #ffffff; }

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #563e0f;
}

.site_menu {
	margin:0 auto;
	width:1025px; 
	height:92px; 
	background-image:url(images/ot_menu.gif);
}

.site_body {
	margin:0 auto;
	width:985px;
	background-image:url(images/ot_body_bg.gif);
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5031;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
}

.hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #563e0f;
	font-weight:bold;
}

#img_container {
	float:left; height:120px; clear:both; width:20%; border-top:solid;  border-width:1px; border-color:#e29740; padding-top:5px; padding-bottom:5px
}
#blog_container {
	float:left; height:120px; width:80%; border-top:solid;  border-width:1px; border-color:#e29740; padding-top:5px; padding-bottom:5px
}



a:active, a:link, a:visited { text-decoration: none; color: #CC6600; }
a:hover { color: #107042; text-decoration: underline;}

