@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#a2a9a6;
}

.header {
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	height:105px;
	width:800px;
	float:left;
}

.container {
	background-image:url('../images/menu_bg.jpg');
	background-repeat:repeat-y;
	background-color:#FFF;
	background-position:top left;
	height:auto;
	width:800px;
	float:left;
}
	.menu {
		height:auto;
		width:172px;
		float:left;
		position:relative;
	}
		.menu a {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color:#cebf79;
			text-decoration:none;
			text-transform:uppercase;
			float:left;
			margin-left:20px;
			margin-top:15px;
			width:151px;
			position:relative;
		}
	
	.submenu {
		border-left:2px solid #cebf79;
		margin-left:30px;
		height:auto;
		width:131px;
		float:left;
		display:inline;
		clear:left;
		position:relative;
	}
		.submenu a {
			font-family:Verdana, Geneva, sans-serif;
			font-size:10px;
			font-weight:bold;
			color:#cebf79;
			text-transform:none;
			margin-top:5px;
			margin-left:5px;
			width:131px;
			float:left;
			position:relative;
		}
	
	.body {
		background-image:url('../images/content_bg.jpg');
		background-repeat:repeat-x;
		background-color:#FFF;
		height:500px;
		width:628px;
		float:left;
		position:relative;
		margin-bottom:15px;
		overflow:auto;
	}
		.content {
			margin-left:10px;
			height:auto;
			width:618px;
			float:left;
			display:inline;
			position:relative;
		}
			.content hr {
				border-bottom:1px solid #999;
				border-top:none;
				border-right:none;
				border-left:none;
				height:1px;
				width:300px;
				margin:0px;
				float:left;
				position:relative;
				display:inline;
				line-height:1px;
			}
			
		.contact_info {
			background-image:url('../images/contactinfo.jpg');
			background-repeat:no-repeat;
			height:auto;
			width:269px;
			float:right;
		}
			.contact_info p {
				font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#000;
				margin-top:35px;
				margin-left:10px;
				float:left;
				height:auto;
				width:259px;
			}
.footer {
	background-image:url('../images/footer_bg.jpg');
	background-repeat:repeat-x;
	height:35px;
	width:800px;
	float:left;
}
	.footer span {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color:#4C4c4c;
		margin-top:10px;
		margin-left:10px;
		float:left;
	}

.page_head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#001642;
	text-transform:uppercase;
	float:left;
	clear:left;
	margin-top:10px;
	margin-bottom:0px;
	width:320px;
	border-bottom:1px solid #999;
}

.page_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	color:#000;
	float:left;
	clear:left;
	width:330px;
	margin-top:0px;
	margin-bottom:0px;
}

.page_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:bold;
	color:#8d7d38;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:0px;
	float:left;
	width:320px;
}
