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

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

h1 { font-size: 15px; color: #e88009; margin-bottom: 30px; }
h2 { font-size: 13px; color: #999;}
h3 {}
h4 {}
h5 {}
h6 {}

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

html {
	height: 100%; 
	overflow: scroll;
	overflow-x: auto; /*CSS3*/
	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:877px;
	margin: 0 auto;
}
#wrapper{
	float:left;
	width: 887px;
	background-color: white;
}

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

#header{
	width: 887px;
	height: 150px;	
}

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

#nav{
	width: 243px;
	height: 801px;
	float: left;
	background: url(../images/nav.jpg);
}
.nav_text{
	margin-left: 15px;
	margin-top: 30px;
}

.subnav_text a{
	text-decoration: none;
	color: #515254;
	padding-left: 30px;
}
.subnav_text a:hover{
	color: #e88009;
}
.nav_text a{
	text-decoration: none;
	color: #515254;
	
}
.nav_text a:hover{
	color: #e88009;
}
.color{
	color: red;
}
a.navi-set{
	color: #e88009;
}
a.sub-navi{
	color: #515254;
	margin-left: 25px;
	text-decoration:none;
}
a.sub-navi-set{
	color: #e88009;
	text-decoration:none;
	margin-left: 25px;
	
}

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

#content{
	padding-top: 30px;
	height: 801px;
	width: 635px;
	background:url(../images/content_background.jpg) no-repeat;
	margin-left: 243px;
}
.txt {
	padding-left:10px;
	padding-right: 50px;	
}

/*
#################################################################################################
# Layout -> footer
#################################################################################################
*/

#footer{}
