/* CSS Document */

body,td,th {
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
body {
	margin: 0 0 0 0;
	background: #000 url(images/Background.jpg) top center no-repeat;
}
#content{
	margin:auto;
	width: 900px;
	height: auto;
	padding-top: 250px;
	}
#nav{
	margin-left: 15px;
}
#main1{
	height:310px;
	width: 870px;
	margin-left: 15px;
	margin-bottom:25px;
}
#storetext{
	height:300px;
	width: 210px;
	background:#231F20;
	padding-left:10px;
	padding-top:10px;
}
#main2{
	height:500px;
	width: 900px;
}
#main3{
	height:189px;
	width: 900px;
	margin-bottom:25px;
}
#main3 a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer{
	height:50px;
	width: 900px;
	text-align:center;
	padding-top:20px;
}
#div1, #div2{
	width: 885px;
	height:29px;
	background-image:url(images/Dividerbar.jpg);
	padding-top:32px;
	padding-left: 15px;
	margin-bottom:20px;
	text-align:left;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0767F9;
}
a:active {
	text-decoration: none;
	color: #0767F9;
}
.divtitle {
	font-size: 18px;
	font-style: italic;
	color:#000;
}
.whttext {
	color:#FFF;
}
