* {
	margin: 0px;
	padding: 0px;
}
.container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
}
.container .header {
	height: 98px;
	width: 770px;
	background-image: url(images/header.jpg);
}
.container .flash_header {
	height: 263px;
	width: 770px;
	background-image: url(images/flash.jpg);
}
.container .home_nav {
	height: 76px;
	width: 753px;
	background-image: url(images/home_nav.jpg);
	padding-left: 17px;
}
.container .content {
	width: 770px;
}
.container .content #home_content {
	height: 515px;
	width: 770px;
}
.container .footer {
	height: 39px;
	width: 770px;
	background-image: url(images/footer_bg.jpg);
	text-align: center;
	padding-top: 20px;
	color: #FFF;
	font-size: 12px;
}
.shadow {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow_bg.jpg);
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
.container .nav {
	height: 76px;
	width: 753px;
	background-image: url(images/nav.jpg);
	padding-left: 17px;
}
