* {font-size: 100%;}

html,body{
	margin:0;
	padding:0;
}

body{
	margin: 0;
	padding: 0;
	background-image: url(../assets/backgrounds/bgBrown.jpg);
}
p{
	font-family:  "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align:justify;
	color: #333;
}
h1{
	font-family: "Century Gothic", "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 7px 30px 30px 50px;
	font-weight: 500;
	color: #006600;
}
h2{
	font-family: "Century Gothic", "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px;
	margin-left: 30px;
	font-weight: bold;
	color: #4f4439;
}
h3{
	font-family: "Century Gothic", "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 15px 0px 20px 30px;
	font-weight: 500;
	color: #666;
}
#container{
	width: 900px;
	margin:0px auto;
	margin-bottom: 10px;
}
#top{
	height: 490px;
}
#bottom{
	width: 900px;
	background-image: url(../assets/backgrounds/bottombg.jpg);
}
#spacer{
	clear: both;
	width: 900px;
	height: 25px;
}
/********************************   left side   ************************************/
#bodyleft{
	width: 240px;
	float: left;
}
#lefthead{
	height: 275px;
	background-image: url(../assets/backgrounds/headerleft2.gif);
}
#lefthead p{
	margin-top: 150px;
	text-align:center;
	color: #000;
}
#lefttop{
	height: 215px;
	width: 236px;
	margin: 0px;
	background-image:url(../assets/backgrounds/leftbg.jpg);
	border-left: #000 2px solid;
	border-right: #000 2px solid;
	
}
#leftmain{
	float: left;
	margin: 0px auto;
	width: 236px;
}
/********************************   right side   ************************************/
#bodyright{
	width: 660px;
	float: right;
}
#righthead{
	height: 95px;
}
#rightbar{
	height: 30px;
	background-image:url(../assets/backgrounds/bar.jpg);
	border-right: #000 2px solid;
}
#rightmain{
	float: right;
	width: 660px;
	margin: 0px;
	margin-bottom: 35px;
}
#rightmain p{
	margin: 20px 50px 20px 50px;
}
#rightmain a{
	color: #006600;
}
#rightmain a:visited{
	color: #006600;
}
#rightmain a:hover{
	color: #000;
}
/********************************   top nav   ************************************/
#topnav{
	margin: 70px 10px 0 0;
	height: 25px;
	float: right;
}
#topnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topnav li{
	font-family: "Century Gothic", "Apple Gothic", "Trebuchet MS" ,Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	display: inline;
	margin-left: 8px;
}
#topnav li span{
	font-size: 1.5em;
	color: #000000;
}
#topnav a{
	color: #FFFFFF;
	text-decoration:none;
}
#topnav a:hover{
	color: #cabb90;
}
/********************************   main nav   ************************************/
#mainnav{
	font-family: "Century Gothic","Apple Gothic", "Trebuchet MS" ,Arial, Helvetica, sans-serif;
	font-weight: 575;
	width: 236px;
	height: 195px;
	margin: 0px;
	font-size: 16px;
	text-align:center;
}
#mainnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainnav li{
	margin: 0px 0px 10px 0px;
	color: #fff;
}
#mainnav a{
	margin: 0px;
	color: #3d352e;
	text-decoration:none;
}
#mainnav a:hover{
	color: #fff;
}

/********************************   flash   ************************************/
#flash{
	border-right: #000 2px solid;
	border-top: #000 2px solid;
	height: 365px;
	width: 658px;
}
#homeheader{
	width: 658px;
	height: 365px;
	background-image: url(../assets/photos/cropped/Seattle.jpg);
}
/********************************   boxes   ************************************/
#spaceleft{
	margin: 0px;
	height: 30px;
}
#boxholder{
	margin: 0 auto;
	width: 210px;
	height: 500px;
	padding-left: 16px;
}
#boxholder a{
	color: #000000;
	
 
}
#box1{
	display: block;
	magin: 0px;
	width: 200px;
	height: 225px;
	background-image: url(../assets/backgrounds/box1.jpg);
}
#boxspacer{
	height: 25px;
	width: 210px;
}
#box2{
	display: block;
	margin: 0px;
	width: 200px;
	height: 225px;
	background-image: url(../assets/backgrounds/box2.jpg);
}
/********************************   footer   ************************************/
#footer{
	margin: 0px auto;
	margin-bottom: 10px;
	clear: both;
	width: 900px;
	height: 33px;
	background-image:url(../assets/backgrounds/footer.gif);
}
#footer p{
	margin: 0px;
	font-size: .7em;
	padding-top: 7px;
	width: 880px;
	color: #FFFFFF;
	text-align:right;
}
#map{
	width: 630px;
	height: 450px;
	margin: 0px auto;
	border: #4f4439 2px solid;
	margin-bottom: 20px;
}

