body {
	background: #306;
	color: #333;
}
#cols {
	/*background: #36F url('../images/main_1024.jpg') no-repeat*/;
}
#leftcol {
	background: #306;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px 25px 5px;
	/*border-right: 15px solid #309;*/
	/*border-bottom: 15px solid #309;*/
	margin-top: -18px;
}
#leftcol ul {
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 1em;
	background: #306;
}
#leftcol ul>li {
	margin-top: 1px;
}
#leftcol ul>li>a {
	font-weight: bold;
	background: #36F;
	color: #FF6;
	display: block;
	text-decoration: none;
	/*border-bottom: 1px solid #333;
	border-right: 1px solid #333;*/
	margin: 2px 1px;
	padding-left: 5px;
}
#leftcol ul>li>a:hover {
	color: #36F;
	background: #FF6;
}
#leftcol span {
	color: #CCC;
	font-size: 12px;
	display: block;
	text-align: center;
	
}
#header {
	border-bottom: 15px solid #309;
}
#header h1 {
	background: #306;
	color: #CCC;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
}
#main {
	background: #36F url('../images/main_1024.jpg');
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding-bottom: 100px;
}
#main p {
	font-size: 16px;
	padding-top: 10px;
	margin: 0px 25% 20px 25%;
	text-align: left;
	font-weight: bold;
}
#main h2 {
	text-align: left;
}
#main ul {
	text-align: left;
	margin: 0 25% 20px 25%;
}
#main li {
	list-style: square;
	font-weight: bold;
}
#main #images {
	margin-top: 0;
	text-align: center;
}
/** start dhtml marquee code */
#footer #marqueecontainer {
	position: relative;
	width: 100%; /**marquee width */
	height: 20px; /**marquee height */
	background-color: #309;
	color: #FFF;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	text-align: left;
}
#footer #marqueecontainer img {
	border-width: 2px;
	border-style: solid;
}
/** end dhtml marquee code */
#footer {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 100%;
	font-weight: bold;
	background: #306;
	
}
#footer span {
	padding-right: 10px;
	color: #FF6;
}
.leftcell {
	border-right: 15px solid #309;
	width: 220px;
}
