/* CSS Document */

html, body {
	height: 100%;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #706557;
	text-align: justify;
}
body {
	background-color: #9A1E22;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #EEE;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEE;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #EEE;
}
#container {
    position: relative;
    min-height: 100%;
}
#content {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: table; 
}
#intro {
	width: 640px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EEE;
	text-decoration: none;
}
#introLeft {
	width: 270px;
	float: left;
	text-align: right;
	font-weight: bold;
}
#introRight {
	width: 270px;
	float: right;
	text-align: left;
	font-weight: bold;
}
#bottom {
	background-image: url(../assets/bottom.gif);
	background-repeat: repeat-x;
	height: 38px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#bottom a:link, #bottom a:visited, #bottom a:active, #bottom a:hover {
	color:#FFF;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
#bottom a:hover {
	font-weight: normal;
	text-decoration: underline;
}
