#layout {
	height: 100%;
	width: 100%;
	background-color: #0A0A0A;
}

#content {
	height: 500px;
	width: 100%;
	background-color: #1B1B1B;
}

#footer {
	height: 40px;
	width: 100%;
	background-color: #111111;
	text-align:center;
	line-height: 40px;
	vertical-align:middle;
}

.heading {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
}

.bold {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

.text {
	color: #9A9A9A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
}

A:link {color: #9A9A9A; text-decoration: underline;}
A:visited {color: #9A9A9A; text-decoration: underline;}
A:hover {color: #990000; text-decoration: none;}
table {border: 22px solid #0A0A0A}
table table {border-width: 0px;}
td, tr {border: 0}
