body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #CC6699;
}	

#container {
	position:absolute;
	left: 152px;
	width: 750px;
	top: 16px;
	height: 731px;
	border: thick double #FC8DF3;
	background-color: #FFFFFF;
}

.logo {
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 81px;
	top: 13px;
	background-color: #FFFFFF;
	width: 565px;
	height: 147px;
	right: -50px;
	bottom: 50px;
	background-image: url(logo.gif);
}

#maincontent {
	position: absolute;
	left: 130px;
	top: 26px;
	width: 601px;
	height: 488px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size:24px;
	color:#FF00FF;}

h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-position: right;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}

h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding: 10px;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	position: absolute;
	left: 177px;
	top: 103px;
	font-weight: normal;
	width: 371px;
	background-position: center center;
}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	vertical-align: middle;
	font-weight: normal;
	position: absolute;
	width: 556px;
	left: 8px;
	top: 199px;
	height: 150px;
}

#content {
	width: 750px;
	top: 164px;
	height: 529px;
	position: absolute;
	left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #CC00FF;
	text-decoration: none;
	position: absolute;
	width: 210px;
	height: 30px;
	left: 540px;
	top: 702px;
	text-align: center;
}

	.nav {
	color: #FFFFFF;
	left: 4px;
	top: 25px;
	position:absolute;
	font-size: 14px;
	text-align: right;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 136px;
	width: 116px;
	}

	a.home {
	color: #4a4a4a;
	text-decoration: none;
	font-size: 24px;
	background-image: url(homebutton.gif);
	position: absolute;
	top: 16px;
	width: 94px;
	height: 37px;
	left: 9px;
	background-repeat: no-repeat;
	}

	a.about {
	color: #4a4a4a;
	text-decoration: none;
	font-size: 18px;
	background-image: url(aboutbutton.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 35px;
	width: 92px;
	left: 9px;
	top: 52px;
	}
	
	a.contact {
	color: #4a4a4a;
	text-decoration: none;
	font-size: 18px;
	background-image: url(contactbutton.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 90px;
	position: absolute;
	left: 9px;
	top: 87px;
	}
	
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #CC00FF;
	text-decoration: none;
	position: absolute;
	width: 284px;
	height: 30px;
	left: 250px;
	top: 702px;
	text-align: center;
}

