body
{
	margin:0;
	padding:0;
	background-color:black;
	background-image: url(/images/background.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#wrapper
{
	width:800px;
	margin:auto;
	margin-top:9px;
}

#menu
{
	text-align:left;
	margin-top:20px;
	background-color:#333333;
}

#menu a
{
	font-family: Garamond;
	font-weight:bold;
	width:20%;
	color:#666666;
	font-size:24px;
	text-decoration:none;
}

#menu a:hover
{
	color:#999;
}

#vspacer
{
	height:552px;
	width:330px; 
	float:right;
}

#tWrapperSplitter
{
	width:100%;
}

#credits
{
	color:#444;
	margin-bottom:20px;
	font-size:12px;
}

#credits a
{
	color:#555;
	text-decoration:none;
}

#content
{
	margin:20px 40px 20px 20px;
	width:400px;
	color:#999;
	overflow:hidden;
	text-align:justify;
	padding:10px;
}

td
{
	vertical-align:top;
}

img
{
	border:none;
}


h2
{
	font-family:garamond;
}

h3
{
	font-family:arial;
	font-size:16px;
}

h4
{
	font-size:14px;
}

.subsection
{
	margin:30px;
}
.subsection .header,.subsection .line
{
	display:block;
}

.subsection .header
{
	margin-left:5px;
}
.subsection .line
{
	margin-left:45px;
}
.subsection .line a
{
	color:#444;
}

p a:link
{
	color:#444;
}

p a:visited
{
	color:#444;

}

p a:hover
{
	color:white;
}

