body,html {
	/*
	height: 100%;
	width: 100%;
	*/
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic";
	background-color: #eef5f5;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

#top-bar {
	background: url(../images/top-background.jpg) repeat-x top left;
	height: 18px;
	width: 100%;
}

#nav-bar {
	background-color: #be7e01;
	width: 100%;
	height: 43px;
}

#nav-bar ul {
	height: 43px;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: center;
}

#nav-bar li {
	float: left;
	color: #ffffff;
	list-style: none;
	padding: 0px;
	width: 16.5%;
	font-size: 16px;
	line-height: 43px;
	border-right: 1px solid #d1aa5a;
}

#nav-bar a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
}

#nav-bar a:hover,#nav-bar .active {
	color: #be7e01;
	font-weight:bold;
	background-color: #ffffff;
}

#nav-bar .last {
	border-right: none;
}

#gray-bar {
	height: 19px;
	background-color: #43474a;
}

#body-wrapper {
	background:url(../images/stripes.png) center top no-repeat;
	height: 356px;
}

.home{
	width: 954px;
	height: 342px;
	margin: 0px auto;
	background: url(../images/background-body-home.jpg) top center no-repeat;
	background-color: #43474a;
}

.home .text {
	position: relative;
	top: -100px;
	left: 390px;
	display: block;
	color: #636567;
	font-size: 40px;
	width: 380px;
}

.logo-home {
	position: relative;
	top:70px;
	left: 75px;
}

.home-desc {
	font-size:16px;
	width: 900px;
	margin: 10px auto;
	text-align: justify;
}

.copy {
	font-size: 9px;
	width: 956px;
	margin: 25px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	border-top: 1px dashed #bab7bb;
}

.copy a {
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
}