/* CSS Document */

body, table
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body
{
  background-color:#332200;
  margin:0;
  background-image:url(images/background.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
}

#largebox
{
    width:790px;
	background-color:#000033;
	color:#CCCCAA;
	background-image:url(images/contentbackground.jpg);
	background-repeat:no-repeat;
	border-color:#9999AA;
	border-width:thin;
	border-style:solid;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:100%;
	height:120px;
	overflow:hidden;
	vertical-align:bottom;
}


#header h1
{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	color:#DED596;
	/*font-variant:small-caps;*/
	margin-left:20px;
	margin-top:90px;
	letter-spacing:.1em;;
}

#header img
{
	display:none;
}

#menu
{
	width:100%;
	height:16px;
	border-top:1px solid #888899;
	border-bottom:1px solid #888899;
	background-color:#000011;
	margin-bottom:20px;
	text-align:center;
	font-size:1.1em;
}

#menu a
{
	padding-left:15px;
	padding-right:15px;
	color:#EEEECC;
	text-decoration:none;
}

#menu a:hover
{
	color:#FFFFDD;
	background-color:#000033;
}

#content
{
	margin-left:20px;
	width:500px;
}

#content p
{
	text-indent:3em;
}

#content a
{
	color:#AAAAFF;
	font-weight:bold;
}

#content a:hover
{
	color:#FF0000;
}

#content ul li a
{
	text-decoration:none;
}

#content h2
{
	font-size:14px;
	color:#EEEEEE;
}

#footer
{
	margin-top:30px;
	font-size:10px;
	margin-left:20px;
	margin-right:20px;
	clear:both;
}

.promopic
{
	float:left;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	margin-bottom:20px;
	width:160px;
	height:200px;
}

.promopic img
{
	border:1px solid #CCCCCC;
}

.promopic a
{
	text-decoration:none;
}


.infolink
{
	text-decoration:none;
}