﻿body
{
margin:0px;

}
img.floatLeft { 
    float: left; 
    margin: 4px; 
    clear:both;
}
a
{
	color: #000000;
}
img
{
    border:0px;
}
li
{
	font-size:15px;
}
#wrapper
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 100%;
	background: white;
	text-align: center;
	overflow: hidden;
}

#header
{
	width: 100%;
	height: 105px;
	background:url('images/skincare.jpg');
	background-repeat:repeat-x;
	overflow: hidden;
}
#menu
{
	clear: both;
	background: white;
	color: #279b4c;
	text-align: center;
	width: 950px;
}


#container
{
	width: 950px;

}

#side-b
{
	float: right;
	width: 270px;
	overflow: hidden;
	background:#f9abab;
	height:100%;
	margin-bottom: -20000px; padding-bottom: 20000px;
}

#content
{
	float: left;
	width: 680px;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
}
#content h1
{
	padding-top:5px;
	font-size:18px;
	text-align:center;
	color:#b22627;
}

#content p
{
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	text-align:justify;
}
#content a
{
	color: #279b4c;
}
#subcontent
{
	background: #f9abab;
	float: right;
	width: 680px;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
}

.side-b-content
{
	background: #f9abab;
	text-align:left;
	font-size:14px;
	margin-top:-16px;

}
.side-b-content a
{

	font-size:13px;
	padding-left:60px;
	text-decoration:underline;
}
.side-b-content img
{
	margin-top:12px;
}
.side-b-content a:hover
{

	font-size:13px;
	padding-left:60px;
	text-decoration:underline;
}
.side-b-content2
{
	background: #f9abab;
	

}

#footer
{
	clear: both;
	background-color: #d43434;
	color: #FFFFFF;
	text-align: center;
	width:100%;
}
#footercontent
{
	width:800px;
	color: #FFFFFF;
	text-align: center;
}
#footerleft
{
	float:left;
}
#footerleft a
{
		font-size:20px;
		color: #FFFFFF;
}
#footerright
{
	float:right;
}
#footerright a
{
		font-size:20px;
		color: #FFFFFF;
}
#footer a
{
		color: #FFFFFF;
}
