@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
}
a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover
{
	color:#fff;
	text-decoration: none;
}
img {
	border: 0 none;
}
#padmain {
	padding: 10px 15px;
}
body {
	background: url(images/star.jpg) repeat-y center fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000033;
	text-align: center;
	background-color: #111;
}

#pageWrap {
	width: 702px;
	margin: 0 auto;
	text-align:left;
}

#top {
	background: url(images/top.jpg);
	height: 68px;
}

.divide {
	background: url(images/navBottom.jpg);
	height: 9px;
}
.navbarsep {
	padding: 20px 25px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}
.navsep {
	padding: 0 15px;
}

#header {
	background: url(images/header.jpg);
	height: 182px;
}

#headerBottom {
	background: url(images/headerBottom.jpg);
	height: 62px;
}

#contentWrap {
	background-color: #fff;
	/*min-height: 367px;*/
	min-height: 600px;
}

#footWrap {
	background: url(images/top.jpg);
	height: 40px;
}

.clear {
	clear: both;
}
#fltleft {
	width:390px;
	float:left;
}
#fltright {
	width:300px;
	float: right;
}