p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F5F3D1;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4997de;
	font-weight: bolder;
	padding-top: 10px;
	margin-right: 20px;
}


#CONTAINER {
	position: relative;
	height: 635px;
	width: 955px;
	margin: 0px;
	border: 0px;

}

#TOP {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 92px;
	width: 955px;
	margin: 0px;
	background-image: url(imgs/mainst_header.gif);

}

#LEFT {
	position: absolute;
	left: 0px;
	top: 92px;
	height: 543px;
	width: 239px;
	margin: 0px;
	background-image: url(imgs/mainst_left.gif);

}
#RIGHT {
	position: absolute;
	left: 899px;
	top: 92px;
	height: 543px;
	width: 56px;
	margin: 0px;
	background-image: url(imgs/mainst_right.gif);

}

#NAV {
	position: absolute;
	left: 239px;
	top: 92px;
	height: 29px;
	width: 660px;
	margin: 0px;
	background-color: #B581CB;
	background-image: url(imgs/mainst_nav.gif);

}


#BOTTOM_DEC {
	position: absolute;
	left: 239px;
	top: 552px;
	height: 45px;
	width: 660px;
	margin: 0px;
	background-color: #FFC6E9;
	background-image: url(imgs/mainst_bottom.gif);

}

#BOTTOM_NAV {
	position: absolute;
	left: 239px;
	top: 597px;
	height: 38px;
	width: 660px;
	margin: 0px;
	background-color: #FFC6E9;

}

#CONTENTLEFT {
	position: absolute;
	left: 239px;
	top: 121px;
	height: 431px;
	width: 402px;
	margin: 0px;
	background-color: #FFC6E9;
	text-align: left;
	padding: 0px;

}

#CONTENTRIGHT {
	position: absolute;
	left: 641px;
	top: 121px;
	height: 431px;
	width: 258px;
	margin: 0px;
	background-color: #FFC6E9;
	text-align: left;
	padding: 0px;

}


#CONTENTLEFT p, #CONTENTRIGHT p {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: auto;

}

#CONTENTRIGHT img.noborder {
	float: none;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	border-color: #440000;
	margin-top: 20px;
	margin-right: 20px;
	clear: none;
}
#CONTENTRIGHT img {
	float: none;
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #E440A6;
	margin-top: 20px;
	margin-right: 20px;
	clear: none;
}


body {
	background-color: #FF8DD3;
	background-image: url(imgs/mainst_back.jpg);
}

#NAV a {
	color: #CBFF78;
	text-decoration: none;
	}
	
#NAV a:visited {
	color: #CBFF78;
	text-decoration: none;
	}
	
#NAV a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#CONTENTLEFT a, #BOTTOM_NAV a, #CONTENTRIGHT a {
	color: #E440A6;
	text-decoration: none;
	}
		
#CONTENTLEFT a:visited, #BOTTOM_NAV a:visited, #CONTENTRIGHT a:visited {
	color: #E440A6;
	text-decoration: none;
	}
	
#CONTENTLEFT a:hover, #BOTTOM_NAV a:hover, #CONTENTRIGHT a:hover {
	color: #B581CB;
	text-decoration: none;
	}
	
#BOTTOM_NAV p {
	font-size: 14px;
	color: #E440A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px;
	text-align: right;

}


ul, ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 1;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CBFF78;
	font-weight: normal;
	font-style: normal;
}

ul li a {
	border: 0px;
	display: block;
	float: left;
	padding: 4px;
}
#CONTENTLEFT  p.quote {
	font-style: italic;
	color: 4997de;
	margin-right: 120px;
	font-family: Arial, Helvetica, sans-serif;
}
