/* CSS Document */
#wrapper {
	width: 860px;
	margin: 0 auto;
	height: 700px;
	text-align: left;
	padding: 0px;
	background-color:#FFFABC;
	background-image:url(images/layout/main-bg.jpg);
	border:#000000;
	border-style:solid;
	border-width:thin;
}
/* ^ padding in the wrapper above adds padding around all layout elements ;o) */
body {
	margin: 0 0;
	text-align: center;
	background-color:#FFFABC;
	}
#logo {
	width: 233px;
	height: 75px;
	padding-top:inherit;
	}
#nav {
	width:854px;
	height:20px;
	background-color:#FFFFFF;
	border-top-color:#030b99;
	padding-right:6px;
	}
#text-content {
	width: 300px;
	height: 500px;
	float:left;
	padding-top:30px;
	padding-left:40px;
	background-image:url(images/layout/spacer.gif);
	}
#image {
	width: 500px;
	height: 300px;
	float:right;
	padding-top:30px;
	}
#prices {
	width: 800px;
	height: 300px;
	float:left;
	padding-top:30px;
	padding-left:40px;
	}
/*All this shit below is navigation styling*/
.nav-style {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFFFFF;
}
a:link {
	color: #000000;
	}
a:visited {
	color: #000000;
	}
a:hover {
	color:#996633;
	}
a:active {
	color: #000000;
}
/*Ends*/
/*this is the main content text*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
/*Ends*/
/*all this below is the footer text*/
.footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
/*Ends*/


