* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 62.5%/1.6 arial, verdana,  "lucida grande", sans-serif;
}


img {
	border: none;
}

h1 {
	display: none;
}

a {
	font-weight: bold;
}

/* left start */

#wrapper {
	width: 850px;
	margin-top: 9px;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
}

#header {
	width: 100%;
	height: 140px;
}

span.logo {
	float: left;
	margin-left: 270px;
	width: 272px;
	height: 138px;
}

.header-details {
	float: right;
	height: 128px;
	width: 150px;
	margin-top: 20px;
}

#left {
	float: left;
	width: 170px;
}


#content {
	float: left;
	width: 430px;
	margin: 0 10px;
	
}

#content p {
	margin: 10px 0;
}


#right {
	float: right;
	width: 210px;
}

#footer {
	width: 100%;
	height: 171px;
	text-align: right;
}

.move {
	margin-left: 97px;
}

#footer img {
	margin-right: 70px;
}

/* Navigation Styles */

ul#nav {
	margin-left: 50px;
	list-style-type: none;
	margin-top: 30px;
}


ul#nav a {
	font-weight: normal;
	text-decoration: none;
	color: #5e9781;
	background: url(../Images/nav.gif) no-repeat;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 5px 0;
}

ul#nav a:hover {
	color: #d1d6d7;
	background: url(../Images/nav-on.gif) no-repeat;
}

ul#nav a.active {
	color: #d1d6d7;
	background: url(../Images/nav-on.gif) no-repeat;
}