@charset "utf-8";
#leftCol {
	position: relative;
	float: left;
	width: 200px;
	padding-top:5px;
}

#rightCol {
	position: relative;
	float: right;
	width: 620px;
	overflow:hidden;
}
#rightCol table img {
	border:1px solid #999;

}
a:link {
	color:#d9072d;
}
a:visited{
	color:#d9072d;
}
#rightCol #head {
	text-decoration: none;
}
#rightCol ul li{

	margin-bottom:10px;
	margin-left:20px;
}
#tag {
	position: absolute;
	width: 226px;
	height: 380px;
	top: -25px;
	left: -20px;
	background: url('../images/structure/tag.gif') no-repeat;
}
div.imageSwap {
	position: relative;
	clear: both;
	width: 100%;
}
div.imageSwap img {
	position: relative;
	float: left;
	border: 1px solid #999;
	padding: 5px;
	margin-right: 10px;
}
div.imageSwap div {
	position: relative;
	float: left;
	font-size: 10pt;
	font-weight: bold;
}
div#faq_div input, div#faq_div form#faq_form textarea{
	background:#f1f1f1;
	border:1px solid #ccc;
	margin-bottom:3px;
}
input#search_button{
	height:18px;
	padding:0 3px;
	font-size:10px;
	margin-left:5px;
}
div#faq_div{
	width:600px;
	padding:10px;
	margin-top:15px;
}
div#search_field{
	float:right;
}
div#awnserbox{
	background:#f6f6f6;
}