@charset "utf-8";
/* CSS Document */
html{height:100%;}
body{margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
height:100%;
background:rgb(74,81,85); }

a{text-decoration:none;}
a:link{color:#09F;}
a:visited{color:#09F;}
a:hover{color:#F60;}

h2{font-size:18px;}

#container{
	width:990px;
	margin:auto;
	background:#F4F4F4;
}
#header{
	height:180px;
	width:100%;
	margin:auto;
	position:relative;
	text-align:center;
	background:#333;
}
#content_main{
	min-height:500px;
	width:100%;
}
#content_left{
	width:20%;
	float:left;
	min-height:500px; 
	background:url(images/robin_hood_ver4.jpg) no-repeat center top;
}
#content_right{
	width:79%;
	float:right;
	min-height:500px;
	border-left:1px solid #666;
}
#footer{
	width:100%;
	height:150px;
	border-top:1px solid #666;
	clear:both;
	background:#333;
}
