@charset "utf-8";
/* CSS Document */

body {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
#logo {
	height: 200px;
	width: 800px;
}
#nav {
	height: 35px;
	width: 800px;
	margin-bottom: 10px;
	background-color: #666;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666;
}
#nav2 {
	height: 35px;
	width: 800px;
	margin-bottom: 10px;
	background-color: #666;
}
