body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ccccff;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
}

h1 {
	font-size:200%;
	font-family:Impact,Arial,Sans-Serif;
	text-align:left;
	margin-bottom:-5px;
}

h2 {
	font-size:110%;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	text-align:left;
	margin-bottom:-5px;
}

p {
	font-size:80%;
}

ul {
	font-size:80%;
}

a {
	color:#ff0000;
}

.mainbox {
	width:900px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	border:0px;
	padding 0px;
	margin-top:-300px;
	margin-bottom:0px;
	margin-left:-450px;
	margin-right:auto;
	background-color:#ffffff;
	background-image:url('images/mainlogo.jpg');
	background-repeat:no-repeat;
}

.maintext {
	width:440px;
	height:540px;
	border:0px;
	margin:0px;
	padding:10px;
	text-align:left;
	float:right;
	clear:all;
	overflow:auto;
}

.footer {
	width:900px;
	height:39px;
	clear:both;
	margin:0px;
	border:0px;
	border-top:1px;
	border-style:solid;
	border-color:#000000;
	text-align:center;
}

.innerfooter {
	width:900px;
	height:39px;
	position:relative;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-450px;	
}