/* 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: #242021 url(images/Background.jpg) top center no-repeat;
}
#content{
	margin:auto;
	width: 800px;
	height: auto;
	padding-top: 222px;
	}
#nav{
	margin-left: 15px;
}
#main1{
	height:245px;
	width: 770px;
	margin-left: 15px;
}
#main1b{
	height:236px;
	width: 800px;
}
#storetext{
	height:207px;
	width: 300px;
	background:#231F20;
	padding-left:10px;
}
#main2{
	height:440px;
	width: 800px;
	text-align: left;
}
#main3{
	height:auto;
	width: 800px;
	margin-bottom:25px;
}
#main3 a:hover {
	text-decoration: underline;
	color: #FFF;
}

#div1, #div2{
	width: 785px;
	height:36px;
	background-image:url(images/Divider.png);
	padding-top:14px;
	padding-left: 15px;
	margin-bottom:25px;
	text-align:left;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.divtitle {
	font-size: 18px;
	font-style: italic;
	color:#000;
}
.whttext {
	color:#FFF;
}
#footer{
	height:70px;
	width: 800px;
	text-align:center;
}
.size18 {
	font-size: 18px;
	font-weight:normal;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration:underline;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color:#FF0000;
}
#footer a:active {
	text-decoration: none;
	color: #FF0000;
}

