html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FC0;
}
a:hover {
	color: #FF0;
}
body {
	background: #09F;
	color: #3513de;
	font: normal 62.5% Tahoma, sans-serif;
}
p, code, ul {
	padding-bottom: 1.2em;
}
h1 {
	font: normal 1.8em Tahoma, sans-serif;
	margin-bottom: 4px;
}
blockquote {
	background: url(images/people2.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 110px;
}
.ss {
	background: url(images/purelyyou.jpg) no-repeat;
	align: center;
	display: block;
	padding-top: 150px;
}
h1, h2, h3 {
	padding-top: 6px;
}
.clearer {
	clear: both;
}
.left {
}
.right {
	position: absolute;
	left: 50px;
	top: 25px;
	border: 0px;
}
.top {
	background: #09F;
	padding: 50px 10px 0;
}
.header {
	background: #3C0;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 850px;
}
.header .left, .header .right {
	background: #3C0;
	color: #FFF;
}
.header .left {
	background: url(images/header.jpg) no-repeat;
	font: normal 2.8em Trebuchet MS, sans-serif;
	text-align: right;
	width: 750px;
	height: 150px;
	line-height: 150px;
	padding-right: 12px;
}
.header .right {
	overflow: auto;
	width: 220px;
}
.content {
	background: #3c0;
	font-size: 1.2em;
	margin:  auto;
	padding: 0 10px 10px;
	width: 850px;
}
.contentLeft {
	background: #fff;
	margin: auto;
	padding: 12px;
	min-height: 1000px;
}
.sidemenu {
	color: #FFF;
	float: right;
	width: 210px;
	background: #06F;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 12px;
	margin-left: 12px;
}
.sidemenu h2 {
	color: #FC0;
	font-size: 1em;
	padding-left: 12px;
	padding-bottom: 12px;
}
.sidemenu ul {
	padding: 0;
	border-top: 2px solid #3c0;
}
.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #3c0;
	padding: 8px 0 8px 5%;
	color: #FC0;
}
.sidemenu li a {
	font-size: 1.1em;
	color: #FC0;
	text-decoration: none;
	width: 95%;
}
.sidemenu li a:hover {
	background: #09F;
	color: #FF0;
}
.sidemenu p {
	padding-right: 0px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode", sans-serif;
	padding-right: 222px;
}
.footer {
	background: #FFF;
	color: #888;
	font: bold 1em sans-serif;
	width:850px;
	margin: auto;
	padding-left:20px;
}
.popup {
	height: 225px;
	width: 375px;
	background-color: #FFFFFF;
	border: medium solid #00CC00;
	position: absolute;
	top: 50%;
	z-index: 1000;
	left: 50%;
	padding: 10px;
	margin-top: -175px;
	margin-left: -150px;
	font-size: 16px;
	color: #000099;
	text-decoration: none;
}

