/* CORE CSS */

#container {
	width: 950px;
	margin: 2px auto 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid #999;
	font-family: Georgia, Times, serif;
	background-image : url(images/bkgrd_girl.gif);
	background-repeat : no-repeat;
	background-attachment: scroll;
	background-position: 0 70px;
}


#top{ 
	padding: .2em; 
	background-color: #6699cc; 
	height: 4em; 
 
}
 
#top img.logo {
	float: left; 
	margin: 10px 0 0 82px;
	border: 0; 
	}	
#top p { 
	float: left;
	font-size: 1.5em; 
	color: #fff;
	margin:0; 
	padding-top: 18px; 
	padding-left: 75px;;
}
#top p.title { 
	float: left; 
	font-size: 1.4em;
	font-family: Georgia, Times, serif;
	color: #fff; 
	margin: 0;
	padding-top: 20px;
}
/*#top .sub { 
	float: left; 
	font-size: .6em; 
	border-top: 1px solid white;
	padding-top:.1em;
	font-family: Georgia, Times, serif;
}*/

#top a {color: #fff; text-decoration: none;}
#top .register { font-size: .25em; }


#leftnav { float: right; margin-top: 50px;}

#content {
float: left;
margin-left: 348px;
text-align: center;
padding-top: 20px;
}
#content h2 { font-size: 1.3em; margin-top: -.5em;}
#content h3 { font-size: 1em; margin-top: -.5em;}
#content p { font-size: .9em; margin: 0 0 .8em 0;}



#footer
{
clear: both;
margin: 0;
padding: .4em;
color: #666;
background-color: #ddd;
border-top: 1px solid gray;
font-size: .75em; 
text-align: center;}
}
#footer a {color: #666; }
