body {
	background: #00005A;
}


h2 {
	color: #00005A;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}

h3 {
	color: #00005A;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: -10px;
	text-align: center;
}

h4 {
	color: #00005A;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

p {
	color: #00005A;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}

a {
	color:  #3591B3;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00005A;
}

img {
	border: none;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.design {
	border: solid 1px #00005A;
	width: 50px;
}

#header {
	margin: 0 auto;
	width: 710px;
	height: 150px;
	background: url(header.png) no-repeat center;
}

#background {
	margin: 0 auto;
	width: 710px;
	height: 485px;
	background: #DBDDDE;
	overflow: auto;
}

#menu {
	margin: 0 auto;
	width: 600px;
	background: #3591B3;
	text-align: center;
}

#menu a {
	color: #FFFFFF;
}

#menu a:hover {
	color: #00005A;
}

#menu p {
	display: inline;
}

#brands {
	float: left;
	margin-top: 30px;
	line-height: 40px;
}

#content {
	width: 618px;
	height: 300px;
	margin: 0 auto;
	background: url(storefront.png) no-repeat center;
}

#content h4 {
	width: 300px;
	padding-top: 13px;
	padding-left: 280px;
}

#content p {
	width: 300px;
	padding-left: 280px;
	text-align: left;
	line-height: 1.3;
	margin:  1em 0 1em 0;
}

#footer {
	margin: -15px auto -15px auto;
	width: 710px;
	height: 75px;
	background: url(footer.png) no-repeat center;
}

#footer p {
	padding-top: 35px;
	padding-left: 77px;
	text-align: left;
	line-height: 10px;
}

#footer a {
	font-size: 10px;
	font-weight: normal;
}