/* CSS Document */
a:link {color:#039; text-decoration:none;}
a:active {color:#039; text-decoration:none;}
a:visited {color:#039; text-decoration:none;}
a:hover {color:#039; text-decoration:underline;}


.bodytext {font-family:Arial, Helvetica, sans-serif;font-size:16px;}
.bottom {font-family:Arial, Helvetica, sans-serif;font-size:14px;}
.copyright {font-family:Arial, Helvetica, sans-serif;font-size:12px;}

body {
	margin:0 auto;
	background:url(images/bkgrd.jpg) repeat-x #000000 center top;
	background-attachment:fixed;
}

#wrap {
	width:1004px;
	margin:0 auto;
	position:relative;
}

#logo {
	width:235px;
	height:220px;
	background:url(images/logo.png) no-repeat center top;
	position:absolute;
	left:387px;
	top:0px;
	z-index:9999;
}

#resbtn {
	height:21px;
	width:212px;
	position:absolute;
	left:11px;
	top:170px;
}

#top {
	height:183px;
	background:url(images/top.png) no-repeat center top;
}

#nav {
	width:950px;
	height:36px;
	float:left;
	margin:139px 0 0 27px;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	z-index:3333;
}

#nav ul li ul {
	display:none;
}

#nav ul li ul li{
	margin:0;
	padding:0;
	height:34px;
}

#nav ul li:hover ul {
	display:block;
	position:absolute;
	top:36px;
	left:0;
}

#outer {
	background:url(images/outer-bkgrd.png) repeat-y;
}

#inner {
	min-height:690px;
	width:938px;
	padding:0 6px;
	margin:0 auto;
	background:url(images/inner-bkgrd.gif) repeat-x top;
}
	
#btm {
	width:1004px;
	height:45px;
	background:url(images/bottom.png) no-repeat;
	text-align:center;
}

#body-top {
	width:938px;
}

#left {
	width:695px;
	height:300px;
	float:left;
}

#right {
	width:237px;
	float:left;
	margin-left:6px;
}

#body-main {
	padding:14px;
}

#footer {
	text-align:center;
	padding:30px 0;
}

#fb {
	width:40px;
	height:40px;
	position:absolute;
	top:10px;
	left:30px;
}