body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #312c2c;
}

#wrapper {
	background-color: #312C2C;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	background-color: #312c2c;
	height: 100px;
}


#mainContent {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FBE299;
	height: 750px;
	overflow-x:auto;
	overflow-y: hidden;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #F03;
	padding: auto;
	margin: auto;
	text-align: center;
}
.textColor {
	color: #FC6;
	font-weight: bold;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FF9;
	text-align: left;
}


#footer {
	background-color: #F63;
	padding: 0px;
	width: auto;
	margin-top: 0px;
}

b {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
}



p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #000;
	text-align: justify;
	line-height: 20px;
	font-weight: 400;
}
.textAlign {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-align: center;
	color: #F03;
}
.code {
}
.height {
	height: 31px;
}
