﻿#home {
	background-image: url('../images/home_background.jpg');
	height: 455px;
}
#sub_menu {
	background-image: url('../images/sub_menu_links.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
#sub_menu a {
	color: #663300;
}
#sub_menu a:hover {
	color: #FFFFCC;
	background: #000000;
}
.home_links {
	float: right;
	width: 400px;
	height: 455px;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
}
.home_links a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.home_links a:hover {
	color: #77AAFF;
}
.home_btm {
	margin-top: 15px;
	border: 0px;
	width: 950px;
	
}
#payments_content {
	text-align: center;
	
}
#contact_content {
	width: 930px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#contact-IMG {
	float: right;
	width: 500px;
	background-image: url('../images/contact_img.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contact_form {
	width: 450px;
	float: left;
}
#contact_add {
	float: right;
	width: 470px;
	background-image: url('../images/contact_img.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 220px 0px 0px 0px;
}
