html {
	}

body {
	background-image:url('../images/background.jpg');
	background-repeat:repeat-y;
	background-position:center top;	
	background-color:#000000;
	overflow-x:hidden;
	padding:0px 0px 0px 0px;
	margin: 0px;
}

table, tr, td	{
	margin: 0px 0px 0px 0px;
}

#main	{
	width:840px;
	text-align:left;
	margin-top:0px;
}

#total	{
	margin:0px 0px 0px 0px;
}

#top {
	display: block;
	margin:0px;
}

.black	{
	background-color:#000000
}

.white	{
	background-color:#ffffff;
}

.center	{
	text-align: center;
}

.article	{
	color:#fd4221;
	font-weight: bold;
	margin-left:10px;
	font-size:13px;
}

.highlight	{
	color:#fd4221;
	font-weight: bold;
}

a:link {
	color: #94571e;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #94571e;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #fd4221;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #fd4221;
}

#sidelinks	{
	font-family:arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
}


h2	{
	font-family:arial, sans-serif;
	margin: 0px 0px 15px 0px;
	font-size: 22px;
	color:#e1b463;
}

h3	{
	font-family:"Helvetica", arial, sans-serif;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	color:#e1b463;
}

h4	{
	font-family:"Helvetica", arial, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	color:#e1b463;
}

p	{
	font-family: georgia, serif;
	color:#000000;
	font-size:15px;
	margin: 0px 0px 20px 0px;
	text-align:justify;
	line-height: 20px;
}

.standout	{
	font-weight: bold;
}

.smalltext	{
	font-size:11px;
}

.copyright	{
	font-size: 11px;
	color:#000000;
	text-align:center;
}

