/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #414143;
	background: #ffffff;
}

#wrap {
	margin: 10px auto;
	width: 831px;
}

a {
	font-size:11px;
	color: #ff0000;
	text-decoration:none;
}

a:hover{
	font-size:11px;
	color: #000000;
	text-decoration:underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.lcol {
	background: url(img/page_top_border.jpg) repeat-x;
	width: 624px;
	*width: 624px;
	padding: 2px 0px 0px 0px;
}

.rcol {
	background: url(img/rcol_bg.jpg) repeat-y;
	width: 207px;
	*width: 187px;
	padding: 0px;
}

form{
	margin: 0px; 
	padding: 0px;
}
.txtform{	
	border:#808080 solid 1px;
}

.button{
	border:#808080 solid 1px;
}

.copyright {
    color:#4f4f51;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

.footer {
    color:#4f4f51;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	background: url(img/footer_bg.jpg) no-repeat;
	height: 53px;
	line-height: 63px;
	text-align: center;
	margin-top: 8px;
}

.footer a, .footer a:hover{
	color:#000000;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	margin: 0px 10px;
} 

.footer a {
    color:#4f4f51;
} 

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
display:block;
}

#menu_holder {
	width: 831px;
	height: 29px;
	background: url(img/menu_bg.jpg) repeat-x;
	margin: 0px;
}