/* CSS Document */

body
{
margin: 0px;
padding: 0px;

}
#container
{
width:780px;
border: 0px;
background: url(../images/container_bg.jpg) repeat-y right;
}

#header
{


}

#logo_beauty
{
	
	background: url(../images/header.jpg);
	width: 775px;
	height: 133px;
}

#navbar
{
	width: 775px;
	height: 40px;
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: repeat-x; 
	text-align: center;
}

#navbar a
{
	font-size: 11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	color: #04047c;
	margin: 0px;
	float:left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-right: 2px solid #000000;
	margin-top:15px;
}

#content
{
	clear:both;
	padding: 10px;
}

.home_content
{
	width: 400px;
	text-align:justify;
	font-size:14px;
}

#footer
{
	width: 775px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x; 
	height: 69px;
	padding: 5x;

}

#footer p
{
	color:#04047c;
	font-weight: bold;
}


.hightlight
{
	color: #04047c;

}              

#left_pics
{ 
	width: 160px;
	height:295px;
	float:left;
}

#gretchen_pic
{
	float:right;
}

.titles
{
	width: 750px;
	font-weight: bold;

}

.active {
	font-style:italic;
	font-size:22px;
}
