/* Credit: http://www.ateliernord.de/ */

body {
	margin:0;
	padding:0 800px 0 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 12px;
}

#main_container {
	width: 800px;
	margin: 10px 300px 0px 240px;
	background: #fff;
}



/*------------ Header --------------- */

#main_header {
	height: 120px;
	background: #fff url(images/logo.png) no-repeat right bottom;
}

#main_site_slogan {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
	color:#FF6600;
}


/*------------- Menu ------------------*/
.main_menu{
	float: left;
	width: 800px;

}

.main_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}


.main_menu li{
	display: inline;
}

.main_menu li a{
	float: left;
	font: 13px Verdana;
	text-align: center;
	text-decoration: none;
	color: #006600;
	width: 100px;
}

.main_menu li a:visited{
	color: #006600;
}

.main_menu li a:hover, .main_menu li .current{
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}


/* ----------------- end of menu----------------*/

/* ----------------- Content ----------------------- */


#main_content {
	width: 800px;
	background:  #fff;
}

#main_left_column {
	float: left;
	width: 510px;
	background: #fff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#main_right_column {
	float: left;
	width: 250px;
	padding: 32px 0 0 0;
	background: #fff;
}


.section_box2 {
	margin-top: 0px;
	padding: 20px 20px 10px 20px;
	background: #ddeeff;
	color: #006600;
	line-height: 1.5em;
}
.section_box2 a{
	background: url(images/linkindicator.png) no-repeat center left;
	text-decoration: none;
	padding-left: 20px;
	line-height: 2em;
	color: #FF6600;
}

.section_box2_subtitle {
	padding-bottom: 6px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color:#006600;

}

/*--------------- end of left column section box ------------ */


.text_area {
	margin: 10px;
	color: #006600;
	clip: rect(5px,5px,5px,5px);
}

.title {
	height: 37px;
	width: 430px;
	color:#FF6600;
	padding-top: 18px;
	padding-left: 70px;
	font-size: 1.5em;	
	background: url(images/titlebackground.png) left bottom no-repeat;
}

.text_area a, .section_box a{
	color: #FF6600;
	text-decoration: none;
}



/* -------- Footer --------- */

#main_footer {
	clear: left;
	width: 800px;
	border-top: 1px solid #006600;
	background: #fff;
	color: #006600;
}
#main_footer a {
	background: #fff;
	color: #ff6600;
}

#main_footer .roundbottom {
	height: 5px;
}

#copyright {
	padding: 0 0 0 140px;
	text-align:left;
	font-size: 10px;
}

/* --------- end of footer --------------*/
