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

	This site has been designed by Modoku, Inc.
	
	Based on the 960 Grid System (www.960.gs)
	
	October 2009

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

body {
	background: #666;
	background-image: url(../art/fade.png);
	background-repeat: repeat-x;
	border-top: 3px solid #333;
	color: #CCC;
	font-size: 13px;
	line-height: 20px;
	padding: 20px 0 40px;
}

.container_12 {
	background: #222;
	margin-bottom: 0px;
	padding-top: 10px;
	min-height: 600px;
}

/* for Internet Explorer */
/*\*/
* html .container_12 {
height: 600px;
}
/**/

.container_header {
	background-image: url(../art/Logotype.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 960px;
	min-height: 80px;
	}

/* for Internet Explorer */
/*\*/
* html .container_header {
height: 80px;
}
/**/

.nav {
	position: relative;
	top: 54px;
	right: 0px;
	text-align: right;
	background: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	color: #FFF;
	}

.container_footer {
	background: none;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #222;
	}
