@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body {
	background: #CDC2B3;
	text-align: center;
	color: #2f3738;
	font:12px Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

p {
	line-height:150%;
}

a {
	color: #40757c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #59d8e5;
	text-decoration: none;
}

h1 {
	font-size:18px;
	margin:0px;
}

h2 {
	font-size:14px;
	margin:0px;
}

img {
	border: 0px;
}

#wrapper {
	width:100%;
	margin:0px auto;
}

#header {
	margin:0px auto;
	width:778px;
	height:320px;
	background-image:url(images/header.jpg);
}

#nav {
	margin:0px auto;
	width:778px;
	height:48px;
	vertical-align:middle;
	background:url(images/nav.gif) no-repeat center;
}

#nav a {
	color:#2f3738;
	text-decoration:none;
	}

#nav a:hover {
	color:#59d8e5;
	text-decoration:none;
}	

#nav_container {
	padding-top:15px;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#nav ul li {
	margin-left: 0;
	padding: 3px 10px;
	list-style: none;
	display: inline;
	}
	
		
#nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#body_top {
	width:778px;
	height:21px;
	margin:0px auto;
	background: url(images/body_top.gif) no-repeat center;
}

#body {
	width:778px;
	background:url(images/body_bg.gif) repeat-y center;
	padding:0px;
	margin:0px auto;
}

#body_bot {
	width:778px;
	height:19px;
	margin:0px auto;
	background:url(images/body_bot.gif) no-repeat center;
}

#body ul li {
	padding-bottom:10px;
}

#body .content {
	text-align:justify;
	padding-right:15px;
	padding-left:15px;
}

#footer {
	width:100%;
	margin:0px auto;
	padding-top:10px;
	text-align:center;
}
	

