* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px  Arial, Helvetica, Tahoma, sans-serif;
	width: 100%;
	background: #E6E6E6 url('../images/background.png') repeat-x;
}
img {
	border: none;
}
h2 {
	color: #790000;
	text-decoration: underline;
	font-size: 17px;
	margin-bottom: 5px;
}
a {
	font-size: 14px;
	text-decoration: none;
	color: #6C7395;
}
a:hover{
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#slogan{
	position: absolute; 
	margin-left: 590px;
	color: #790000; 
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #6C7395;
}
.image{
	border: 1px solid #790000;
	margin: 5px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 95px;
	background: #FFFFFF;
	padding: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
#navigation {
	height: 40px;
	padding: 10px;
	background: #FFFFFF;
}

#slideshow {
	height: 230px;
	padding: 10px;
	background: #FFFFFF;
}

.nav {
	list-style: none;
	margin-left: 15px; 
	padding: 0;
}
.nav li {
	float: left;
}
.nav li a {
	display: block;
	width: 120px;
	text-align: center;
	color: #6C7395;
	padding: 8px 0;
	font-size: 14px;
	text-decoration: none;
}
.nav li a:hover {
	color: #6C7395;
	background: url('../images/rollover.png');
	background-repeat: no-repeat;
}
.fnav {
	list-style: none;
	margin-right: 15px; 
	padding: 0;
}
.fnav li {
	float: left;
}
.fnav li a {
	display: block;
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	padding: 8px 0;
	font-size: 14px;
	margin-top: 55px;
	text-decoration: none;
}
.fnav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.vnav {
	list-style: none;
	margin: 0; 
	padding-right: 15px;
}
.vnav li{
	margin-bottom: 25px;
}
.vnav li a {
	display: block;
	width: 150px;
}
.vnav li a:hover {
	color: #6C7395;
	background: url('../images/vrollover.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}
/* Content
-----------------------------------------------------------------------------*/
#content {
	background: #FFFFFF;
	padding: 10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 95px;
	background: url('../images/footer.png');
}
#copy {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}