body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#d9d3c7;
	font-size:12px;
	color:#470c2a;
	text-align:left;
	margin:0px;
}
.toplinks{
	color:#999999;
	font-size:11px;
}
.toplinks a{
	color:#999999;
	text-decoration:none;
}
.toplinks a:hover{
	color:#999999;
	text-decoration:underline;
}
.header{
	width:100%;
	color:#999999;
	text-align:center;
	background-color:#FFFFFF;
	padding-top:30px;
	padding-bottom:10px;
	margin:0px;
}
.redline{
	width:100%;
	color:#e8e5dd;;
	background-color:#480c18;
	padding:0px;
	margin:0px;
	font-size:11px;
	line-height:20px;
}

.redline a{
	text-decoration:none;
	color:#e8e5dd;
}
.redline a:hover{
	text-decoration:underline;
	color:#e8e5dd;
}
.headerborder{
	width:100%;
	height:22px;
	text-align:center;
	background-image:url(../images/headerbg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
.footerborder{
	width:100%;
	height:16px;
	text-align:center;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
.footer{
	width:100%;
	color:#e8e5dd;
	text-align:center;
	background-color:#480c18;
	padding-bottom:10px;
	margin:0px;
	font-size:11px;
}
.footer a{
	text-decoration:none;
	color:#e8e5dd;
}
.footer a:hover{
	text-decoration:underline;
	color:#e8e5dd;
}
.maincontent{
	width:1000px;
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
}

.magbox{	
	width:550px;
	background-color:#d3cdbf;
	border-style:solid;
	border-width:1px;
	border-color:#c9bbba;
	font-size:11px;
	color:#470c2a;
	text-align:left;
	margin:0px;
	margin-top:5px;
	padding:10px;
}

.magbox a{
	color:#470c2a;
	font-weight:bold;
	font-size:11px;
}
.magbox a:visited{
	color:#470c2a;
	font-weight:bold;
	font-size:11px;
}
.magbox img{
	float:left;
	margin-right:10px;
}

.magboxheader{
	font-size:14px;
	font-weight:bold;
}

.columnheader{
	font-size:14px;
	font-weight:bold;
	color:#470c2a;
}

.adbox{

	margin-top:10px;

}
.magtext{
display:inline;
width:300px;
float:left;

}