/*
#################################################################################################
# General
#################################################################################################
*/

*{ margin: 0; padding: 0; outline: none; }

h1 { 
	font-size: 15px; 
	color: #e88009; 
	background: url(../images/h1_background.jpg) no-repeat;  
	width: 341px; 
	height: 42px; 
	text-align: center;
	padding-top:11px;
	margin-left: 25px;
	margin-top:20px;
}

h2 { font-size: 13px; color: #e88009;}
h3 {}
h4 {}
h5 {}
h6 {}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

html {
	margin-top:0px;
	padding-top:0px;
	height: 100%; 
	overflow: no-scroll;
	font: 11px verdana, arial, sans-serif;
} 

body {

	height: 100%;
	min-height:100%;
	height:auto !important;
	background: url(../images/bg_page.jpg) repeat-x;
}

#root{
	height:100%;
	width:787px;
	margin: 0 auto;
}
#wrapper{
	float:left;
	width: 787px;
	background-color: white;
}

/*
#################################################################################################
# Layout -> Header
#################################################################################################
*/

#header{
	width: 686px;
	height: 221px;
	background: url(../images/header.jpg) no-repeat;
	float: right;
}
/*
#################################################################################################
# Layout -> Nav
#################################################################################################
*/

#sub_nav{
	width: 68px;
	height: 221px;
	float:left;
}

/*
#################################################################################################
# Layout -> Nav
#################################################################################################
*/

#nav{
	float: right;
	width:581px;
	height: 110px;
}	
.nav_text a{
	color: #737374;	
	text-decoration: none;
	text-align:right;
	margin-top: 70px;
}
.nav_text a:hover{
	color: #0084AA;
}

.sub-navi{
	text-decoration: none;	
}
.sub-navi a{
	float: left;
	color: grey;
	text-align:left;
	text-decoration: none;	

}
.nav_text{
	color: #737374;	
	text-decoration: none;
	text-align:right;
	margin-top: 70px;
	margin-right:40px;
}

#logo{
	float: left;
	width: 206px;
	height: 100px;
}

/*
#################################################################################################
# Layout -> Content
#################################################################################################
*/

#content{
	height: 480px;
	width: 748px;
	background:url(../images/content_background.jpg) no-repeat;
	float: left;
}
#contact{
	margin-top: 285px;
	height: 133px;
	width: 39px;
	float: right;
	border: none;
}
.content_text{
	color:#5d5d5f;
	padding-top: 5px;
	padding-left: 120px;
	padding-right: 20px;
	height: 406px;
	overflow-y: auto;
}
