body{
	padding:0px;
	margin:0px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-size: 12px;
}
a {text-decoration:none; color: #CC6600;}
a:hover{text-decoration:underline;}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	color: #FF9900;
}
.lable {
	text-align: right;
	font-weight: bold;
}
.inputbg {
	background: #000000;
	border: solid 1px #666666;
	color: #FFFFFF;
}
.more {
	position: relative;
	top: -10px;
}
.more2 {
	position: relative;
	top: 10px;
}
.man {
	background: url("images/home-man.jpg") 90% 100% no-repeat;
	border-right: 1px solid  #252525;
}
.woman {
	background: url("images/home-woman.jpg") 95% 100% no-repeat;
	border-right: 1px solid  #252525;
	font-size: 16px;
}

/* FOOTER STYLES */
#footer {

}
.number {
	font-size: 24px;
	color: #999999;
	margin-left: 20px;
}
.links {
	width: 540px;
	background: #252525;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: #666666;
	text-align: center;
	padding: 5px;
}
.links a {
	color: #666666;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}
.links a:hover {
	color: #CC6600
}
.copyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 10px;
}
.copyright a {
	color: #666666;
	text-decoration: none;
}
.copyright a:hover {
	color: #CC6600
}

/* WhosOn Live Chat */
.WhosOn {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	background: #FFF;
	border: 3px solid #F60;
}
