/* CSS Document */
body {
	font-family: "Arial", Helvetica, serif;
	font-size: 12px;
	color: #202020;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#menu_column {
	width: 160px;
	float: left;
}
#right_column {
	float: right;
	width: 198px;
	clear: none;
	z-index: 99;
}
.white_small {
	font-size: 10px;
	color: #FFFFFF;
}
a.white_small:link {
	color: #6dcff6;
}
a.white_small:visited {
	color: #6dcff6;
}
a.white_small:hover {
	color: #FF0000;
}
a.white_small:active {
	color: #6dcff6;
}

.smalltext {
	font-size: 10px;
	color: #873b11;
}
a.smalltext:link {
	color:#0000FF;
	text-decoration: underline;
}
a.smalltext:visited {
	color:#0000FF;
	text-decoration: underline;
}
a.smalltext:hover {
	color:#975028;
	text-decoration: underline;
}
a.smalltext:active {
	color:#0000FF;
	text-decoration: underline;
}

.menu {
	font-size: 12px;
	line-height: 18px;
}

a.menu:link {
	color:#873b11;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	color:#873b11;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color:#975028;
	text-decoration: underline;
	font-weight: bold;
}
a.menu:active {
	color:#873b11;
	text-decoration: none;
	font-weight: bold;
}

.thumb {
	padding: 2px;
}




#center_column {
	clear: none;
	/*padding-right: 210px;*/
	position: absolute;
	top: 127px;
	right: 210px;
	left: 170px;
	width: 370px;
	z-index: 44;
}
.head_bg {
	background-color: #79a6b3;
	border: 4px solid #000000;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #975028;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.div_line {
}
.feature_box {
	width: 190px;
	border: 4px solid #000000;
	background-image: url(images/feature_bg.jpg);
	background-position: center;
	vertical-align: top;
	z-index: 111;
}
.brown_box {
	background-color: #975028;
	border: 4px solid #000000;
	width: 182px;
	padding: 4px;
}





#header {
	margin-left: 160px;
	text-align: center;
}
.msg {
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	width: 100%;
	border: 1px solid #000000;
}
