/* ----------------------------------------------------------------------
CSS Document

CSS Stylesheet by Sajoba LLC - All Rights Reserved
Sally Eberhart, Sajoba LLC

site		:	http://www.serenityinalaska.com
filename	:	/_css/basic.css
version		:	12.05.2008
-----------------------------------------------------------------------*/

/*Div Settings*/

#banner {
	background-image: url(../img/banner-final.gif);
	height: 180px;
	background-repeat: no-repeat;
	width: 820px;
}
#banner2 {
	font-style: italic;
	text-align: center;
	color: #AE1950;
	font-size: 24px;
	background-image: url(../img/beauty-leaf.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
	padding-bottom: 10px;
}
#topnav {
	font-style: normal;
	border-bottom-width: 2px;
	border-bottom-color: #340300;
	border-top-width: 2px;
	border-top-color: #340300;
	font-size: 1.1em;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
	vertical-align: bottom;
	height: 36px;
	background-color: #6E9E3D;
}
#leftnav {
	
}
#rightnav {
	float: right;
	width: 240px;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

#footernav {
	clear: both;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #340300;
	border-bottom-color: #340300;
	background-color: #6E9E3D;
	height: 35px;
}
#footer {
	font-size: 0.9em;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #B7D175;
}
#subfooter {
	font-size: 0.7em;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 1px;
	background-color: #B7D175;
}
#surround {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 3px solid #540500;
	background-repeat: repeat;
	background-color: #FFFFCC;
}
#wrapper {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 8px solid #340300;
	background-color: #6E9E3D;
	background-image: url(../img/flowerbkgdsmborder.jpg);
}


/*Tags*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #340300;
	color: #540500;
}
p {
	
}

h1 {
	font-size: 22px;
	color: #2D4417;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.services {
	font-size: 13px;
}
h2 {
	font-size: 16px;
	color: #2D4417;
}
h3 {
	font-size: 14px;
	color: #2D4417;
}
h4 {
	font-size: 12px;
	color: #2D4417;
}
h5 {
	font-size: 10px;
	color: #2D4417;
}
h6 {
	font-size: 9px;
	color: #2D4417;
}


/*Link Settings*/
a:link {
	text-decoration: none;
	color: #2D4417;
}
a:visited {
	text-decoration: none;
	color: #2D4417;
}
a:hover {
	text-decoration: none;
	color: #669933;
}
.tabletext {
	font-size: 0.9em;
}
.tagline {
	font-size: 0.8em;
	font-style: italic;
	color: #2D4417;
}
.emphasis {
	color: #400005;
	font-weight: bold;
}
#surround-top {
	background-color: #C8BC7B;
	background-repeat: no-repeat;
	height: 172px;
	width: 800px;
}
.border {
	border: 2px solid #2D4417;
}

