body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 20px 0px; padding: 0px;
	text-align: center;
	background-color: #333;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}

#headerSection {
	float: left;
	width: 750px;
	height: 180px;
	background: #000 url(../images/corner_top.gif) no-repeat 0 top;
}

#navigationSection {
	float: left;
	width: 750px;
	height: 23px;
	margin: 0px;
	color: #fff;
	background-color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#contentSection {
	float: left;
	width: 750px;
	min-height: 300px;
	margin: 0px;
	color: #fff;
	background-color: #000;
}

#contentSectionHome {
	float: left;
	width: 750px;
	min-height: 300px;
	margin: 0px;
	color: #fff;
	background: #000 url(../images/back_girl.gif) no-repeat right center;
}

#contentSectionAbout {
	float: left;
	width: 750px;
	min-height: 300px;
	margin: 0px;
	color: #fff;
	background: #000 url(../images/about.jpg) no-repeat right center;
}

#footerSection {
	float: left;
	text-align: center;
	width: 750px;
	height: 32px;
	margin: 0px;
	color: #fff;
	background: #000 url(../images/corner_bottom.gif) no-repeat 0 bottom;
	line-height: 1.9em;
}

#textHere {
	float: left;
	padding: 5px 185px 5px 10px;
	font-size: 13px;
}

#textFullHere {
	float: left;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
}

.Highlight {
	font-size: 16px;
	color: #EC008C;
}

a.Copyright:link, a.Copyright:visited, a.Copyright:active {
	color: #fff;
	text-decoration: none;
	}

a.Copyright:hover {
	color: #fff;
	text-decoration: underline;
	}

A:link {text-decoration: none; color: #ec008c;}
A:visited {text-decoration: none; color: #ec008c;}
A:active {text-decoration: none; color: #ec008c;}
A:hover {text-decoration: underline; color: #ec008c;}

hr {
	color: #EC008C;
	background-color: #EC008C;
	height: 5px;
}
