BODY{
	width:728px;
	padding:auto;
	margin:auto;
	font-family:comic sans, comic sans ms, cursive;
	background-image:url('images/ghetto.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color:#97371F;
	text-align:center;
}
a:link{
	color:silver;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:silver;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	color:silver;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
IMG{
	border:1px solid black;	
}
HR{
	width:85%;
	background-color:black;
	border:0;
	color:black;
	height:2px;
}
.noborder{
	border:none;
}
.header{
	margin-top:50px;
	width:728px;
	height:197px;
	text-align:center;
	background-color:#97371F;		
}
.navbar{
	width:728px;
	height:26px;
	text-align:center;
	background-color:#180000;
	border:1px black solid;
}
.container{
	background-color:black;
	width:728px;
	border:1px black solid;
}
.leftcolumn{
	vertical-align:top;
	width:144px;	
	text-align:center;
	min-height:600px;
	background-color:#97371F;	
}
.centercolumn{
	vertical-align:top;
	width:440px;	
	min-height:600px;
	text-align:center;
	background-color:#D47C64;
}
.rightcolumn{	
	vertical-align:top;
	width:144px;	
	text-align:center;
	min-height:600px;
	background-color:#97371F;	
}
.footer{
	width:728px;
	height:30px;
	text-align:center;
	background-color:#180000;
	color:#F7F7F7;
	border:1px black solid;
	margin-bottom:50px;
}