body {
	background: #000000;
	}

table, tbody, tr, td {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #777A80;
	text-align: justify;
	line-height:17px;
	}
	
.Heading1, H1 {
	font-size: 13px;
	}
	
a:link, a:active, a:visited {
	color: #777A80;
	text-decoration: none;
	}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

img{
	border-style:none;
	padding:0px;
	margin:0px;
}
.oneColFixCtr #container {
	width: 944px;
	background: #FFFFFF;
	margin: 10px auto; 
	text-align: justify;
}
.oneColFixCtr #mainContent {
	padding: 100px 20px 0px 20px;
}
.oneColFixCtr #text_area {
	width: 740px;
	height: 200px;
	text-align:justify;
	margin-left:87px;
	margin-bottom:30px;
	overflow:scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9ea0;
	padding: 10px;
}
.oneColFixCtr #wetherlys_logo_white {
	height:40px;
	width:760px;
	text-align:right;
	padding-bottom:30px;
	padding-left:87px;
}
.oneColFixCtr #top_nav {
	height:30px;
	width:944px;
	text-align:left;
	padding-top:0px;
	background-color:#000000;
}
.oneColFixCtr #bottom_nav {
	height:30px;
	width:944px;
	text-align:left;
	padding-top:0px;
	background-color:#000000;
}
.nav_spacer{
	width:30px;
}
.pipe{
	background-color:#666666;
	width:1px;
}
.lifestyle_content_title{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	padding-left:30px;
	padding-right:10px;
	padding-top:50px;
	padding-bottom:40px;
}
.lifestyle_content{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:20px;
}
.profile{
	vertical-align:top;
	padding:5px;
}

.profile:hover{
	vertical-align:top;
	background-color:#eeeeee;
}
.profilenames{
	padding-left:5px;
}

.services_content{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:20px;
}
.scrollbar{
	scrollbar-base-color: #FF9900;
}

#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:100px; 
			background:#000; 
			position:relative;
			z-index:500; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			font-weight:700;  
			height:15px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#333;
		}

		#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:100px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#666;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
