a {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
}

a:hover {
	color: #574A46;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
}

div#content {
	left: 20%;
	text-align: left;
	text-indent: 20pt;
	width: 100%;
}

div#content h1 {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	text-indent: 0pt;
	text-transform: capitalize;
}

div#footer {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	margin-top: 15px;
	text-align: center;
}

div#footer a {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	margin-top: 15px;
	text-align: center;
}

div#logo {
	background-position: center;
	text-align: center;
	width: 100%;
}

div#nav {
	background-position: center;
	color: #2A2A2A;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: normal;
	height: 50px;
	margin-top: 3px;
	text-align: center;
	width: 100%;
}

div#nav a {
	background-position: center;
	color: #2A2A2A;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	height: 50px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

div#nav a:hover {
	color: #2A2A2A;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

div#splash {
	text-align: center;
	vertical-align: middle;
}

html{
	/*height: 100%;*/
}
body{
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	/*height: 100%;*/
	list-style-type: none;
	margin: 15px 0px 15px 0px;
	overflow: auto;
	width: 100%;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: capitalize;
}
.imageBorder {
	border: 5px solid #A89688;
}
