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

#container {
	background-color: #000;
	margin: 0 auto;
	height: auto;
	width: 1024px;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(images/bg.png);
	background-position:top center;
	background-attachment:fixed;
}
#header {
	background-color: #000;
	margin: 0 auto
	height: 160px;
	width: 1024px;
}
#navigation {
	margin: 0 auto;
	background-color: #000;
	width: 1024px;
	height: 85px;
}
#flash_container {
	margin: 0 auto;
	height: auto;
	width: 1024px;
	padding-top: 15px;
	background-color: #000;
	text-align: center;
}
#content {
	margin: 0 auto;
	background-color: #000;
	height: auto;
	width: 1024px;
	padding-top: 10px;
}
#footer {
	background-color: #000;
	height: 183px;
	width: 1024px;
}
Right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.img_right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.img_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

