@charset "utf-8";
body {
	font: 80% "Lucida Sans Unicode", Arial, Geneva, Helvetica, sans-serif;
	background: #000000 url(images/bg.png) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
}
p {
	margin: 0;
	line-height: 1.5em;
	padding: 0px 0px 10px;
}
ul {
	margin: 10px 0px 0px 30px;
	padding: 0px;
	line-height: 1.5em;
}
#container {
	width: 925px;
	margin: 0 auto;
	text-align: left;
	background: url(images/main-bg.png) repeat-y;
}
#header {
	height: 65px;
	padding-left: 17px;
}
#sidebar-left {
	float: left;
	width: 205px;
	height: 455px;
	text-align: right;
}
#sidebar-right {
	float: right;
	width: 235px;
	height: 455px;
	text-align: left;
}
.content-top {
	margin: 0 235px 0 205px;
	height: 20px;
	background: url(images/content-top.jpg) no-repeat;
}
.content {
	margin: 0 235px 0 205px;
	background: url(images/content-bg.jpg) repeat-y;
	vertical-align: bottom;
	padding: 0px 10px 10px 20px;
}
.content-btm {
	margin: 0 235px 0 205px;
	background: url(images/content-btm.jpg) no-repeat;
	height: 20px;
}
#footer {
	width: 925px;
	height: 45px;
	margin: 0 auto;
	background: url(images/footer-bg.jpg) no-repeat;
	font-size: 11px;
	color: #0066FF;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainmenu {
	height: 39px;
	width: 572px;
	margin: 5px auto 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.3em;
	text-indent: 20px;
	margin: 0px;
}
h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #CC6666;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.1em;
	color: #CC6666;
	margin-top: 0px;
	margin-bottom: 15px;
}
h3  span {
	font-size: 11px;
	
}
img, div {
	behavior: url(iepngfix.htc);
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a.menu1, a.menu2, a.menu3, a.menu4 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -10000px;
	display: block;
	height: 39px;
	width: 143px;
	float: left;
	overflow: hidden;
}
a.menu1 {
	background: url(images/menu.png) 0px 0px;
}
a:hover.menu1 {
	background: url(images/menu.png) 0px -39px;
}
a.menu2 {
	background: url(images/menu.png) -143px 0px;
}
a:hover.menu2 {
	background: url(images/menu.png) -143px -39px;
}
a.menu3 {
	background: url(images/menu.png) -286px 0px;
}
a:hover.menu3 {
	background: url(images/menu.png) -286px -39px;
}
a.menu4 {
	background: url(images/menu.png) -429px 0px;
}
a:hover.menu4 {
	background: url(images/menu.png) -429px -39px;
}
a:link {
	color: #FFFF66;
	text-decoration:none;
}
a:visited {
	color: #FFFF66;
	text-decoration:none;
}
a:hover, a:visited:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
ul li img {
	margin-bottom: -2px;
}
