﻿body {
	background: #000 url(../bkg.jpg) repeat-x top left;
	background-color: #000;
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Arial;
	overflow-y: scroll;
}

#content {
	margin: 0 auto;
	width: 800px;
}

#top {
	background-image: url(../images/top.jpg);
	width: 800px;
	height: 80px;
}

#nav {
	width: 800px;
	height: 27px;
}

#nav a {
	float: left;
}

#nav img {
	border: none;
	float: left;
}

#header_top {
	background-image: url(../images/header_top.jpg);
	width: 800px;
	height: 21px;
}

#header {
	background-color: #000;
	width: 780px;
	height: 177px;
	margin: 0 auto;
}

#header_bottom {
	width: 800px;
	height: 40px;
}


#copy {
	background-color: #FFF;
	width: 778px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}

#footer {
	background-image: url(../images/footer.jpg);
	width: 800px;
	height: 59px;
	clear: both;
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#right {
	float: right;
}