body {
	background-color: #FFFFCC;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

div#s1 {
	position: absolute;
	left: 50%;
	margin-left: -360px;
	z-index: 2;
	height: 280px;
	width: 720px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	top: 0px;
}

div#s2 {
	background-image: url(images/grad.jpg);
	height: 280px;
}

div#s3 {
	width: 350px;
	height: 60px;
	position: absolute;
	background-image: url(images/bar.jpg);
	left: 50%;
	margin-left: -175px;
	top: 830px;
	z-index: 2;
}

td#mlinks a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

div.side {
	position: absolute;
	top: 270px;
	left: 50%;
	width: 120px;
	margin-left: -310px;
}

div.main {
	position: relative;
	top: -10px;
	left: 50%;
	width: 460px;
	margin-left: -140px;
}

tr#cmain td {
	padding: 5px;
}

a {
	color: #99FFFF;
	text-decoration: none;
}

p.body {
	margin-bottom: 30px;
}

div.copyright {
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	top: -40px;
	z-index: 2;
}

div.copyright p {
	text-align: center;
	font-style: italic;
}

a img {
	border: none;
}
div#holder{
	background-image: url(images/hgrad.jpg);
	background-repeat: repeat-y;
	width: 720px;
	position: absolute;
	left: 50%;
	margin-left: -360px;
}
th{
	padding: 15px;
}
#com{
	text-align: center;
	font-style: italic;
}
.port{
	text-align: center;
}
.port a img{
	border: 1px solid white;
}
	
