@charset "utf-8";
/* CSS Document */

html{
height: 100%;
overflow:visible;
}

body{
	background-color: #B6C3EB;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: #E7A616 10px solid;
}

h1{
	font-size: 26px;

}

#mainback{

	background-color:#313D65;
	width:800px;
	height: 100%;
	position:absolute;
	top:0px;
	z-index: -100;
}

#main{
    background-color: #FFFFFF;
    width: 800px;
    height: 600px;
	min-height: 500px;
}

#headerback{
	background-color:#7A95EB;
	width:100%;
	height: 200px;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 100;
	border-bottom: #E7A616 10px solid;
	}
	
#header{
	background-color:#313D65;
	height: 200px;
	width:800px;
	position: absolute;
	top: 0px;
	color:#FFFFFF;
	font-size:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index: 200;
	float:left;
	}

#left{
	background-color:#967B3E;
	padding: 220px 20px 10px 20px;
	height:  370px;
	font-size: 26px;
	width: 270px;
	color:#FFFFFF;
	float:left;
	z-index: 10;
	}

#content{
	padding-top: 220px;
	font-size: 20px;
}

#innercontent{
	margin: 0px 20px 0px 330px;
}
#footer{
	position:relative;
	top:620px;
	color:#FFFFFF;
	text-align:center;
	}
	
#padded{
	padding: 30px ;
	text-align:center;
	}
	
#orange{
	color: #FAD072;
	}
