body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image:url(i/bkg.jpg);
  background-position:center;
  background-repeat:repeat-y;
  background-color:#990000;
  margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#wrapper	{
	width:798px;
	margin:0 auto;
	}
#header	{
	width:798px;
	height:50px;
	background-image:url(i/logo.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	}
#header h1	{
	text-indent:-9999px;
	}
#main	{
	width:798px;
	min-height:650px;
	}
#nav	{
	margin: 10px 25px 10px 25px;
	width:200px;
	float:left;
	}
#nav  li {
	font-size:12px;
	line-height:21px;
	list-style-type:none;
	vertical-align:top;
	text-align:right;
	width:150px;
	}
#nav a 	{
	width:150px;
	height:19px;
	display:block;
	padding-right:10px;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	}
#nav a:hover	{
	border:1px solid #999999;
	background-color:#DADADA;
	display:block;
	color:#000000;
	}	
#content {
	width:450px;
	margin:10px 25px 10px 0px;
	padding-left:250px;
	}
#content p	{
	font-size:12px;
	line-height:21px;
	}
#content h3 {
	font-size:13px;
	}
#content h1 {
	font-size:15px;
	}	