@charset "UTF-8";
/* CSS Document */


a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
}

body{
	background-color:#990000;
	font:Arial;
	text-align:center;
	}
	
#container{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	width: 945px;
	height: 675px;
	background-color: #FFFFFF;
	text-align: left;
	}

#main{
	
	}
	
#header{
	height: 250px;
	}
	
#content{
	width: 575px;
	text-align: left;
	padding: 50px;
	float: right;
	font: Arial;
	}
	
#nav{
	height:250px;
	float:left;
	}

#home{
	width: 197px;
	height:37px;
	background-image:url(../images/rust-nav.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding: 3px;
	}

#fine{
	width: 197px;
	background-image: url(../images/yellow-nav.jpg);
	background-repeat: no-repeat;
	height: 37px;
	text-align: center;
	padding: 3px;
}

#graphic{
	width: 197px;
	background-image:url(../images/flesh-nav.jpg);
	background-repeat:no-repeat;
	height:37px;
	text-align: center;
	padding: 3px;
	}	
	
#kits{
	width: 197px;
	background-image:url(../images/rust-nav.jpg);
	background-repeat:no-repeat;
	height:37px;
	text-align: center;
	padding: 3px;
	}	
	
#locations{
	width: 197px;
	height:37px;
	background-image:url(../images/yellow-nav.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding: 3px;
	}
	
#contact{
	width: 197px;
	height:37px;
	background-image:url(../images/flesh-nav.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding: 3px;
	}
	
#info{
	width: 197px;
	background-image:url(../images/rust-nav.jpg);
	background-repeat:no-repeat;
	height:37px;
	text-align: center;
	padding: 3px;
	}		
	
.loc{
	width:150px;
	}				
	
#footer{
	height: 75px;
	padding: 25px;
	text-align:center
	}				

