body {
	background-color: white;
	text-align: center;  /* for IE stupidity */
	margin: 0px;
	padding: 0px;
	font: 12px/1.4em verdana, arial, helvetica, sans-serif;
}

a {
	color: #C37D42;
	font-weight: bold;
	ztext-decoration: none;
}
a:hover {
	color: #5A3401;
}

form {
	margin: 0px;
	padding: 0px;
}
input.formstyle, textarea.formstyle {
	padding: 2px;
	border: 1px solid #aaa;
	font: 13px courier, arial;
}

input.button {
	color: #C37D42;
	ztext-transform: uppercase;
	font: 12px arial;
	letter-spacing: .5px;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 10px;
}

.hidden {
	display: none;
}

p {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
}

ol, ul {
   margin: 0px 30px 12px 40px;
}
html>body ol, ul {
   margin: 0px 20px 12px 0px;
}


#wrapper {
	margin: 0 auto;  /* This is the proper way to center an element */
	margin-top: 20px;
	margin-bottom: 10px;
	width: 752px;
	position: relative;  /* The container must be positioned in order to contain positioned elements */
	text-align: left;  /* corrects for IE hack */
}

#header {
	background: url('../images/bg_header2.jpg') top center no-repeat;
	height: 165px;
}
#logo
{
	position: absolute;
	z-index: 1;
	top: 0px;
	margin: 15px 0px 0px 80px;
	background: url('../images/logo2.gif') no-repeat;
	width: 168px;
	height: 105px;
}
#logo a
{
	position: absolute;
	z-index: 2;
	width: 168px;
	height: 105px;
	cursor: pointer;
	zcursor: hand;
	zcursor: default;
}
#header #loginbox {
	position: absolute;
	top: 112px;
	right: 12px;
	font-size: 11px;
	color: #C48A94;
	text-align: center;
	width: 109px;
}
#header #menu {
	float: right;
	width: 660px;
	margin-top: 40px;
}
html>body #header #menu {
	clear: both;
	margin-top: 41px;
}

#content {
	border: 1px solid #5A3401;
	height: 100%;
	ztext-align: justify;
	background-color: white;
	font: 11px/1.4em verdana, arial, helvetica, sans-serif;
}
#content.home {
	background: white url('../images/bg_vline_3col.gif') 204px 0px repeat-y;
}
#content.sub {
}

#content #home_left {
	float: left;
	width: 178px;
	margin: 0px 14px 12px 6px;
}
html>body #content #home_left {
	margin: 0px 14px 12px 13px;
}

#content #home_center {
	float: left;
	width: 372px;
	margin: 0px 14px 0px 13px;
}

#statusbox {
	background-color: #FFD4DC;
	border-bottom: 1px solid #D1B2B7;
	font-size: 10px;
	padding: 3px 6px;
	margin-bottom: 12px;
}
#home_feature {
	padding-bottom: 12px;
	border-bottom: 1px dashed #CBA380;
}

#content #home_center #blogs {
	background: white url('../images/bg_vline2.gif') center center repeat-y;
	padding-bottom: 12px;
}
#content #home_center #blogs #journal {
	float: left;
	width: 178px;
}
#content #home_center #blogs #jobs {
	float: right;
	width: 178px;
}

.blog_byline a {
	font-weight: normal;
}

#content #home_right {
	float: left;
	width: 124px;
	margin-left: 10px;
	padding: 12px 0px;
}

#content.home h3 {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	text-indent: -3000px;
	height: 20px;
	cursor: hand;
}
#content.home h3#spotlight { background: url('../images/title_home_spotlight.gif') top left no-repeat; }
#content.home h3#shadow { background: url('../images/title_home_shadow.gif') top left no-repeat; }
#content.home h3#roundtable { background: url('../images/title_home_roundtable.gif') top left no-repeat; }
#content.home h3#whatsnew { background: url('../images/title_home_whatsnew.gif') top left no-repeat; }
#content.home h3#dayandnight { background: url('../images/title_home_dayandnight.gif') top left no-repeat; }
#content.home h3#wellness { background: url('../images/title_home_wellness.gif') top left no-repeat; }
#content.home h3#money { background: url('../images/title_home_money.gif') top left no-repeat; }
#content.home h3#reviews { background: url('../images/title_home_reviews.gif') top left no-repeat; }
#content.home h3#travel { background: url('../images/title_home_travel.gif') top left no-repeat; }

#content.home h3#feature { background: url('../images/title_home_feature.gif') top left no-repeat; height: 18px; }
#content.home h3#journal { background: url('../images/title_home_journal.gif') top left no-repeat; height: 18px; }
#content.home h3#jobs { background: url('../images/title_home_jobs.gif') top left no-repeat; height: 18px; }


