@charset "UTF-8";
/* CSS Document */

#container {
	width: 960px;
	height: 1500px;
	margin: 0 auto;
	padding: 0px;
	float: none;
	
}
#header {
	width: 960px;
	height: 128px;
	background:#BBBDC0;
	margin: 0 auto;
	padding: 0px;
	}
#nav {
	width: 960x;
	height: 15px;
	margin: auto;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}
#home{
	width: 250px;
	height: 50px;
	margin: auto;
	float: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#slides {
	width: 960px;
	height: 1000px;
	background:#FFFFFF;
	margin:auto;
	padding: 0px;
	float:none;
}
#left {
	width: 480px;
	height: 1000px;
	float:left;
}
#right {
	width: 480px;
	height: 1000px;
	float: right;
}
#thumbs {
	width:420px;
	height:80px;
	float:none;
	padding-top:280px;
	padding-left:25px;
}
#h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #459a75;
	text-decoration: none;
}
#h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #459a75;
	text-decoration: none;
}
#h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: light;
	color: #459a75;
	text-decoration: none;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight:light
	color: #3D3D3D;
	text-decoration: none;
	width: 250x;
	height: 50px;
	float:none;
	padding-top: 50px;
	padding-left: 50px;
}
	
#footer {
	width: 960px;
	height: 128px;
	background: #BBBDC0;
	margin: auto;
	padding: 0px;
	float: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 40px;
	padding-left:280px;
}#social {
	width: 200px;
	height: 64px;
	float: right;
}