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

body {
	background-color:#d37fa6;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#78253c;
}

#fillCont {
	background-image:url(images/fillerBG.jpg);
	background-repeat:repeat-y;
	width:993px;
}

#main {
	background-image:url(images/upperBG.jpg);
	background-repeat:no-repeat;
	background-position:top-left;
	width:993px;
	padding:0px;
	margin:0px;
	clear: both;
}

#contentCol {
	margin-left:210px; 
	padding-top:35px;
	padding-right:80px;
	padding-bottom:10px;
}

#footer {
	clear:both;
	background-image:url(images/footerBG.jpg);
	height:211px;
}

#navHolder {
	float:left;
	width:125px;
	margin-top: 250px;
	margin-left: 52px;
	height: 200px;
}

#footerHolder {
	padding-top: 135px;
	margin-left: 35px;
	color:#FFF;
	clear: both;
}

.headline {
	font-size:40px;
}

.highlightBox {
	background-color:#eabbcd;
	padding:10px;
}

a:link {color: #ae5d82; text-decoration:none}
a:visited {color: #ae5d82; text-decoration:none}
a:hover {color: #ae5d82; text-decoration:underline}
a:active {color: #ae5d82; text-decoration:none}
a:link {color: #ae5d82; text-decoration:none}

a.white:visited {color: #ffffff; text-decoration:none}
a.white:hover {color: #ffffff; text-decoration:underline}
a.white:active {color: #ffffff; text-decoration:none}
a.white:link {color: #ffffff; text-decoration:none}
