html {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
body {
	font-size:100%;
	background-color: #3B0445;
}
h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}
ul{font-size:0.875em;}

.inner_container {
	background:#FDF9F4 url(../images/transparentborder.png) repeat-y scroll left top;
}

#bot {
	background:transparent url('../images/containerfooter.jpg') no-repeat scroll center bottom;
	margin-bottom:1.5em;
	height:25px;
}

#logo {
	background:transparent url('../images/topheader.jpg') no-repeat scroll left top;
	border-top:1px solid black;
	margin:0;
	height:69px;
}

#top_nav {
	background-image: url('../images/Layout_10.jpg');
	height:25px;
}

.nav_links {
	text-align: center;
}

.nav_links a {
	color:white;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.nav_links a:hover {
	text-decoration:underline;
}

