/* CSS Document */

*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px
}

body {
	background-attachment: fixed;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
}
.fluid #container{
	width:95%
}
#container {
	width: 100%;
}
#container #header {
	width: 100%;
}
#container #header #logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 250px;
	float: left;
	color: #A71C23;
}
#header #topnav {
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 60px;
	width: 600px;
	float: left;
	margin-left: 15px;
}
#container #header #topnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#container #bottom {
	clear:both;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}#container #bottom .shops {
	width: 1024px;
	text-align: left;
}
#container #bottom .shops .state {
	width: 200px;
	float: left;
}
#container #bottom table {
	display: block;
}

a {
	color: #FFFFFF;
}
