/* CSS Document */
html{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	}

body{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	}
	
img{
	border: 0px;
	margin: 0px;
}

a img{
	border:2px solid #900;
	margin:8px;
	}

#header{
	width:850px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	border-top: 3px solid #999;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	}
	
#nav{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#322f32;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
	}
	
#main{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
	height:550px;
	background-color:#fff;
	}
	
#footer{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	border-top: 2px solid #999;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	height:20px;
	background-color:#900;
	text-align:center;
	color:#FFF;
	}
	
.content{
	padding:10px;
	}
	
.subContent{
	padding:25px;
	
	}
	
h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:underline;
	margin-bottom:15px;
	}

