body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #333333;
	background-color: #666666;
	padding: 0;
}
#wrapper{
	width: 760px;
	background-color:#000000;
	margin:20px auto;
	position: center;
	background-image:  url("../images/background.png");
}
#top {
	height: 25px;
	background-image: url(../images/backgroundT.jpg);	
}	
#banner {
	background-repeat: no-repeat;
	background-color: #999999;
	background-image:  url("../images/anathema_Logo3s.png");
	width: 250px;
	margin-left: 450px;
	margin-top: 5px;
	height: 125px;
}
#content {
	background-color:#ffffff;
	margin-left: 40px;
	margin-top: 5px;
	padding-top: 0px;
	width: 525px;
}
	#content p{
		font-size: 80%;
		margin: 10px;
		}	
	#content h1{
		font-size: 130%;
		color: #003366;
		padding: 0;
		margin: 20px;
		}

	#content h2{
		font-size: 110%;
		color: #003366;
		padding: 0;
		margin-left: 15px;
		margin-bottom: 5px;
		}
	#content h3 {
		font-size: 95%;
		font-weight: bold;
		color: #000066;
		margin-left: 20px;
		}

	#content h4 {
		font-size: 80%;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		margin-left: 20px;
		}

#footer{
	border-top: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	background-image:  url("../images/backgroundB.png");
	height: 25px;
}

#rightcol {
	background-color: #CCCCCC;
	float: right;
	margin-top: 20px;
	width: 140px;
	margin-left: 5px;
	margin-right: 30px;	
}
	#rightcol a {
	margin-left:15px;
	margin-top: 5px;
	margin-bottom: 0px;
		}

#leftcol{
	margin-top: 5px;
	float:left;
	width: 130px;
	background-color:#000033;
	color: #CCCCCC;
	margin-left: 5px;
	}
#tcorners{
	margin:0px;
	background-image:url(file:///Macintosh%20HD/Users/ncastel/Documents/sites/images/cornerTL.gif);
	background-color: #000066;
	background-repeat: no-repeat;
	height: 15px;
	font-size: 1px;
	background-position: top left;
}
	
	
a {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	text-decoration: none}
a:hover { 
	background-color:cccccc}
a:visited { 
	text-decoration: none; color: #000000}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000066;
	padding-left: 10px;
}

#leftcol p {
	font-size: 90%;
	padding-left: 10px;
}
.leftimage{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.rightimage{
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

.clearit{
	clear: both;
	display: block;
	margin-top: 10px;
}
