a:link { color: #A30000; text-decoration: none }
a:active { color: #A30000; text-decoration: none }
a:visited { color: #A30000; text-decoration: none }
a:hover { color: #006600; text-decoration: underline }

body {
	background-color: #bc985a;
	font-family:Georgia, serif;
	font-size:14px;
	line-height:18px
}
#wrapper {
	background-color: white;
	width:960px;
	margin:0px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:0px solid #ffffff;
	padding:0px;
}
#header {
	height:40px;
	padding:0px;
}
#header2 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height:420px;
	padding:0px;
}
#content {
	margin-top:10px;
	padding-bottom:10px;
}
/* applies to all divs within the content div */
#content div {
	border:0px solid #ffffff;
float:left;
}
#content-left {
	font-family:Arial, Helvetica, sens-serif;
	font-size:14px;
	line-height:18px
	margin-left:20px;
	width:180px;
	color: #B20000;
	font-weight:bold;
}		
#content-main {
	margin-left:30px;
	padding-top:30px;
	width:560px;
}
#content-right {
	margin-left:10px;
	width:134px;
}
#columns {
	background-color: black;
	width:960px;
	margin:0px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:0px solid #ffffff;
	padding:0px;
}
#content-column1 {
	margin-left:20px;
	width:200px;
	}
#content-column2 {
	margin-left:20px;
	width:220px;
	}
#content-column3 {
	margin-left:20px;
	width:220px;
	}
#content-column4 {
	margin-left:20px;
	width:220px;
	}
#footer {
	float:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	font-color:#d1d1c2;
padding:10px;
border:0px solid #ffffff;
width:878px;
}
#bottom {
padding:10px;
	clear:both;
	text-align:center;
}