/* CSS Document */

body {
	text-align:center;
	background-color: #000000;
	color: #000000;
	margin: 0 auto;
}



#container {
	text-align: center;
	margin: 0 auto;
	width: 760px;
	font-family: verdana, helvetica, arial, serif;
	font-size: 15px;
	background-color: #ffffff;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-family: Lucida Calligraphy, verdana, helvetica, arial, serif;
	font-size: 15px;
	color: #281a69;
}

a:hover {
	text-decoration: none;
	font-family: Lucida Calligraphy, verdana, helvetica, arial, serif;
	font-size: 15px;
	color: #9ecd97;
}

#header {
	background-image: url(../images/header.jpg);
	backround-repeat: no-repeat;
	height: 223px;
	margin: 0;
	padding: 0;
}

#nav {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;	
	height: 48px;
	margin: 0;
	padding-top: 10px;	
}

#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	font-family: Lucida Calligraphy, verdana, helvetica, arial, serif;
	font-size: 20px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}

#nav a:hover {
	text-decoration: none;
	font-family: Lucida Calligraphy, verdana, helvetica, arial, serif;
	font-size: 20px;
	color: #ffffff;
}

#body_content {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #ffffff;
	width: 735px;
	text-align: left;
}

#title {
	font-family: Lucida Calligraphy, verdana, helvetica, arial, serif;
	font-size: 25px;
	color: #373177;
	text-align: center;
}



