body{
	background-color: #FFFFFF;
	text-decoration: none;
}


a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	position: relative;
	left: 6px;
	width: 570px;
	color: #FFFFFF;
	border-style: solid;
	border-width: 4px;
	border-color: #752600;
	background-color: #B26039;
	text-align: center;
}
#sidescraper {
	position: absolute;
	width: 120px;
	left: 860px;
	top: 260px;
	height: 700px;
	border-style: solid;
	border-width: 2px;
	border-color: #752600;
	background-color: #B26039;
	text-align: center;
}
#sidemenu {
	position: absolute;
	width: 200px;
	left: 20px;
	top: 260px;
	height: 1000px;
	margin-left: 10px;
	


	border-style: solid;
	border-width: 4px;
	border-color: #752600;
	background-color: #B26039;
	text-align: center;
}
#contents {
	position: absolute;
	width: 600px;
	left: 250px;
	top: 260px;

	background-color: #DFBCAC;
	border-style: solid;
	border-width: 3px;
	border-color: #C5A494;
	
	text-align:center;
	
	
	
}
#top{
	background:url(/images/top-background.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 252px;
}
#ads{
	position: absolute;
	top: 170px;
	left: 300px;
}

.article{
	position: relative;
	left: 2px;
	width: 570px;	

	border-width:1px;

	border-style:dashed;
  	border-color:#000000;
	margin: 5px;
	padding: 5px;
	float: left;
}


img {
	border: none;
}
