/************************ HMTL Styles */
body{
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #888888;
	background-color: #E3E3E3;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a{
	color: #9F1827;
}
a:visited{
	color: #9F1827;
}
a:hover{
	color: #9F1827;
}
a img{
	border: none;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 190%;
	margin-top: 9px;
}
h2{
 font-size: 114%;
}
h3{
 font-size: 100%;
}
h4{
}
h5{
}

ul{
 margin: 0;
 padding: 0;
}

/************************** Layout */
#mainContainer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border: 1px solid black;
	background-image: url(images/bg.jpg);
	background-position: 0px 150px;
}
#header{
	width: 100%;
	background-color: #CCCCCC;
}
#leftColumn{
	float: left;
	width: 200px;
	margin: 0px;
}
#rightColumn{
	/*(float:right;
	width: 20%;*/
	display: none;
}
#centerColumn{
	/*float: left;*/
	width: 799px;
	height: 550px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-left: 200px;
}
#footer{
/*	clear: both;
	text-align: right;*/
}
#mainNav{
	margin-top: 35px;
}
#mainNav a{
	display: block;
}
#credits{
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #AAAAAA;
	width: 150px;
	margin-top: 40px;
}
/*.bottomContent{
	margin-left:200px;
}*/
