
body { background: url(../images/bg.png); }

p {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	margin: 3px 0px;
	line-height: 1.4em;
}

ul, li {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	margin: 3px 0px;
	line-height: 1em;
}

#page {
	position: relative;
	clear: both;
	top: 8px;
	width: 876px;
	margin-top: 0px;
	background: url(../images/page.png);
}

#banner {
	top: 0px;
	left: 0px;
	width: 876px;
	height: 177px;
	display: block;
}

#content {
	position: relative;
	margin-top: 30px;
	left: 0px;
	width: 800px;
	text-align: left;
}

.incontent {
	clear: both;
	position: relative;
	margin-top: 30px;
	left: 30px;
	width: 740px;
	text-align: left;
}

#leftcolumn {
	float: left;
	position: relative;
	left: 30px;
	width: 310px;
	text-align: left;
}

#rightcolumn {
	float: right;
	margin-right: 20px;
	width: 410px;
	text-align: left;
	padding-left: 20px;
	background: url(../images/vline.png) left repeat-y;
}

#footer {
	position: relative;
	width: 800px;
	padding-bottom: 8px;
	border: none;
	border-top: 1px solid #E5E5E4;
}

.copyright, a.copyright:link, a.copyright:active, a.copyright:visited {
	color: #74849D;
	font-family: helvetica, arial;
	font-size: 10;
	line-height: 1em;
	text-decoration: none;
}
a.copyright:hover { color: #730000; }

#vline {
	z-index: 9999;
	position: relative;
	top: 0px;
	left: 350px;
	width: 4px;
	height: 72%;
	background: url(../images/vline.png) repeat-y;
	border: 1px solid red;
}

.sub {
	margin-top: 8px;
	margin-left: 0px;
}
.pad7 { padding-left: 7px; }

