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

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

h1 { font-size: 28px; color:#E1BC47; margin-bottom: 20px; line-height: 25px;}
h2 { font-size: 12px; color: black;}
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: #E1BC47;
	background-image: url(../images/wrapper.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

#root{
	height:100%;
	width: 794px; 	
	margin: 0 auto;
	float: center;
}
#wrapper{
	width: 784px; 
	background: #E1BC47;
}


#right{
	margin-top: 274px;
	width: 244px;
	height: 651px;
	float: right;
	background: url(../images/right.jpg) no-repeat;
	background-position:left;
	border:1px solid red;
}
#left{
	float: left;
	width: 234px;
	height: 651px;
	background: url(../images/left.jpg) no-repeat;
	background-position: right;
	margin-top: 274px;
	margin-left:6px;
	border:1px solid red;
}

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

#header{
	position: absolute;
	width: 784px; 
	height: 161px;
}

.a_style {
	text-decoration:none;
	color: #E1BC47;
}

img
{
	border:0px;
}

/*
#################################################################################################
# Layout -> Nav
#################################################################################################
*/
#all{
	width: 1274px;
	height:auto;
	margin: 0 auto;	
	float: center;
}

#nav{
	position: relative;
	margin-left: 20px; 
	margin-right: 20px;
	top:161px;
	background: #E1BC47;
	height: 45px;
}


.nav_text a{
	text-decoration:none;
	color: white; 		
	font-size: 13px;
}

#sub-navi{
	margin-right: 20px;
	background: #E1BC47;
	min-height: 20px;
	text-align: right;
}

.sub-navi a{
	text-decoration:none;
	color: #fff; 		
	font-size: 13px;
	text-align: right;	
}


.sub-navi-set a{
	text-decoration:none;
	color: #9f0069; 		
	font-size: 13px;
	text-align: right;	
}


.color{
	color: white;	
}

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

#content{
	position:relative;
	height: auto;
	width: 790px;
	top:160px;
	line-height: 15px;
}

div.cont-top
{	
	height:176px;
	width: 789px;
	background-image:url(../images/cont_top.jpg);
	background-position:top;
}

div.cont-bg
{	
	position: absolute;
	width:789px;
	height:auto;
	background-image:url(../images/cont_bg.jpg);
}

.txt{
	padding: 70px;	
}


.left_box{
	position:relative;
	width: 330px;
	height:auto;
	float: left;
	padding-left: 44px;
	padding-right: 44px;
	padding-bottom:20px;
	margin-top: -90px;	
	color: white;
}

.right_box{
	position:relative;
	margin-top: 110px;
	color: white;
	padding-right: 30px;
	width: 285px;
	height:auto;
	float: right;
	padding-bottom:20px;
}


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

#footer{}
