body {padding:0; margin:0;}
#containerInner {
	background-image:url(images/regCross.png);
	background-repeat:no-repeat;
	height:600px;
	}

#container {
	width:800px;
	margin:0 20% 0 20%;
	padding:0 0 0 0;
	background-color:#FFFFCC;
	}

#header {
	height:200px;
	}
#header img {margin:15px 15px 15px 15px;}

#main {
	width:800px;
	}

#content { 
	width:525px;
	margin:25px 0 0 25px;
	float:left;
	}

#nav {
	width:235px;
	margin:60px 15px 0 0;
	float:right;
	}

#nav li {
	text-align:right;
	list-style:none;
	font-size:1.2em;
	padding-top:5px;
	}
#nav a {
	text-decoration:none;
	font-weight:bold;
	}
#footer {
	background-image:url(images/regMarksBottom.png);
	background-repeat:no-repeat;
	background-position:center right;
	clear:both;
	width:800px;
	text-align:center;
	}
#footer h4 {padding:3px 0 3px 0;}
a:visited {color:blue;}
a:hover {color:black;}	