

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #333333;
	background-color: #006699;
	background-image: url(../images/wellness/bg4.gif);
}

a {
	color: #980000;
}

a:hover {
	text-decoration: none;
	color: #980000;
}

/* Boxed */

.title {
	padding-left: 30px;
	background: url(../images/wellness/img04.gif) no-repeat left center;
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 100%;
}

.boxed1 .content {
	background: url(../images/wellness/img05.gif) no-repeat left bottom;
	padding: 10px;
}

.boxed2 .title {
	font-size: 182%;
}

.boxed2 .content {
	background: url(../images/wellness/img06.gif) no-repeat left bottom;
	padding: 5px;
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	background: url(../images/wellness/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(../images/wellness/wellnessheader.gif) no-repeat;
	border-bottom: 0px solid #980000;
	border-right: 1px solid #980000;
	border-left: 1px solid #980000;
	border-top: 1px solid #980000;
}

/* Logo */

#logo {
	float: left;
	width: 350px;
	height: 160px;
	border-right: 0px solid #FFFFFF;
	text-align: center;
	background: url(../images/wellness/logo.gif) no-repeat;
}
#printlogo {
	display: none;
}

#logo h1 {
	padding-top: 155px;
	font-weight: normal;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 760px;
	height: 30px;
	background: #980000;
	border-bottom: 1px solid #980000;
}

#menu ul {
	height: 5px;
	background: #980000;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 5px 15px 0 10px;
	border-top: 0px solid #980000;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-top-color: #99CCFF;
	background: #FFCC33;
	color: #980000;
}

#menu .active a {
	background: #FFFFFF;
	color: #980000;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top: ;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #980000;
	border-left: 1px solid #980000;
}

/* Content */

#content {
	float: right;
	width: 479px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #980000;
	background: #FFFFFF;
}


#content p {
	line-height: 152%;
			padding: 0 0 10px 0;
}

#content H1 {
	color: #980000;
		padding: 10px 0 10px 0;
}

#content H2, #content H3 {
	color: #980000;
		padding: 10px 0 0 0;
}

#content ul {
padding: 0;
margin-left: 1em;
margin-top: .25em;
margin-right: 0;
margin-bottom: 1em;
} 

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 15px;
	background: #FFFFFF;
}

/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 90%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 90%;
}



/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #980000;
		background: #FFFFFF;

}

#footer p {
	text-align: xx;
	font-size: 85%;
}

hr {
color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;
}
