body
{
	background: url(../_img/x_bg.jpg) repeat-x;
	font-size: 11px;
	font-family: arial, sans-serif;
}

#header
{
	font-family: georgia, times, serif;
	font-size: 20px;
	margin: 10px 0 0 45px;
}

#subnav
{
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 45px;
}

#content
{
	overflow: auto;
	height: 270px;
	width: 410px;
	margin: 10px 0 0 78px;
	border: 1px solid #ffffff;
	font-size: 11px;
	padding: 1em;
}

#content p
{
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

td { vertical-align: top; }
.red { color: #ff0c00; }
a { color: #000000; }

.current
{
	color: #000;
	text-decoration: none;
}
 
li
{
	font-size: 11px;
	line-height: 1em;
	margin-bottom: .5em;
}

ul
{
	margin: 0 0 1em 2em;
	padding: 0;
}
 

h1,h2,h3,h4,h5,h6 { margin: 0 0 0 0; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }
#content p.indent { margin-left: 2em; }
