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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#77b800;
	margin:0;
}

h2{
	color: #545f1d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

p, h1, h2, h3, h4, h5, h6, blockquote{
	text-align: justify;
	padding: 0 10px 0 10px;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
label{
	color: #049a7e;
}

input, textarea{
	color: #049a7e;
	border: thin solid #049a7e;
}

a:link{
	color: #049a7e;
	text-decoration: underline;
}

a:active{
	color: #049a7e;
	text-decoration: underline;
}

a:visited{
	color: #049a7e;
	text-decoration: underline;
}

a:hover{
	color: #049a7e;
	text-decoration: none;
}

label{
	font-weight: bold;
}

ol.list li{
	margin: 10px 0 10px 0;
}

span.hits{
	padding: 1px;
	background: #545f1d;
	color: #fff;
	font-weight: bold;
}

input.lil_button{
	background:#049a7e;
	color:#fff;
	border: 1px solid #545f1d;
}

input.lilurl{
	padding-left:126px;
	background:url(../images/input_text.gif) #ffffff no-repeat left center; 
}

div.right, div.left {
	float: left;
	display: inline;
	width: 290px;
}

div.right {
	margin-left: 20px;
}

#container{
	position: absolute;
	width: 100%;
	height: auto;
	overflow:auto;
	padding: 15px 0 15px 0;
}

#pre_wrap{
	border:5px solid #049a7e;
	width:800px;
	overflow:auto;
}

#wrap{
	position: relative;
	height: 100%;
	background-color:#cfea8b;
	border:4px solid #f3e800;
	overflow:auto;
	padding: 10px;
}

#nav{
	padding:5px;
	background-color: #545f1d;
	color: #fff;
	float: right;
	font-size: 14px;
	text-align: right;
	margin: 20px -11px 0 0;
}

#left, #right{
	float: left;
	display: inline;
}

#left{
	width: 600px;
}

#right{
	width: 150px;
	margin-left: 20px;
	text-align: right;
}

#left_top, #right_top{
	float: left;
	display: inline;
}

#left_top{
	width: 350px;
}

#right_top{
	width: 400px;
	margin-left: 20px;
}

#sub_top{
	background-color: #049a7e;
	float: right;
	margin-right: -11px;
	margin-top: -10px;
	border: 1px solid #545f1d;
}

#sub_top p{
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding:3px;
	margin:0;
}

#sub_bottom{
	float: right;
}