html {
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;
	border-style: none;
	margin: 0;
	padding: 0;
}


#headerwrapper {
	width: 100%;
	margin: auto;
	background: url('images/head-wrapbkg.jpg');
}


#header {
	width: 820px;
	height:90px;
	margin: 0 auto;
}

#navigation-menu {
	width: 800px;
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 20;
	background: #007c5a;
}

body { 
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #007c5a;
	margin: 0;
	padding: 0;
}
 
#wrapper {	
	width: 830px;
	margin: 0 auto;
	position: relative;
	background: url('images/wrap-shadow.png');
}

#container {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;

	padding: 0px 0px 0px 0px;
}

#content { 	
	
	min-height: 570px;
	overflow:hidden;
	background: #ffffff;
}


#showt {
	width: 800px;
	height: 310px;
	margin: 0px 0px 0px 0px;
	position: relative;
	background: #333333;
	display: inline;
}
.showtl {
	width: 500px;
	height: 310px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	background: #333333;
}
.showtr {
	width: 300px;
	height: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	float: right;
	background: #333333;
}



#general {
	margin: 0px 1em 0 1em;
	width: 800px;
	height: 200;
	position: relative;
	margin: 315px 0px 0px 0px;
	display: inline;
}
.verticalspace {
	width: 800px;
	height: 20px;
	position: relative;
}

.general1 {
	width: 225px;
	height: 200px;
	float: left;
	margin: 30px 0px 0px 25px;
}

.spacer {
	float: left;
	width: 50px;
	height: 200px;
}

.general2 {
	width: 200px;
	height: 200px;
	float: left;
	margin: 15px 0px 0px 0px;
}

.general3 {
	width: 225px;
	height: 200px;
	float: right;
	margin: 5px 20px 0px 0px;
}

/* -- footer --*/
#footerWrapper {
	
	width: 100%;
	background: #333333;
}

#footer {
	width: 800px;
	margin: 0 auto;
	background: #333333;
}




