a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#CCCCCC;
}

#wrapper{
	font-family:Georgia, "Times New Roman", Times, serif;

	width:800px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	background-color:#ffffff;
	
}	

h1{
	color:#FFFFFF;
	}

#header {
	width:800px;
	height:148px;
	background-image:url(images/header.jpg);
}

#header p{
	padding-top:125px;
	padding-left:3px;
	color:#172d56;
}

#header a{
	text-decoration:none;
	color:#172d56;
}

#header a:hover{
	color:#999999;
}

#leftsidebar{
	width:136px;
	height:418px;
	background-color:#172d56;
	float:left;	
	color:#FFFFFF;
}

#leftsidebar a{
	color:#FFFFFF;
	text-decoration:none;
}

#leftsidebar a:hover{
	color:#CCCCCC;
}

#leftsidebar ul{
	font-size:14px;
	margin-left:3px;
	padding-left:3px;
}

#leftsidebar li{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:17px;
}

/*styles for index page*/
#content_home{
	background-image:url(images/content_home.jpg);
	width:624px;
	height:368px;;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;;
}

#content_home p{
	
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;
}

/*styles for about page*/
#content_about{
	background-image:url(images/content_about.jpg);
	width:624px;
	height:343px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:75px;
}

#content_about p{
	
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;
}

/*style for events page*/

/*styles for index page*/
#content_events{
	background-image:url(images/content_home.jpg);
	width:624px;
	height:368px;;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;;
}

#content_events p{
	
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;
}

#footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:3px;
	clear:both;
	width:800px;
	height:75px;
	text-align:center;
}