body {
	background-color: #111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}
.content {
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
a, a:link, a:visited {
	color: #e7c66c;
	text-decoration: none;
}

a:hover {
	color: #e7c66c;
	text-decoration: underline;
}

.borderWhite {
	border: 1px solid #FFFFFF;
}


.footer-home, .footer-home a:link, .footer-home a:visited {
	font-size: 10px;
	color: #2D2D2D;
	text-decoration: none;
}

.footer-home a:hover {
	color: #999999;
}

.footer, .footer a:link, .footer a:visited {
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
}



DIV.outer {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 900px;
      height: 500px;
      margin-left: -450px; /* half of width */
      margin-top: -300px;  /* half of height */
}

.garamond {
	font-family: Garamond, Georgia, "Times LT", serif;
	font-size: 16px;
}
