body,
html {
	background-color:#ffffff;
	font-size:12px;
	text-align:center;
	padding:0px;
	margin: 0 auto;
	min-width:1000px;
	height:100%;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	}
	
body {
	min-width:1000px;
    }
	
#container {
	width:1000px;
	padding:0px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	}
	
 

	
	
                          /*         H E A D E R / N A V   S T Y L E S          */

#header {
	width:940px;
	height:170px;
	margin:0px auto;
	overflow:hidden;
	}
	
#logo { 
	width:324px;
	height:109px;
	float:left;
	display:inline;
	border:none;
	margin-top:20px;
	}
	
#navigation {
	width: 575px;
	height:20px;
	float:right;
	display:inline;
	text-align:right;
	margin-top:30px;
	}
	
.nav-text {
	list-style:none;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	}
	
.nav-text li {
	display:inline;
	padding:0px 13px;
	letter-spacing:1px;
	}
	
.nav-text .last {
	padding-right:0px;
	}
	
.nav-text li a {
	color:#221122;
	text-decoration:none;
	}
	
.nav-text li a:hover {
	color:#CC9955;
	text-decoration:none;
	}
	

                          /*         H O M E    S T Y L E S          */
#home-wrap {
	width:1000px;
	height:420px;
	margin:0px auto;
	background:url(../assets/homepage-footer.jpg) center bottom no-repeat;
	overflow:hidden;
	}
	
#home-copy {
	width:600px;
	float:left;
	display:inline;
	margin:135px 0px 0px 60px;
	text-align:center;
	}
	
#home-contact {
	margin-top:170px;
	}
	



	


	
                          /*         L A Y O U T   S T Y L E S          */
	
#sub-footer {
	width:1000px;
	height:370px;
	margin:0px auto;
	background:url(../assets/subpage-footer.jpg) no-repeat center bottom;
	}
	
.tagline {
	float:right;
	display:inline;
	margin-right: 125px;
	}

#green-bar {
	width:1000px;
	height:40px;
	margin:0px auto;
	background-color:#665522;
	text-align:center;
	}
	
#drop-shadow {
	background-image:url(../assets/drop-shadow.jpg);
	width:1000px;
	height:24px;
	}

#copy-area {
	width:600px;
	margin:0px auto;
	padding:0px;
	font-size:13px;
	overflow:visible;
	}
	
#col-wrap {
	width:900px;
	margin:45px auto 0px auto;
	overflow:hidden;
	}
	
#left-col {
	width:330px;
	float:left;
	display:inline;
	margin-top:50px;
	}
	
#right-col {
	width:500px;
	float:right;
	display:inline;
	margin:0px 10px 0px 0px;
	}
	
.innertube {
	padding:10px 25px;
	}


	
                          /*         C O N T E N T  S T Y L E S          */
	
h1 {
	color:#CC9955;
	font-size:40px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	letter-spacing:2px;
	}
	
h2 {
	color:#666622;
	font-size:24px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:2px;
	}
	
h3 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	}
	
h3 a {
	color:#FFFFFF;
	}
	
h3 a:hover {
	color:#221122;
	}
	
h4 {
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:8px;
	}
	
.body_copy {
	color:#000000;
	font-size:13px;
	}
	
.body_copy a {
	color:#000000;
	text-decoration:underline;
	font-size:13px;
	}
	
.body_copy a:hover {
	color:#000000;
	text-decoration:underline;
	font-size:13px;
	}
	
a {
	color:#666622;
	}
	
a:hover {
	color:#CC9955;
	}
	
	
.phone {
	float:right;
	display:inline;
	margin-top:20px;
	text-align:right;
	}
	

		
	
                          /*         B O T T O M   S T Y L E S          */

#footer {
	width:1000px;
	margin:0px auto;
	padding:5px 0px;
	text-align:right;
	clear:both;
	}
	
.footer-copy, .footer-copy a, .footer-copy a:hover {
	color:#999999;
	font-size:11px;
	}
		
img {
	display:block;
	}
	
img a {
	border:none;
	display:block;
	}