#container {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	height: 520px;
}

#pagetitle {
position:relative;
width: 495px;
left:250px;
top:60px;
background-color:#000000;
}

#pagetitle H1{
font-size:18px;
padding: 5px 5px 0px 5px;
margin:0px;
}

#pagetitle p{
font-size:12px;
padding:0px 5px 5px 5px;
margin:0px;
}

#content {
position:absolute;
width: 495px;
left:250px;
top:150px;
background-color:#000000;
}

#content H1{
font-size:18px;
padding: 5px 5px 0px 5px;
margin:0px;
}

#content p{
font-size:12px;
padding:0px 5px 5px 5px;
margin:0px;
}

#certificate {
	position: relative;
	top: 100px;
	background-color:#000000;
	margin: 40px 0 40px 0;
	width: 680px;
}

#footer {
	position:relative;
	width: 750px;
	bottom: -110px;
	left: 0px;
}

#bottomnav {
	position:relative;
	width:451px;
	height:15px;
	left: 294px;
	bottom: -107px;
	margin-right: 5px;
	text-align:right;
}

#copyright {
	position:relative;
	width:250px;
	height:15px;
	left: 5px;
	bottom: -122px;
}