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

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

h1 { font-size: 18px; color:#1B8CC6; padding-top: 50px; padding-bottom: 10px; }
h2 { font-size: 12px; color:  #0054a3; padding-bottom: 10px; }
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;
	color: #5d5d5f;
} 

body {
	height: 100%;
	min-height:100%;
	height:auto !important;
	background: url(../images/background.jpg)repeat;
	background-position:center;
}

#root{
	height:100%;
	width:827px;
	margin: 0 auto;
}
#wrapper{
	float:left;
	width: 827px;
}

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

#header{
	width: 827px;
	height: 184px;
	background: url(../images/header.jpg);	
}

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

#nav{
	margin-top: 6px;
}
#nav a{
	text-decoration:none;
  	font-size: 11px;
	height: 100px;
}
.nav_text
{	
	background-image:url(../images/nav3.jpg);
	float: right;
	text-align:right;	
	height: 42px;
	color: white;
}
.nav_text a
{	
	color: white;
}
.color{
	color: white;	
}
.sub-nav{
	float: right;
	margin-right: 40px;
}

.sub-nav a{
text-decoration: none;
color:	black;

}
.sub-nav a:hover{
text-decoration: none;
color:	black;
}
.sub-nav-set {
text-decoration: none;
color:	black;

}

.sub-navi-set a{
text-decoration: none;
color:	black;

}

#navi_sub
{
	height: 40px;
	width: 	827px;
	background: white;
}
/*
#################################################################################################
# Layout -> Content
#################################################################################################
*/

#content{
	background-color:white;
	padding: 15px 60px 25px 60px;
	min-height: 400px;
}

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

#footer{}
