@charset "UTF-8";
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 90;
	background-color: #666666;
}
/* CSS Document */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #EBEBEB;
	background-image: url(sidebar4.png);
	height: 598px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 43px;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #0F0F0F;
	line-height: 3px;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 16px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	font-family: "Century Gothic";
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 a:hover {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 1000px; /* this overrides the text-align: center on the body element. */
	background-color: #EBEBEB;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #sidebar2 {
	float: left;
	height: 611px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 662px;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: center;
}
#keratincontent {
	float: left;
	width: 570px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 370px;
}

.image-noborder {
	border: 1px none #F3F4CA;
}
.twoColFixLtHdr #sidebar2 p {
	font-family: "Century Gothic";
	font-size: large;
	font-weight: bold;
	color: #F3F4CA;
}
.twoColFixLtHdr #header {
	background-image: url(new-images/header2.png);
	height: 170px;
	padding-bottom: 0;
	background-color: #B7D769;
	background-repeat: no-repeat;
	background-position: left;
} 
.twoColFixLtHdr   #header   h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	float: left;
	height: 420px;
	padding-top: 70px;
	padding-right: 90px;
	padding-left: 80px;
	width: 190px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EBEBEB;
	padding-bottom: 80px;
	margin-top: auto;
	margin-left: auto;
	background-image: url(main-content1.png);
} 
.twoColFixLtHdr #mainContent p {
	font-family: "Century Gothic";
	font-size: 19px;
	color: #CB8E0B;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	color: #CB8E0B;
}
.twoColFixLtHdr #maincontent2 {
	height: 400px;
	float: left;
	width: 550px;
	background-image: url(main-content2.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: left top;
	background-color: #EBEBEB;
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 100px;
}
.twoColFixLtHdr #maincontent2 p {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.twoColFixLtHdr #maincontent2 h1 {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	color: #CB8E0B;
}
.twoColFixLtHdr #footer {
	background-color: #5DB81C;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#subheader {
	background-color: #EBEBEB;
	height: 50px;
}
#subcontent {
	height: 20px;
	width: 40px;
}
#keratinconten1 {
	float: left;
	width: 216px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 80px;
	background-image: url(images/ProfileText_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#keratincontent2 {
	background-image: url(images/profile_contentbg2.png);
	background-repeat: no-repeat;
	float: left;
	width: 530px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 55px;
	font-family: "Century Gothic";
	font-weight: bold;
	background-position: center top;
}
#nav {
	margin: 0px;
	padding: 0px;
	float: left;
}
a:visited {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:link {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
