﻿body {
	background-color:#D37E7E;
}

#wrapper {
	position: relative;
	margin:0 auto;
	width: 1000px ;
}

	
#slideshow {
	position:relative;
	width:700px;
	height:350px;
	margin:0 auto;
}

#slideshow div {
	position:absolute;
	padding-top:15px;
	
}
	   	

#section {
	width:1000px;
	height:95px;
	background-color:white;
	list-style:none;
	background-image:url('../images/LogoColorTextRight.png');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:400px 50px;
	text-align:center;
	border-radius:10px;
}

.nav > li {
	display:inline-block;
	font-size: medium;
	padding-right:30px;
	padding-top:60px;
	font-weight:bold;
}

.nav > li > a {
	text-decoration:none;
	color:black;
}

.nav > li > a:hover {
	color:#c1c1c1;
	
}

#content {
	padding:25px;
	
}

#footer {
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
}	