body
{
	width: 950px;
	margin: 30px auto;
}
p
{
	font-size: 15px;
}

#container
{
	background:rgba(196,179,135,.75);
	border: 1px solid;
	border-radius: 5px;
}

#header
{
	float: left;
}

.logo
{
	height: auto;
	width: 275px;
	position: relative;
	top: -25px;
	right: -10px;
	z-index: +1;
	border-radius: 5px;
}

#navbar
{
	height: 40px;
	width: 960px !important;
	background: #3B525D;
	margin-top: 30px;
	position: relative;
	left: -7px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid;
}

#navbar li
{
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	margin-left: 50px;
	display: block;
	
}

#navbar a
{
	color: #FFF;
	text-decoration: none;
}

#navbar a:hover
{
	color: #E3CF9C;
}

#footer
{
	clear: both;
	height: 40px;
	width: 960px !important;
	background: #3B525D;
	margin-top: 30px;
	position: relative;
	left: -6px;
	bottom: -3px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid;
}

#footer p
{
	color: #FFF;
	text-align: center;
	position: relative;
	bottom: 5px;
}

.text{
	background: #E0D8BA;
}

.text1{
	background: #E0D8BA;
}

.text2{
	background: #E0D8BA;
}

