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

/*HTML Link Color*/
a:link{color:#0000FF}
a:visited{color:#800080}

/*Main CSS Formating*/
#wrapper
{
	margin-right:auto;
	margin-left:auto;
	height: 1000px;
	width: 987px;
}
#header
{
	width: 987px;
	height: 125px;
	background-image: url(../images/headerimg3_1.png);
}
#main_content
{
	height: 825px;
	width: 820px;
	float: right;
	font-family: 'Josefin Sans', sans-serif;
	background-image: url(../images/);
}
#left_nav
{
	height: 825px;
	width: 150px;
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	background-image: url(../images/leftnavimg_w.png);
}
#footer
{
	width: 987px;
	height: 250px;
	clear: both;
}
#h2 
{
	font-size: 36px;
}
#h3 {
	font-size: 18px;
}
#wrapper #header #content_one {
	font-size: 72px;
	font-style: italic;
	font-family: 'Dancing Script', cursive;
}
#h4 {
	font-size: 16px;
}