#banner {
	width: 100%;
}
#navbar {
	width: 120px;
	position: absolute;
	left: 12%;
	vertical-align: top;
	top: 120px;
}
#buttons {
	width: 100%;
	position: relative;
}

#left {
	top: 120px;
	width: 110px;
	position: absolute;
}
.story {
	padding-left: 5px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-right: 5px;
	text-transform: none;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	bottom: 1px;
}
#right {
	top: 120px;
	width: 11%;
	right: 1px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #6699FF;
}
body {
	height: 100%;
	background-color: #333333;
}
#container {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0px;
}
#content {
	width: 80%;
	top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCC;
	line-height: normal;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFCC;
	background-position: center;
}
.itext {
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-right: 5px;
	font-style: italic;
}
.text {
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-right: 5px;
	font-style: italic;
	text-transform: none;
}
