/* --------------------------------
	South Haven Web Designs
	
	Created for Marco Polo
-----------------------------------





/*  ------ basic ------------------- */

body {
	font-family: Candara;
	font-size:12px;
	color:#FFFFCC;
	text-align:center;
	background-color:#36220E;
}

a img { border:none; }
a:link {
	color:#000000
}

a:visited {
	color: #000000;
}
a:link.navigation {
	text-decoration:none;
}
	
a:visited.bottom {
	color:  #FFFFCC
}

a:link.bottom {
	color:#FFFFCC;
	text-decoration:none;
	outline:none;
}
a:link.white {
	color:#000000;
	text-decoration:none;
	outline:none;
	
}

a:hover.bottom {
	color:#000000;
	text-decoration:underline;
}

a:hover.navigation {
	text-decoration:none;
}

a:hover.white {
	color:#366220E;
	text-decoration:underline;
}
table.text {
	font-family:Candara;
	font-size: 14px;
	padding: 5px;
	color:#000000;
	line-height:30px;
	text-align: justify;
}
	
table.text2 {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFCC;
	text-align: center;
	top: auto;
}

table.text3 {
	font-family:Candara;
	font-size: 18px;
	padding: 5px;
	color:#000000;
	line-height:30px;
	text-align: justify;
	font-weight: bold;
}







/*  ------ layout ------------------------ */

#wrapper { 
	
}
#contents {
	width:1040px;
	margin:0 auto;
	text-align:left;
	margin-top:20px;
	background-color:#FFF;
}

#footer_cont {
	width:1040px;
	margin:0 auto;
	text-align:left;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFCC
}

#header {
	background:url(../images/body-top.gif) no-repeat;
	height:170px;
	position:relative;
}

#contact-table {
	font-family:Candara;
	font-size: 14px;
	color:#000000;
	text-align: left;
	line-height: normal;
}
#middle-contents {
	margin-top:60px;
}

#middle-contents.home {
	margin-top:0;
	line-height: 30px;
}


#left-col { 
	float:left; 
	display:inline; 
	width:740px;  
}

#left-col.contact { 
	width:300px;  
}


#right-col { 
	float:right; 
	display:inline; 
	width:160px; 
	background-image:url(../images/right-col.gif);
	background-repeat:no-repeat;
	margin-right:40px;
	padding-left:40px;
}

#right-col.contact{
	width:400px;
	float:left;
}

#footer { 
	background:url(../images/body-bottom.gif) no-repeat bottom; 
	height:20px;
}




/*  ------ header ---------------------- */


  /**************/
 /* Menu stuff */
/**************/
#main-nav{
	position: absolute;
	top:40px;
	right: -17px;
	width: 615px;
	text-decoration: none;
}

#main-nav ul{
	list-style-type: none;
	text-decoration: none;
	
}

#main-nav li{
	display:inline;
	text-decoration: none;
}

#main-nav li a{
	font-size:12px;
	color: #3E3A31;
	letter-spacing: 5px;
	text-decoration:none;
}

#main-nav li span{
	margin-left:14.7px;
	margin-right:14.7px;
	color: #000000;
}



	
}

#logo_image {
	float:left;
	display:inline;
	margin-left:60px;
	margin-top:40px;
}

#logo_image h1 { margin:0; padding:0; }
