body {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	background: url('../images/main2.jpg');
	width: 850px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 850px;
	background-color: #FFFFFF;
	background: url('../images/header2.jpg');
	height: 200px;
	overflow: visible;
}

#left {
	margin-left: 86px;
	width: 100px;
	padding-top: 20px;
	float: left;
	font-size:16px;
}

#main {
	width: 640px;
	clear: right;
	min-height: 425px;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left:200px;
	padding-bottom: 30px;
}

#footer {
	background-color: #ff9600;
	clear:both;
	height:37px;
	background: url('../images/footer2.jpg');
}

#releases {
	margin-bottom: 15px;
}

#releases a {
	color: #ff9600;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

/* ------------------------------------------------------------------- */

a.main_links {
	color: black;
	text-decoration: none;
}

a.main_links:hover {
	color: #FFFFFF;
}

div.copyright {
	font-size: 10px;
	color: #000;
	margin-left: 640px;
	padding-top: 18px;
}
