body {
	margin: 0;
	padding:0;
 	font-family:Helvetica, Geneva, Arial, sans-serif;
	background-color:#CCCCCC;
	text-decoration:none;
	text-align:center;
	
	}
#wrapper {
	
	background-color:#DADADA;
	text-align:left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	border:1px solid #000000;

	}
	
	
/*HEADER***************************************************/
#header {
	width:760px;
	height:165px;
	background-color:#DADADA;
	background-image:url(images/logo.gif);
	background-position:top center;
	background-repeat:no-repeat;
	
	
	}
#navigation {
	width:760px;
	height:auto;
	border-top:1px solid #000000;
	font-size:medium;
	margin:0;
	padding:0;

	
	}

	
/*BODY***********************************************************/
#content {
	padding: 0 0 0 0;
	margin:20PX 10px 0 10px;
	}
#quotecontent {
	padding: 0 0 0 0;
	margin:20PX 150px 0 150px;
	}
#content a { text-decoration:none;}
#content img {border:none;}
#homecontent
{
	padding: 0 0 0 0;
	margin:0 0 0 215px;
	background-image:url(images/woman.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:540px;
	
	}

	
/*NAVIGATION*************************************************/
#leftside {
	margin:0;
	width:170px;
	float:left;
	}

 #nav, #nav ul {
	float: left;
	width: 760px;
	list-style: none;
	line-height: 1;
	background: #C33328;
	font-weight: bold;
	padding: 0;
	margin:0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #000000;
	text-decoration: none;
	padding: 0.25em 1.7em;
}

#nav a.pic {
	background: url(images/arrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border:0.25em solid #CCCCCC;
	margin: 0;
	background:#CCCCCC;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #D8322A;
}


		
/*FOOTER*********************************************************/
#footer {
	width:760px;
	height:156px;
	background-color:#DADADA;
	border-top:3px solid #C33328;
	clear:both;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:center center;
	}
#footer ul{
	margin:0;
	padding:0;
}
#footer li {
	float:left;
	list-style:none;
	margin-right:6px;
	margin-top:5px;
	}

/*MISC***********************/


/* Hides from IE-mac \*/
* html .fix {height: 1%;}
* html #footer li {margin-right:5px;}
/* End hide from IE-mac */
#push {margin-left:5px}

.red {
color:red;
}
#rightside {
	float:right;
	margin-top:10px;
	}
.nodecoration{
	
	border:none;
	}
.right {float: right;
		padding:5px;}
.left {float:left;
	padding:5px;
	}
.nomargin {
	margin-left:0;
	margin-bottom:0;}
	.clear {clear:both;}
.mainstuff {
	padding: 345px 6px 0 6px;
	font-weight:bold;
	}
.floatlogo {
	float:left; 
	margin-top:10px; 
	margin-bottom:10px;
	}
