body {
	margin: 0px 0px;
	background: #fdfaf5 url(../images/body_bg_tan.gif) repeat-y top center;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
	text-align: center;
}
	
img {
	border: 0px none;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:visited {
	color:#605478;
}

br.clear {
	clear: both;
}

#container {
	margin: 0px auto;
	position: relative;
	width: 1000px;
	text-align: left;
}

#header {
	margin: 0px 0px 0px 0px;
	width: 1000px;
}

#content {
	margin: 13px 0px 10px 0px;
	width: 1000px;
	overflow: hidden;
}

#footer {
	margin: 1px 0px 0px 0px;
	width: 1000px;
	overflow: hidden;
}



.column {
	
}

#main_col {
	float: left;
	width: 840px;
}

#banner {
	
}

#left_col, #center_col {
	width: 410px;
	margin-right: 10px;
}

#left_col {
	float: left;
}

#center_col {
	float: right;
}

#right_col {
	float: right;
	width: 160px;
}


