/* CSS Document */

*	{
	margin: 0px;
	padding: 0px;
	}

body	{
	text-align:center;
	font: 12px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #7d6a55;
	line-height: 18px;
	background-color: #ede6da;
	}


#wrapper	{
	width: 910px;
	margin:0px auto;
	}
	

#container	{
	margin:0px auto 0px auto;
	padding: 0px;
	text-align: left;
	}
	
#header	{
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 277px;
	}
	
#pages #header	{
	background-image: url(../images/header_bg-pages.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 183px;
	}
	
#headerin	{
	padding-top: 75px;
	margin-left: 450px;
	margin-right: 100px;
	color: white;
	}
	

#mainnav	{
	text-align: left;
	background-image: url(../images/mainnav_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 42px;
	
	}
	
	
#content	{
	margin: 0px 30px 0px 28px;
	background-color: white;
	}
	
#pages #content	{
	margin: 0px 30px 0px 29px;
	background-color: white;
	}
	

#titlearea	{

	}
	
#home #contentwide	{
	background-image: url(../images/home_her0.jpg);
	height: 420px;
	
}

#pages #contentwide	{
	background-image: url(../images/pages-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

#contentwidein	{
		padding: 50px 400px 0px 50px;
}

#pages #contentwidein	{
		padding: 50px 50px 0px 50px;
}
	
#contentleft	{
	width: 365px;
	float: left;
}

#contentright	{
	width: 365px;
	float: right;
	text-align: right;
}
	
#footer	{
	padding: 15px 0px;
	font-size: 10px;
	}
	
		
/* Main text formatting */



h1	{
	font-size: 16px;
	color: #f4856b;
	margin-bottom: 10px;
	}
	
h2	{
	color: #f4856b;
	font-size: 13px;
	margin-bottom: 10px;
	}
	
h2 a	{
	color: #4c2432;
	}
	
.makeuptipheader	{
	margin-top: 15px;
	margin-bottom: 0px;
	height: 25px;
	background-image: url(../images/makeuptip_bg.gif);
	background-repeat: no-repeat;
	}

.makeuptipheader h2	{
	display: none;
	}

H3	{
	color: #b95915;
	font-size: 14px;
	margin-top: 10px;
	}

	
	
A	{
	color: #8f816a;
	text-decoration: none;
	}
	
A:hover	{
	color: #6c1117;
	}
	
img	{
	border: none;
	}
	
ul	{
	margin-left: 1em;
	padding: inherit;
	}
	


/* main nav */

#mainnav ul	{
	padding: 10px 30px 10px 60px;
	}

#mainnav ul li	{
	display: inline;
	}
	
#mainnav li a	{
	text-decoration: none;
	color: #ffffff;
	padding: 10px 7px;
	}
	
#mainnav li a:hover	{
	text-decoration: none;
	color: #f4856b;
	}

.currentlink	{	
	font-weight: bold;
	}
	


	
/* All Forms */

#mainform	{
	border:4px solid #e1dbd6;
	padding: 10px;
	background-repeat: repeat-x;
	color: #4c2432;
	}
	
.form_button	{
	background-color:#4c2432;
	color: white;
	padding: 3px;
	}

/* image gallery */
	

/* page image formatting */
	

#contentright img	{
		border: 1px solid #7d6a55;
		}


/* image gallery */

#gallery	{
	text-align: center;
	width: 100%;
	}

#gallerythumbs img	{
	margin-right: 5px;
	}
	
#gallerythumbs	{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	}

#gallerymain	{
	margin-top: 10px;
	}
	
#gallerythumbs a img	{
	border: solid 1px #ede6da;
	}
	
#gallerythumbs a:hover img	{
	border: solid 1px #f4856b;
	}
	
	/* makeup tip - index */
	
#makeuptip	{
	padding: 5px 10px 15px 10px;
	background-image: url(../images/makeuptip_bg2.gif);
	background-repeat: repeat-x;
	}