@charset "utf-8";
#wrapper {
	width: 980px;
	border: 1px solid #7B7977;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#keywords h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.6em;
	color: #7B7977;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}
#banner {
	width: 960px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#nav {
	background-color: #03C;
	width: 960px;
	margin-right: 10px;
	margin-left: 10px;
	height: 45px;
	padding-top: 15px;
	margin-top: 40px;
}
#content {
	width: 980px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #7B7977;
	font-size: 0.6em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
	color: #390;
	text-decoration: none;
}
#content a:hover {
	color: #3F0;
}
#col1 {
	width: 190px;
	margin-left: 10px;
	border: 1px dotted #9E9E9E;
	padding-right: 5px;
	padding-left: 5px;
	clear: right;
	float: left;
}
#col2 {
	width: 560px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	clear: right;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #9E9E9E;
}
.text_box {
	width: 540px;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}
#col3 {
	width: 150px;
	margin-left: 10px;
	border: 1px dotted #9E9E9E;
	padding-right: 5px;
	padding-left: 5px;
	clear: none;
	float: right;
	margin-right: 10px;
	text-align: right;
}
#col3 h2 {
	font-size: 1em;
	font-weight: normal;
}
.menu ul {padding:0 0 0 20px; margin:0; list-style:none; font:normal 12px verdana, sans-serif;}
.menu ul li {display:inline;}
.menu ul li a {display:block; float:left; padding:0 20px 0 0; line-height:30px; background:url(images/divider.gif) no-repeat right center; margin-left:-1px; text-decoration:none;}
.menu ul li a b {
	display:block;
	float:left;
	padding:0 0 0 21px;
	line-height:30px;
	color:#FFF
} 
.menu ul li a.last {background-image:none} 
.menu ul li a:hover {background:url(images/tab.png) right top;}
.menu ul li a:hover b {
	background:url(images/tab.png) left top;
	color:#3F0;
	cursor:pointer;
}
.right_pic_clear {
	clear: right;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer {
	text-align: right;
	margin-right: 0px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 0.8em;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
}
