@charset "utf-8";
/* CSS Document */


#container {
	width:100%;
	height:100%;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 970px;
	height: 100%;
}

#nav-bar {
	width: 970px;
	background: url("/resources/images/bg-trans-white.png");
	padding-top:10px;
}
	

#header {
	margin: 0 0 5px 0;
}

#side-a {
	float: left;
	width: 300px;
	background: url("/resources/images/bg-trans-white.png");
	padding-left:10px;
	padding-right: 10px;
	height: 525px;
}

#side-b {
	float: right;
	width: 300px;
	background: url("/resources/images/bg-trans-white.png");
		padding-left:10px;
	padding-right: 10px;
	height: 525px;
}

#content { 
	float: left;
	width: 300px;
	background: url("/resources/images/bg-trans-white.png");
		padding-left:10px;
	padding-right: 10px;
	height: 525px;
}

#dividers {
	margin-top:5px;
	width:5px;

	height:410px;
	float:left;
}

#footer {
	vertical-align:bottom;
}
html, body {
height: 100%;
}

maintext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:10px;
	color:#000
}