body, html 	{
	font-family: "Century Gothic", Times, serif;
	font-size:12px;
	background: #cccccc;
	margin:0;
	padding:0;
}



a img{
border: 0px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 1px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin:1em;
	letter-spacing: 1px;
}


p {
	margin:1em;
	text-align: left;
	
}

.logo-contain {
background:#384c79;
}
.outer {
	width: 800px;
	border: 1px solid #FFF;
	margin: 15px auto 0 auto;
}
.outer-footer {
	width: 800px;
	margin: 0 auto 15px auto;
	text-align:right;
	font-size:10px;
}
.nav {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width:800px;
	height:36px;
	background:#384c79;
}

.flash-contain {
background:#384c79;
}
.nav-button {
	float: left;
	width:160px;
	text-align:center;
}
.body-contain {
width: 800px;
	
	height:556px;
	
}
.body-area {
float:left;
height:556px;
width:540px;
background:#FFFFE6;
}
.right-col {
	height:556px;
	width: 260px;
	float:right;
}
.footer-contain {
 clear:both;
background:#cc9;
width:800px;
height:20px;
}

.footer-left {
float:left;
width:395px;
background:#cc9;
margin-left:5px;
}
.footer-right {
float:right;
width:395px;
text-align:right;
background:#cc9;
padding-right:5px;
}

