body {
	background-image:url(images/bg.jpg);
	text-align:center;
	overflow:hidden;
}

#container {
	margin:0 auto;
	text-align:left;
	position:relative;
	top:10px;
	height:800px;
	width:935px;
	background-color:white;
	border:2px black solid;
}

#logo {
	float:left;
	height:125px;
	width:125px;
	padding:5px;
}

#banner {
	float:right;
	height:135px;
	width:784px;
}

#top {
	width:935px;
	height:135px;
	border-bottom:2px black solid;
}

#navbar {
	float:left;
	background:#ff0080;
	width:150px;
	height:384px
}

#body {
	float:left;
	width:775;
	height:600;
	margin-left:2px;
}

#footer {
	width:300px;
	height:100px;
	text-align:left;
}


#title {
	font-size:23px;
	position:relative;
	top:25px;
	left:25px;
	width:100px;
}

#content {
	position:relative;
	top:50px;
	width:95%;
	height:85%;
	margin:0px auto;
	overflow:auto;
}

#superscript {
	font-size:11px;
}

a {
	font-size:18px;
}