body
{
	font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
	font-size:small;
	background:#ccc;
	margin:0;
	padding:0;
}

*
{
	line-height:1.5em;
}
img { border: 0; }
div#navigation a
{
	text-decoration:none;
	color: #fff;
}
div#navigation  a:hover
{
	text-decoration: underline;
}

div#navigation *
{
	margin: 0;
	padding: 0;
}
div#container
{
	width:740px;
	margin:30px auto;
	padding:10px;
	background:#ccc;
	font-size:10pt;
}
div#header
{
	height:80px;
	margin:0;
	padding:30px 20px;
	background:#666;
	background-image: url('../images/header.png');
	color:#fff;
	font-size:95%;
	text-align:left;
	clear:both;
}
div#navigation
{
	float:left;
	width:150px;
	height:400px;
	margin:5px 0px 5px 0px;
	padding:10px;
	
	color:#fff;
	background-image: url('../images/navigation.png');
}

div#navigation ul, div#navigation li
{
	list-style-type: none;
}

div#navigation li
{
	font-family: tahoma, geneva, sans-serif;
	font-weight: bold;
}
div#navigation li li
{
	padding-left: 10px;
	font-weight: normal;
}

div#body
{
	width:545px;
	height:400px;
	margin:5px 0px 5px 0px;
	padding:10px;
	float:right;
	background:#fff;
	text-align: justify;
}


#ads
{
	margin:0;
	padding:0 0px;
	background:#070;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	clear:both;
}

div#footer
{
  clear:both;
  padding: 5px 10px;
  background:#333;
  color:#fff;
  font-family: Verdana, sans-serif;
  font-size:0.75em;
  text-align:center;
}
div#footer a { text-decoration: none; color: white; }
div#footer a:hover { text-decoration: underline; }
td.title
{
	padding-right: 5px;
}
td { padding-bottom: 2px; padding-top: 2px; }
div#footer p
{
	margin: auto;
}

h1 { font-size: 1.5em;}
h2 { font-size: 1.25em; }