@charset "UTF-8";
body{
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #222;
	background: #fff url(bg.gif) center repeat-y;
}
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#container{
	width: 980px;
	margin: 0 auto;
	z-index: 2;	
}
#logo{
	width: 52%;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 3;
	margin-left: -465px;
	padding: 0;
}
#logo h1{
	margin: -3px 0px 0px 0px;
	padding: 0;
	height: 65px;
}
#topmenu ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0; padding: 0;
	font-size: 10px;
	padding: 4px 0;
	height: 14px;
	top: 62px;
	position: absolute;
	z-index: 3;
	left: 50%;
	width: 463px;
}
#topmenu li{
	padding-left: 30px; margin: 0;
	display: inline;
}
#topmenu a{
	text-decoration: none;
	color: #666;
}
#topmenu a:hover{
	text-decoration: none;
	color: #6699CC;
}
#navmenu{
	background: #000033;
	padding: 12px 20px 10px 0px;
	text-align: right;
	font-size: 11px;
	position: absolute;
	left: 50%;
	top: 108px;
	margin-left: -275px;
	width: 180px;
	z-index: 5;
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=80);
	overflow: hidden;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#navmenu ul{
	list-style-type: none;
	padding: 10px 0px 0px 0px;
	margin: 0;
}
#navmenu ul li{
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	margin: 0;
}
#navmenu a{
	color: #fff;
	text-decoration: none;
}
#navmenu a:hover{
	color: #6699CC;
	text-decoration: none;
}
#left{
	width: 400px;
}
#imagecont{
	display: block;
	width: 400px;
	height: 300px;
	background: #eee;
	position: absolute;
	top: 145px;
	z-index: 2;
	left: 50%;
	margin-left: -465px;
}
#content{
	position: absolute;
	width: 530px;
	left: 50%;
	margin-left: -65px;
	z-index: 4;
	top: 85px;
}
#content h3{
	color: #6699CC;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#content h1{
	font-size: 9px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#content h2{
	color: #6699CC;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#content h4{
	margin: 0;
	padding: 20px 0px 0px 30px;
	background: #000033;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	height: 40px;
}
#text{
	padding: 20px 30px;
	background: #333333;
	color: #eee;
}
#text a{
	text-decoration: none;
	color: #99CCFF;
}
#text a:hover{
	text-decoration: none;
	color: #000033;
}
#text ul{
	padding: 0 0 0 15px;
	list-style-type: square;
}
#text ul li{
	padding: 2px 0px 2px 0px;
}
.clr{
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#shape1{
	position: absolute;
	width: 52%;
	background: #E6E6E6;
	height: 90px;
	z-index: 2;
	top: 30px;
	left: 0;
}
#shape2{
	position: absolute;
	width: 52%;
	background: #CCCCCC;
	height: 25px;
	top: 60px;
	left: 100%;
	margin-left: -52%;
	z-index: 2;
}
#shape3{
	width: 100%;
	height: 300px;
	top: 145px;
	background: #B3B3B3;
	position: absolute;
}
#shape4{
	background: #fff;
	top: 0;
	width: 100%;
	height: 135px;
	position: absolute;
	z-index: 1;
	left: 0;
}
#footer{
	position: absolute;
	left: 50%;
	margin-left: -465px;
	width: 400px;
	height: 20px;
	bottom: 5px;
	z-index: 6;
}
html > #footer{
	position: fixed;
}
#sublinks{
	width: 200px;
	position: absolute;
	top: 410px;
	left: 50%;
	z-index: 9;
	margin-left: -275px;
	padding: 0;
	background-color: #EFEFEF;
	text-align: right;
	font-size: 11px;
	opacity: 0.9;
	filter: alpha(opacity=80);
	
}
#sublinks ul{
	padding: 20px 20px 20px 0px;
	margin: 0;
	list-style: none;
	display: block;
}
#sublinks ul li{
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
}
#sublinks a{
	text-decoration: none;
	color: #000033;
	font-weight: normal;
}
#sublinks a:hover {
	text-decoration: none;
	color: #6699CC;
	font-weight: normal;
}
