@charset "utf-8";
body {
	font: 93% Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	line-height:1.3em;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	border: 0;
	text-align: left;
}
#header {
	width:760px;
	height:65px;
	background:url(../images/logo_top.jpg) no-repeat; 
	padding: 0;
	margin: 0;
}
#menu {
	position:absolute;
	width:598px;
	height:30px;
	background:url(../images/bg_menu.jpg) no-repeat;
	padding: 0;
	margin-top: 20px;
	margin-left:162px;
	line-height:30px;
	border:0;
}
#menu a, #menu a:visited{
	color:#cccccc;
	font-size:12px;
	margin-left:15px;
	text-decoration:none;
}
#menu a:hover{
	color:#fff;
}
#flash {
	text-align:right;
	width:100%;
	height:180px;
	background:#000 url(../images/bg_flash.jpg) no-repeat;
}
#mainContent {
	width:100%;
	height:410px;
	padding: 0;
	margin: 0;
	background: #000 url(../images/bg_content_home.jpg) no-repeat;
}
#mainContentC {
	width:760px;
	padding: 0;
	margin: 0;
	background: #fff url(../images/bg_contentmain.jpg) no-repeat;
}
#sidenav {
	float: left;
	display:inline;
	width: 178px;
	height:175px;
	background: #fff url(../images/bg_sidenav.jpg) top center no-repeat;
	margin-top:10px;
	margin-left:10px;
	padding:0;
	line-height:1.5em;
}
#sidenav h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#7E6F4E;
	font-weight:bold;
	padding:0;
	margin:5px 5px;
	line-height:1em;
}
#sidenav p {
	padding:0;
	margin:5px 5px;
}
#sidenav a, #sidenav a:visited {
	font:Arial, Helvetica, sans-serif;
	font-size:82%;
	color:#607582;
	font-weight:normal;
	line-height:1.3em;
	text-decoration:none;
}
#sidenav a:hover {
	text-decoration:underline;
}

#bodyContent {
	width:540px;
	float:right; 
	display:inline;
	text-align:left;
	margin-top:10px;
	margin-right:20px;
}
#bodyClose {
	width:100%;
	height:20px;
	background: #000 url(../images/bg_contentfooter.jpg) no-repeat;
}
#feature {
	width:100%;
	height:135px;
	padding:0;
	margin:0;
}
#footer {
	width:100%;
	margin: 0;
	padding: 0;
	font-size:11px;
	line-height:25px;
	color:#cccccc;
}
#footer a, #footer a:visited {
	font-size:11px;
	line-height:25px;
	color:#cccccc;
	text-decoration:underline;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer p {
	text-align:right;
	margin: 0;
	padding: 0;
}
a, a:visited {
	font:Arial, Helvetica, sans-serif;
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#0066CC;
	font-size:18px;
}
h2 {
	color:#0066CC;
	font-size:16px;
}
h3, h4 {
	color:#0066CC;
	font-size:14px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
  /* *** Float containers fix: */ 

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 