/* CSS Document */

* {margin: 0; padding: 0;}


.bold {
	font-weight:bold;
}

body {
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: normal; 
	color: #333333; 
	background-color:#000;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}


#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;
}


#mainBody {
	width:900px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:5px;
	float:right;
}


#mainBody img {
	margin:10px 10px 10px 10px;
}


#mainBody h1 {
	color:#CC0000;
	padding-top:15px;
}

#mainBody h1 a {
	color:#CC0000;
	
}

#mainBody h1 a:hover {
	color:#FFF;
}

