html,body {
	font-family: Georgia;
	font-size:12px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;	
	color:#FBCB8C;
	background-image:url(images/bg.jpg);
}
.container {
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 100%;
	width: 773px;
	position: absolute;
	left:50%;
	margin-left:-360px;
	line-height: 1.7em;	
}
.header {
	float: left;
	width: 700px;
	position: relative;
	left:8px;
}
.imagearea {
	position: relative;
}
.menu {
	float: left;
	position: absolute;	
	color: #1A171B;
	top: 325px;
	left: 70px;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;	
}
.menu img {
	margin: 0px 5px 0px 0px;
}

.content {
	background-image: url(images/container_bg.jpg);
	clear: both;
	float: left;
	position: relative;
	width:100%;
	background-repeat:repeat-y;

}

h1{
	font-size:14px;
}
h2{
	font-size:13px;
}
h3{
	font-size:12px;
}
.menu a{
	text-decoration:none;
	color: #1A171B;
}
.menu a:hover{
	color: #666666;
}
a{
	color:#FBCB8C;
}
.textpadder{
	padding-top: 50px;
	padding-right: 64px;
	padding-bottom: 20px;
	padding-left: 64px;
	color:#FBCB8C;
	min-height: 253px;
}


td{
	color:#FBCB8C;	
	font-size:12px;
}
.contentbg{
	background-image: url(images/content_bg.jpg);
	clear: both;
	float: left;
	position: relative;
	width:100%;
	background-repeat:no-repeat;
}


.contact_table {
	width: 500px;
	margin-bottom: 30px;
}

.contact_td_left {
	width: 50%;
}
.contact_td_right {
	width: 50%;
}
