html,body {
	background: #3f1237 url('/_imgs/plumb_bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: Helvetica;
	font-size: 10pt;
	color: #58595B;
}

a {
	color: #58B7DD;
}

#wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	height: 46px;
	background: transparent;
 	padding-left: 20px;
 	padding-right: 24px;
 	padding-top: 25px;
 	padding-bottom: 10px;
}

#header #logo {
	float: left;
}

#header #menu {
	float: right;
}

#header #menu, #header #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #menu li {
	float: left;
	margin-left: 18px;
	margin-top: 33px;
}

#header #menu li ul {
	position: absolute;
	left: -999em;
}

#header #menu li ul li{
	float: none;
	margin: 0px;
}

#header #menu a {
	display: block;
}

#header #menu li a {
	font-family: Helvetica;
	font-size: 11pt;
	letter-spacing: .25px;
	color: #58B7DD;
	font-weight: lighter;
	text-decoration: none;
}

/*#header #menu #stylingpackages,
#header #menu #menspackages,
#header #menu #womenspackages,
#header #menu #onlinepackages*/

#header #menu li ul li a {
	background-color:#99A9C7;
	color: white;
	padding: 5px 10px;
}

/* An IF statement in CSS!
If the body class = the LI id
Set the color is SELECTED! */

.about #header #menu #about, 
.services #header #menu #services, 
.blog #header #menu #blog, 
.packages #header #menu #packages, 
.gift #header #menu #gift,
.portfolio #header #menu #portfolio,
.contact #header #menu #contact {
	color: #003465;
}

#header #menu a:hover {
	color: #003465;
}

#header #menu li:hover ul {
	left: auto;
}

#content {
	background: #FFFFFF;
	margin: 0 auto;
	width: 955px;
	padding: 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
}

#footer {
	position: static;
	clear: both;
	height: 12px;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 8.03pt;
	width: 955px;
	color: #666666;
}

#footer #left {
	float: left;
	padding-left: 16px;
}

#footer #right {
	float: right;
	padding-right: 24px;
}
