@charset "utf-8";

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	background-color: #EFEFED;
	
}

.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}#wrapper {
	width: 831px;
	margin-right: auto;
	margin-left: auto;

}

#main_content{
	z-index: 100;
	display: block;
	position: relative;
	clear: both;
	height: auto;
	top: 10px;
	background-color: #FFFFFF;
	padding-top: 5px;

}
a:link {
	color: #A8D3FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A8D3FF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #A8D3FF;
}


#main_content:after{
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}

#left_column {
	width: 295px;
	float: right;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

#right_column {
	width: 480px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;

}

#firm_text {
	padding-left: 15px;

}


#footer{
	background-image: url(images/footer.gif);
	height: 45px;
	width: 831px;
	top: 0px;
	margin-top: 10px;
	padding: 0px;
	background-position: center bottom;
	vertical-align: middle;
	text-align: center;

}

#mgraffix {
	width: 831px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
