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

body {
	background-color:#250201;
	margin: 0px;
}

#banner {
	background-image:url(images/banner1.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 1024px;
	margin: 0px;
}

#pageTitle {
	background:#eaa936;
	color:#701211;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:18px;
	
}

#menu {
	float:left;
	width: 200px;
	padding-top:5px;
	color:#701211;
	font-size: 14px;
	font-style:italic;
	margin: 0px;
	background:#eaa936;
		
	}

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

a:link {
       color:#ggg;
}

a:hover {
        color:#ffffff;
}


#pageContent {
	float:right;
	width: 770px;
	text-align:justify;
	padding:10px 25px 10px 25px;
	color:#ffffff;
	background-color:#701211;
	background-image:url(images/ribbons.jpg);
}

.pageContentCenter {
	color: #777;
	text-align: center;
	background-color:#fff;
}
#footer {
	width: 1024px;
	padding-top: 5px;
	color: #eaa9367;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#footerTop {
	width:1024px;
	height:15px;
	background-color:#eaa936;
}
