* {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;	
	
}

body {
	background:#006668;
}

a:link, a:visited {
	color: #FFFF00;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

a:hover {
	color: #009966;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

#container{
	width: 100%;
	height:100%; /*the element to center with no specific height needs to be positioned in relation to a parent element with fixed height*/
/*	position:absolute; relative position applied to the parent element to next be able to position its content in a absolute way*/
	float: left;
	background-color: #006668;
	background-image: url(../images/bg-gen.jpg);
	background-repeat: repeat-x;
}
#container #toprimage  {
	background-image: url(../images/bg-tl-image.png);
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:686px;
	height:350px;
	margin:0px;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}


#content{
	
}

#wrapper #content {
	hight: 650px;
	margin-top: 90px;
	
}

#wrapper #flash {
}

#wrapper #body {
	font-size:0.7em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: justify;
}

#wrapper #nav {
	text-align: center;
	height: 40px;
	vertical-align: middle;
}
#wrapper #copy {
	font-size: 0.6em;
	text-align: center;
}
#clear {
	clear: left;
}