#content #sub_left {
	float: left;
	width: 575px;
	margin: 0px 12px 12px 6px;
	text-align: justify;
}
html>body #content #sub_left {
	margin-left: 13px;
}
#content #sub_right {
	float: right;
	zwidth: 124px;
	width: 138px;
	margin-right: 6px;
	padding: 12px 0px;
}
html>body #content #sub_right {
	margin-right: 12px;
}

#breadcrumb {
	zborder: 1px solid red;
	text-align: right;
	margin: 6px 12px 0px 12px;
	font-size: 9px;
}

#sub_left div#byline {
	margin-bottom: 10px;
	font-style: italic;
}

#side_links {
	background: url('../images/side_links_header.gif') top center no-repeat;
	margin-bottom: 12px;
	padding-top: 20px;
	color: #AC727C;
	font-weight: bold;
	border-top: 1px solid white;
}
html>body #side_links {
	border-top: 0px;
}
#side_links_inner {
	border: 1px solid #AC727C;
	border-top: 0px;
	padding: 4px 4px 0px 4px;
	width: 128px;
}
#side_links ul {
	margin: 0px 0px 10px 16px;
	padding: 0px;
}
#side_links li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size: 10px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font: 32px courier, arial;
	font-weight: bold;
	color: #AC727C;
	letter-spacing: -2px;
}
h3 {
	margin: 2px 0px 4px 0px;
	padding: 0px;
	font: 14px georgia, times new roman, serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #AC727C;
	letter-spacing: 2px;
}
h4 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 16px;
}

hr {
	border: 0px;
	border-top: 1px dashed #CBA380;
}

#inline_left_caption {
	border: 1px solid #aaa;
	background-color: #ccc;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 1px;
	padding-bottom: 3px;
	font-size: 9px;
	text-align: center;
	background: #ccc url('../images/zoom.gif') bottom right no-repeat;
}
#inline_right_caption {
	border: 1px solid #aaa;
	background-color: #ccc;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 1px;
	padding-bottom: 3px;
	font-size: 9px;
	text-align: center;
	background: #ccc url('../images/zoom.gif') bottom right no-repeat;
}
#inline_left_caption img, #inline_right_caption img {
	background-color: white;
	border: 0px;
	margin: 0px;
	margin-bottom: 3px;
}

img.inline_left {
	float: left;
	margin: 4px 8px 0px 0px;
}
img.inline_right {
	float: right;
	margin: 4px 0px 0px 8px;
}

img.inline_left_thumb {
	float: left;
	margin: 4px 8px 0px 0px;
   width: 150px;
}
img.inline_right_thumb {
	float: right;
	margin: 4px 0px 0px 8px;
   width: 150px;
}

#bio {
	border-top: 1px dashed #CBA380;
	margin: 12px;
	padding-top: 12px;
	font-size: 9px;
}
#bio a {
	font-weight: normal;
}

img.bio {
	border: 1px solid black;
	float: left;
	margin: 4px 8px 0px 0px;
}

#membership_request {
	border: 5px solid #C37D42;
	margin: 0px 20px;
	padding: 20px 10px 10px 10px;
}
#membership_request h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#ad {
	margin: 0 auto;
	margin-bottom: 12px;
	background-color: #ccc;
	text-align: center;
   border: 1px solid #aaa;
   width: 125px;
	/* font-size: 9px;
	line-height: 1.3em;
	color: #666;
	vertical-align: center; */
}
#header #ad.banner {
	float: right;
	margin: 30px 8px 0px 0px;
	width: 468px;
	height: 60px;
   border: 0px;
   background: transparent;
}
html>body #header #ad.banner {
	margin-right: 16px;
}
#ad.square {
	width: 125px;
	height: 125px;
}
#ad.vertical {
	width: 120px;
	height: 240px;
}
#home_right #ad.vertical  {
	margin-bottom: 0px;
}

#menu ul {
   margin-top: -2px;
}
html>body #menu ul {
   margin-top: 0px;
}
#menu ul ul {
   zpadding-top: 0px;
   margin-top: 0px;
}

#menu2 {
	text-align: center;
}
#menu2 ul li { display: inline; }
#menu2 ul {
	margin: 0px 3px 0px 0px;  /* Tweak button centering on bar */
	padding: 15px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	zletter-spacing: 1px;
	line-height: 14px;
	text-transform: lowercase;
}
#menu2 ul li a {
	background: url('../images/menu2_dot.gif') center right no-repeat;
	zmargin: 0px -3px 0px 0px;
	padding: 0px 16px 0px 8px;
	text-decoration: none;
	color: white;
}
#menu2 li a:hover {
	color: #FFBB63;
}
#menu2 li a:active {
	color: #FFBB63;
}
#menu2 ul li a.last {
	background: url(none);
}

#footer {
	background: url('../images/bg_footer.gif') top center no-repeat;
	height: 39px;
}
#copyright {
	text-align: center;
	font: 9px/1.3em verdana;
	padding-bottom: 10px;
}
#copyright a {
	font-weight: normal;
}