/* CSS Document */

body {
	margin: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ebe8df;
	line-height: 17px;
}
.title {
	font-size: 16px;
	font-style: italic;
}
.yellow {
	color: #d2be00;
}
#main_div {
	width: 793px;
	height: auto;
	position: relative;
	z-index: 0;
	margin-left: -400px;
	left: 50%;
	border: Solid #000000 2px;
	background-color: #FFFFFF;
}
#main_nav_div {
	height: 30px;
	width: 783px;
	position: relative;
	line-height: 30px;
	border-bottom: Solid #d2be00 3px;
	z-index: 1;
	font-size: 13px;
	background-color: #000000;
	padding-left: 10px;
	color: #d2be00;
}
#main_nav_div a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_nav_div a:hover {
	color: #d2be00;
}
#header_div {
	height: 126px;
	z-index: 1;
	width: 793px;
	border-bottom: Solid #000000 3px;
	position: relative;
	background-image: url(images/header_bg.gif);
}
#phone_number_div {
	position: absolute;
	z-index: 2;
	height: 30px;
	width: auto;
	font-size: 13px;
	right: 10px;
	top: 0px;
}
#main_content_div {
	width: 793px;
	height: auto;
	position: relative;
	z-index: 1;
	border-top: Solid #d2be00 3px;
	border-bottom: Solid #d2be00 3px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
}
#main_content_div a {
	color: #990000;
	text-decoration: underline;
}
#main_content_div a:hover {
	color: #333333;
}
#main_content_box_div {
	width: 558px;
	height: 464px;
	z-index: 2;
	padding: 10px;
	border: Solid #cecece 1px;
}
#big_content_box_div {
	width: 229px;
	height: 204px;
	z-index: 2;
	padding: 10px;
	border: Solid #000000 1px;
	overflow: visible;
	background-color: #fffacb;
}
#side_content_box_div {
	width: 229px;
	height: auto;
	z-index: 2;
	padding: 10px;
	background-color: #fffacb;
}
#img_placeholder_div {
	width: 125px;
	height: 175px;
	z-index: 2;
	padding: 10px;
	overflow: visible;
	background-color: #fffacb;
	border: Solid #000000 1px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#highlighted_content_box_div {
	width: auto;
	height: auto;
	z-index: 3;
	padding: 10px;
	border: Solid #000000 1px;
	background-color: #fffacb;
	line-height: 18px;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
}
#footer_div {
	position: relative;
	z-index: 1;
	width: 793px;
	color: #ffffff;
	height: 45px;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
}
#footer_div a {
	color: #ffffff;
	text-decoration: none;
}
