body {
	color:#6f525e;
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#000000;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
img {margin:0; padding:0; border:none;}
#topbg2 {height:42px; width:800px; margin:0; padding:0; background-image:url(images/top_bg2.png)}
.topbg3 {padding: 12px 0 0 15px;} 
#content {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	width:800px;

	}
#main {margin-top:0; padding-top:0; height:800px; 
}

#main2 {
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-y;
	margin-bottom:0;
	padding-bottom:0;
	height:800px;
	}
.left_column {
	background-image:url(images/small_divbg.jpg);
	background-repeat:repeat-x;
	width:350px;
	height:780px;
	padding-top:15px;
	margin-top:0;
	margin-left:15px;
	}

.middle_column {
	background-image:url(images/small_divbg.jpg);
	background-repeat:repeat-x;
	width:225px;
	height:780px;
	position:relative;
	top:-795px;
	padding-top:15px;
	left:380px;
	}
	
.right_column {
	width:125px;
	height:780px;
	position:relative;
	top:-1560px;
	left:650px;
	border:thin;
	text-align:center;
	}
h1 {font-size:14px; color:#000000;}
p {color:#333333; font-size:12px;}
.footer {
	width:800px;
	height:23px;
	background-color:#6f525e;
	margin:0;
	color:#FFFFFF;
	font-size:9px;}
	
a:link {color:#990033} /* unvisited link */
a:visited {color:#0066FF} /* visited link */
a:hover {color:#990033} /* mouse over link */
a:active {color:#0000FF} /* selected link */