@charset "utf-8";
/* CSS Document */

body
	{
	background-image:url(../images/main-bg.jpg);
	background-color:#D9D9D9;
	background-repeat:repeat-x;
	margin:0
	}
.top-border
	{
	width:100%;
	height:22px;
	text-indent:250px;

	}
.upper-navigation
	{
	width:823px;
	height:93px;
	margin-left:auto;
	margin-right:auto;
	}
.top-portion-banner
	{
	width:823px;
	height:309px;
	background-image:url(../images/lady-banner.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	
	}
.center
	{
	width:823px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/middle-section.jpg);
	background-repeat:repeat-y;
	}
.heading_table{ width:770px; margin-left:auto; margin-right:auto; padding:10px;}
.content_holder{width:770px; margin-left:auto; margin-right:auto; padding:0px 10px 0px 10px; font-family:"Trebuchet MS"; color: #333333; font-size:13px; display:block; text-align:justify}

.content_holder a{ color:#000066; text-decoration:none; font-size:12px;}

.content_holder a:hover { color:#999999; text-decoration:underline}


.footer
	{
	width:823px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	}
.lower_links
	{
	 color:#333333; width:823px; height:25px; margin-left:auto; margin-right:auto; text-align:center
	}
.form
	{
	font-family:"Trebuchet MS"; font-size:12px; color:#000000; padding:3px; text-align:right;
	}
	

