body {
	background-color:#030000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	color:#f5eed9;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;

}

a {	
	text-decoration:underline;
	color:#c1b7ab;
	}
	
a:hover {
	text-decoration:none;
	}

.footer {
	font-size:11px;
	color:#c2baa1;
	text-align:center;
	padding:5px;
	}
	

.content {
	background-image:url(gfx/content_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 445px;
	padding: 20px;
	font-size: 13px;
	line-height:20px;
}

.large_content {
	background-image:url(gfx/content_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 610px;
	padding: 20px;
	font-size: 12px;
	line-height:20px;
}

hr { 
	height:1px;
	}

.large_content a {
	color:#ef3a24;
	text-decoration:none;
	}
	
.large_content a:hover {
	text-decoration:underline;
	color:#FF0000;
	}

.content_image {
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	margin-top:10px;
	}

.vlarge_content {
	background-position:top;
	background-repeat:no-repeat;
	width: 610px;
	font-size: 13px;
	line-height:24px;
	clear:both;
}

.content h2 {
	font-size: 18px;
	font-style:italic;
	font-weight:bold;
	}

.content small {
	font-size: 11px;
	color:#c2baa1;
	}

.leftsidebar {
	background-image:url(gfx/sidebars_15.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#c1b7ab;
	font-size:12px;
	padding:13px;
	padding-top: 70px;
	width: 156px;
	}

.rightsidebar {
	background-image:url(gfx/sidebars_17.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#c1b7ab;
	font-size:12px;
	padding:13px;
	padding-top: 70px;
	width: 156px;
	}

.subtitle {
	color:#c1b7ab;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	padding-top:4px;
	}

.subtitle_red {
	color:#ef3a24;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	padding-top:4px;
	}


.red {
	color:#ef3a24;
	}

