@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

#topHeader {
background-image:url(images/header_im.jpg);
background-repeat:no-repeat;
float:left;
width: 800px;
height: 91px;	
}

#flashHeader {
float:left;
width: 800px;
height: 328px;	
} 

#nav {
margin:0;
background-image:url(images/nav.jpg);
background-repeat:no-repeat;
float:left;
width:800px;
height:45px;	
}

#nav ul {
margin:5px 0 0 30px;
*margin:5px 0 0 70px;
}

#nav li {
display:inline;
}

#nav a:link, #nav a:visited {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:18px;
font-weight: bold;
margin-right: 10px;
color:#e5d6c4;
text-decoration:none;
}

#nav a:hover {
color:#e1995e;
text-decoration:none;
}



#main {
background-image:url(images/body_im.jpg);
background-repeat:no-repeat;
float:left;
width:800px;
height:346px;	
}


#sidebar {
margin: 150px 35px 20px 70px;
*margin: 160px 35px 20px 70px;
_margin: 160px 18px 20px 20px;
float: right; 
width: 200px;
}
#sidebar p{
color: #413b32;
font-size: 12px;
font-weight: bold;
line-height: 24px; 
}

#sidebar a:link, #sUser a:visited {
color:#ad5028;
text-decoration:none;
}

#sidebar a:hover {
color:#ad5028;
text-decoration:underline;
}


#mainContent { 
	margin: 40px 320px 0 70px; 
}
#mainContent p{
color: #000;
font-size: 13px;
font-weight: bold;
line-height: 24px; 
}





.fltrt { /
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer{
background-image:url(images/footer_im.jpg);
background-repeat:no-repeat;
float:left;
width:800px;
height:20px;	
} 