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

body  {
	font: .8em Arial, Helvetica, sans-serif;
	background: url(images/layout/bg.jpg) repeat-x; 
	background-color: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 780px;  
	margin: 0 auto;
	border: 0;
	text-align: left; 
} 
#header {height: 245px; width: 780px; background: url(images/layout/header.jpg); padding: 0; margin: 0;} 

#sidebar {background-color: #000000; float: left; width: 112px; margin: 0 0 0 0; padding: 0; text-align: center; font-size: 1.125em;}
#sidebar ul {margin: 0; padding: 0 0 0 10px; list-style: none;}
#sidebar li {margin: 0 0 6px 0;}
#sidebar a:link { color: #CCC; text-decoration:none; font-weight: bold;}
#sidebar a:visited { color: #CCC; text-decoration:none; font-weight: bold;}
#sidebar a:hover { color: #6699CC; text-decoration:none; font-weight: bold;}
#sidebar a:active { color: #6699CC; text-decoration:none; font-weight: bold;}

#mainContent { background:url(images/layout/main_bg.jpg); margin: 0 0 0 120px; padding: 0; top: 0;}
#content {margin: 0 5px; padding: 0 10px;}
#content h1 {border-bottom: 1px #6699CC solid; margin: 0 0 10px 0; padding: 0 5px;}
#content a:link, a:visited {color: #6699CC; text-decoration:none; }
#content a:hover, a:active { color: #505050; text-decoration:underline;}
#content ol li {margin-bottom: 7px;}
#content ul li {margin-bottom: 7px;}

#footer {
    margin: 10px 0 0 0;
    border-top: 1px #FFF solid;
	padding: 0 10px 0 20px; 
	background:#000;
	color: #FFF;
	font: smaller;
	text-align:center;
} 
#footer p {
    
	margin: 0;
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#gallery img {padding: 5px; border: 0;}