#wrapper {
	font-family:Comic Sans, Comic Sans MS, cursive;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
}



#navbar {
	margin-right: 10px;
	background-image:url(images/sides.jpg);
	float: left;
	width: 140px;
	height: 500px;
	margin-bottom: 10px;
}

#links {
	font-family:Helvetica;
	margin-top: 15px;
	margin-right: 12px;
	margin-left: 12px;
	height: 475px;
}

#info {
	margin-left: 10px;
	background-image:url(images/sides.jpg);
	float: right;
	width: 140px;
	height: 500px;
}

#text {
	margin-top: 15px;
	font-family:Helvetica;
	margin-right: 12px;
	margin-left: 12px;
	height: 475px;
}

#main { 
	background-image:url(images/Content.jpg);
	float: left;
	width: 500px;
	height: 500px;
}

#content {
	margin-top: 15px;
	margin-left: 18px;
	margin-right: 18px;
	height: 475px;
}

#footer {
	margin-top: 510px;
	clear: both;
	height: 25px;
	background-image:url(images/Footer.jpg);
}

A:link {color: #000000; text-decoration: none}
A:visited {color: #000000;text-decoration: none}
A:active {color: #000000;text-decoration: none}
A:hover {color: #ffffff;text-decoration: none //underline}