/* CSS Document */
body{
	background-image:url(/images/page_bg_location.jpg);
	background-position: top center;
	/*background-repeat:no-repeat;*/
	background-color:#d4da90;
	margin-top:134px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#4D4D4D;
}

#left_column{
	width:256px;
	padding-right:10px;
	padding-top:0;
	padding-left:0;
	padding-bottom:0;
	
}

.footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#4D4D4D;
}

.footer a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#4D4D4D;
	text-decoration:none;
}

.footer a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#4D4D4D;
	text-decoration:underline;
}


.left_copy{
	font-size:11px;
	line-height:14px;
	color:#636363;
	
}

hr.left_line{
	color: #c1c388;
    background-color: #c1c388;
    height: 1px;
}

.main_table {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	padding-top:0px;
}

.red{
	color:#FF0000;
}

.contact_text{
	font-size:14px;
}

.top_shadow {
	background-image:url(/images/top.jpg);
}
.right_shadow {
	background-image:url(/images/right.jpg);
}
.bottom_shadow {
	background-image:url(/images/bot.jpg);
}
.left_shadow {
	background-image:url(/images/left.jpg);
}