p {
margin: 0px;
padding: 0px;}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
}


body {
	background-color: #99B0AD;
	margin-left: 50px;
	margin-top: 50px;
}

#container {
	background-color: #FFFFFF;
	position:relative;
	width: 760px;
	height: 500px;
	top: 0px;
	left: 0px;
/* 	left:50%;
	margin-left:-380px; centers a 760px _container_ */
	text-align: left;
	z-index: 1;
}

#container p {
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	margin-bottom: 9px;
	margin-left: 20px;
}

#banner {
	height: 120px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 760px;
	z-index: 10;
}

#content {
	background-color: #ffffff;
	height: 350px;
	left: 249px;
	position: absolute;
	top: 150px;
	width: 258px;
	z-index: 5;
}

#content p {
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	margin-bottom: 9px;
	margin-left: 0px;
}

#right {
	background-color: #ffffff;
	height: 350px;
	left: 521px;
	position: absolute;
	top: 148px;
	width: 204px;
	z-index: 5;
}

#left {
	background-color: #ffffff;
	height: 350px;
	left: 20px;
	position: absolute;
	top: 150px;
	width: 212px;
	z-index: 5;
}
#left p {
	font-family: Verdana;
	font-weight:bold;
	font-size: 70%;
	line-height: 140%;
	margin-bottom: 0px;
	margin-left: 0px;
}

#left a:link {
color: #000000;
text-decoration: none;
}

#left a:visited {
color: #000000;
text-decoration: none;
}

#left a:hover {
background-color: #199AA0;
color: #FFFFFF;
text-decoration: none;
}

#left a:active {
background-color: #199AA0;
color: #FFFFFF;
text-decoration: none;
}
