body {
	margin: 0;
	padding 0;
	background-color: white;
}

#left {
	float: left;
	margin: 0;
	padding 0;
	height:100%;
	background-color:white;
}

#center {
	float: left;
	margin: 0;
	padding 0;
	width:942px;
	height:1300px;
	position: relative;
}

#centerbody {
	box-shadow: 0 0 12px #222;
	background-color: #F5F5DC;
	padding-bottom:50px;
}

#footer {
	height:50px;
	float:right;
	margin:20px;
	color:#777777;
}

#right {
	float: left;
	margin: 0;
	padding 0;
	height:100%;
	background-color:white;
}

#title {
	font-family: Georgia;
	font-size: 36px;
	color: white;
	text-align: center;
	top: 74;
	padding-top:5px;
	position:absolute;
	background-color:#333333;
	width:100%;
	height:56px;
	box-shadow: 0px -7px 12px -4px #111111;
}

#header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}

#nav {
	height:40px;
	width:100%;
	position: absolute;
	top: 130;
	box-shadow: 0px 7px 12px -4px #111111;
}

#current {
	color:#AAAAAA;
}

.navlink {
	float:left;
	width:33.33333%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#333333;
	color: white;
}

.link {
	text-decoration: none;
	color: #890000;
}
