@charset "UTF-8";
#container {
	background-image: url(../images/homepage.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 900px;
	 margin-left: auto;
     margin-right: auto;
	 position: relative; /* container positioning */
}


body {
	background-color: #AEAD9D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	margin: 0; /* to avoid margins */
	
	padding: 0;
	border: 0;
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat-x;
}
#contact {
	height: 200px;
	width: 450px;
	top: 234px;
	float: left;
	position: relative;
	left: 388px;
	clear: left;
	text-align: left;
	padding-top: 12px;
}
#left {
	float: left;
	width: 200px;
	padding-right: 23px;
}
.contactus {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0A0A09;
}
#ryan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
	height: 175px;
	width: 450px;
	position: relative;
	left: 388px;
	top: 300px;
	float: left;
}
#right {
	float: left;
	width: 224px;
	padding-right: 0px;
}

