body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #000000;
}

#homepage {
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#secondarypage {
	background-image: url(img/newheader2_bg.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.bluetype {
	color: #325484;
}


p, h1, h2, h3, h4, img, br, hr, ul, li {
	padding:0px;
	margin:0px;
}

img {border:none;}

.floatleft {float:left; margin-right:10px;}
.floatright {
	float:right;
	margin-right: 10px;
}

#wrapper {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#header {
	background-image: url(img/newheader.jpg);
	background-repeat: no-repeat;
	height: 400px;
	z-index: 2;
	width: 900px;
}

#about_header {
	background-image: url(img/about_header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	z-index: 2;
	width: 900px;
}

#photos_header {
	background-image: url(img/photos_header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	z-index: 2;
	width: 900px;
}
#news_header {
	background-image: url(img/news_header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	z-index: 2;
	width: 900px;
}
#contact_header {
	background-image: url(img/contact_header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	z-index: 2;
	width: 900px;
}
#balm_header {
	background-image: url(img/balm_header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	z-index: 2;
	width: 900px;
}
#paypal_header {
	background-image: url(img/paypal_header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	z-index: 2;
	width: 900px;
}

#blueset {
	background-color: #E8CB9B;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 1.1em;
	padding: 15px;
	margin-top: 5px;
}
#photos {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 500px;
}



#nav {
	top: 307px;
	height: 25px;
	text-align: right;
	width: auto;
	position: relative;
}

#subnav {
	text-align: center;
	width: auto;
	background-color: #CCCCCC;
	margin-top: 5px;
}

#nav li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

#nav li a:hover {
	color:#FFFFFF;
	background-color:#d29938;
}

#subnav li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}

#subnav li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

#subnav li a:hover {
	color:#FFFFFF;
	background-color:#d29938;
}
#subnav li a.current {
	color:#333333;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h2 {
	color: #CFB083;
}


#balmcd {
	position: relative;
	top: 310px;
	width: auto;
	text-align: right;
	padding-right: 20px;
}

#content {
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
}
#content a {
	font-weight: bold;
	color: #325484;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CB902A;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CB902A;
	padding-right: 5px;
	padding-left: 5px;
}

#content a:hover {
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D29938;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D29938;
	background-color: #D29938;
}

#content h1 {
	font-size: 1.3em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333333;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d29938;
	border-bottom-color: #d29938;
}
#content p {
	margin-right: 5px;
	margin-left: 5px;
	font-size: .9em;
}
#content li {
	font-size: .9em;
	list-style-position: inside;
	list-style-type: disc;
}


#footer {
	color: #FFFFFF;
	background-color: #000000;
}
#footer a {
	color: #d29938;
}
#footer p {
	font-size: 0.85em;
}
#news a:link {
	font-weight: bold;
	color: #32549A;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
