body {
	background:#cb6008;
	margin:0;
	padding:0;
	font-family:verdana, tahoma, arial, serif;
	font-size:11px;
	color:#333;
}
h1 {
	font-family:verdana, tahoma, arial, serif;
	font-size:170%;
	color:#427d18;
	font-weight:bold;
}
h2 {
	font-family:verdana, tahoma, arial, serif;
	font-size:130%;
	color:#003300;
	text-align:center;
}
h3 {
	font-family:verdana, tahoma, arial, serif;
	font-size:120%;
	font-weight:bold;
	color:#003300;
}
a {
	color:#cb6008;
	text-decoration:underline;
}
a:hover {
	color:#ee8000;
	text-decoration:none;
}	
#head {
	background:transparant;
	padding:40px 0 30px 30px;
}
#container {
	height:512px;
	background:#ee8000;
	padding-top:10px;
	padding-bottom:15px;
	margin-bottom:10px;
}
#img_row {
	background:#cb6008;
	width:auto;
	height:75px;
	text-align:center;
}
#subcontainer {
	width:900px;
	margin:10px auto;
}
#content_left {
	width:580px;
	height:400px;
	background:#fff;
	font-size:100%;
	text-align:justify;
	line-height:16px;
	padding:15px;
	border:#ccc 1px solid;
	float:left;
}
#textbox {
	width:auto;
	padding:10px;
	text-align:justify;
}
#textbox ul {
	padding-left:180px;
	font-size:13px;
	line-height:24px;
}
#content_right {
	width:235px;
	height:400px;
	background:#fff;
	font-size:100%;
	padding:15px;
	border:#ccc 1px solid;
	float:right;
}
#content_right h3 {
	font-family:verdana, tahoma, arial, serif;
	font-size:120%;
	font-weight:bold;
	color:#003300;
}
ul {
	list-style-type:none;
}
#content_right a {
	line-height:20px;
	text-decoration:none;
	color:#cb6008;
	font-weight:bold;
}
#content_right a:hover {
	text-decoration:underline;
	color:#ee8000;
}
#footer {
	margin-top:5px;
	padding: 0 0 0 25px;
}
#footer div {
	width:225px;
	line-height:16px;
	font-size:11px;
	color:#eee;
	float:left;
	padding:0 0 0 5px;
}
#footer a {
	color:#fefefe;
	text-decoration:underline;
}
#footer a:hover {
	color:#ffab37;
	text-decoration:none;
}
