body  {
	background-color: #C13C12;
	margin: 30px;
}

/* end base */

a:link { color: #B58902; text-decoration: none; }
a:visited { color: #666666; }
a:hover { color: #C13C12; text-decoration: underline; }
a:active { color: #C13C12; }

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

/* end styles */

#container {
	background: #FFFFFF;
	width: 899px;
	height: 100%;
	border: solid 1px #FFFFFF;
	margin: auto;
    
    /* border-radius */
 	-webkit-border-radius: 0px;
 	-moz-border-radius: 0px;
 	border-radius: 0px;
		
	/* box-shadow */
 	-webkit-box-shadow: rgba(0,0,0,0.75) 0px 1px 40px;
 	-moz-box-shadow: rgba(0,0,0,0.75) 0px 1px 40px;
 	box-shadow: rgba(0,0,0,0.75) 0px 1px 40px;
    
} 

#header {
	background: #000000;
	width: 899px;
	height: 100px;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 0px #FFFFFF;
}

#banner {
	background: #000000;
	width: 899px;
	height: 200px;
	border-right: solid 0px #FFFFFF;
}

#text {
	background: #FFFFFF;
	border-right: solid 0px #FFFFFF;
	width: 900px;
	float: right;
	margin: auto;
}

#text_left {
	border-left: solid 1px #FFFFFF;
	width: 600px;
	height: 100%;
	float: left;
    z-index: 40;
}

#text_right {
	border-top: solid 1px #FFFFFF;
	width: 299px;
	height: 100%;
	float: right;
    z-index: 50;
}

#footer {
	background: #000000;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	width: 899px;
	height: 40px;
	padding: 20px 0px 0px 0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	float: bottom;
	clear: both;
}

/* end layout */

