body {
	background: url(images/body_bg.gif) #fff top center repeat-y;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(images/top_sep.gif) transparent top left repeat-x;
	padding: 8px 0 0 0;
}

#banner {
	background: url(images/banner_bg.gif) #fff top right no-repeat;
	padding: 0;
	margin: 0 0 0 18px;	
	width: 730px;
	height: 107px;
	border-top: 1px solid #BFB8B8;
	border-bottom: 1px solid #BFB8B8;
}

#banner img {
	border: 0;
	margin: 54px 0 0 509px;

}

#nav {
	background: url(images/nav_bg.gif) #fff bottom left no-repeat;
	height: 37px;
	width: 730px;
	margin: 0 0 0 18px;
	padding: 0;
}

img.banner-pic {
	margin: 0 0 0 18px;
}

#navcontainer {
margin: 0 0 0 50px;
padding: 12px 0 0 0;
}


#sidebar {
width: 170px;
float: left;
margin: 10px 0 0 20px;
padding: 0 0 30px 0;
	}

#content {
	width: 542px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 30px 40px;
	/* IE5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 502px;
	}

html>body #content {
	width: 502px;
	}




#footer {
	clear: both;
	width: 512px;
	margin: 0 0 0 30px;
	padding: 10px 0 0 0;
	border-top: 1px dashed #BFB8B8;
	}


table.form-table {
width: 520px;
}

table.form-table td {
padding: 5px;
border: 1px solid #DBD9D9;
}





















