@charset "utf-8";
html, body  {
	background: url(/images/background.jpg) repeat;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	color: #603; 
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
}
.twoColFixLtHdr #container { 
	position: relative;
	top: 0px;
	left: 0px;
	background: url(/images/background.jpg) repeat;
	width: 1000px;
	margin: 0px; 
	padding: 0px;
	border: 0px;
	text-align: left; 
} 


.twoColFixLtHdr #header {  
	position: relative;
	top: 0px;
	left: 0px;
	height: 184px;
	width: 1000px;
	padding: 0px ; 
	margin: 0px;
	border: 0px;
	background-image:url(/images/banner.jpg);
} 

.twoColFixLtHdr #header h2, # header p, #header h1 {
	margin: 0; 
	padding: 10px 10px; 
	color: #603;
	text-decoration: none;
}

#header a {
	margin: 0px; 
	padding: 0px; 
	display: block;
	width: 780px;
	height: 184px;
	color: #603;
	text-decoration: none;
} 

.twoColFixLtHdr #sidebar1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 165px; 
	background: url(/images/background.jpg) repeat; 
	padding: 0px 0px 5px 10px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 {
	color: #603;
}

.twoColFixLtHdr #menu {
	background: url(/images/menu_background.jpg) repeat;
	border: outset;
	border-color:#603; 
	font-weight:bold; 
}
.twoColFixLtHdr #menu a {
	display: block;
	text-align: left;
	line-height: 30px;
	height: 30px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 1px;
	text-decoration: none;
	color:#603;
	font-size:17px
}

.twoColFixLtHdr #menu a:hover, .twoColFixLtHdr #menu .active {
	background: #603;
	margin-bottom: 1px;
	color:#FFF;

}

.twoColFixLtHdr #mainContent { 
	position: absolute;
	top: 184px;
	left: 190px;
	width: 780px;
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

.twoColFixLtHdr #mainContent a { 
	color: #603;
	border: 1px;
	border-color: #603;
} 
.twoColFixLtHdr #mainContent a:hover, .twoColFixLtHdr #mainContent .active { 
	color: #FFF;
	border: 1px;
	border-color: #FFF;
}


.twoColFixLtHdr #footer {
	display: none;
	width: 1000px;
	height: 100%;
	padding: 10px 0px;  
	background: url(/images/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 10; 
	text-decoration: none;
}
.twoColFixLtHdr #footer, #footer h4, #footer a{
	color: #603;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover, #footer .active {
	color: #FFF;
}

.twoColFixLtHdr #footer2 {
	display: none;
	width: 1000px;
	padding: 10px 0px; 
	background: url(/images/background.jpg) repeat;
}
	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
