html, body, #wrap { height: 100%; }

#top, #header, #wrap, #footer {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	}
	
#top, #header, #footer {
	background-color: #FFFFFF;
}

#wrap, #content, #side {
	background-color: #FFFFFF;
	color: #000000;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin-top: 0px;
	background-color: #333333;
}

#wrap {
	height: auto;
	min-height: 100%;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#top {
	text-align: center;
}

#header {
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}

#content {
	padding-bottom: 50px;
	float: right;
	width: 640px;
	border-top-color: #FF0000;
	border-top-style: solid;
	border-top-width: 1px;
}

#side {
	padding-bottom: 62px;
	width: 140px;
	border-top-color: #FF0000;
	border-top-style: solid;
	border-top-width: 1px;
}

#footer {
	clear: both;
	margin-top: -5em;
	position: relative;
	font-size: 80%;
	text-align: center;
	border: 2px;
	border-top-color: #000000;
	border-top-style: solid;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 120%;
}

p {
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #CC0000;
}

.boxedText {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 120%;
}
