body, p, input, select, textarea, label, legend	{
	font: normal 9pt Trebuchet MS, verdana, arial, sans-serif;
	line-height: 12pt;
	background-color:#ffffff;
	}
	
p {
	line-height: 19px;	
	}

h1 {
	color: #cc0000;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	}

h2 {
	color: #cc0000;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	}

img {
	border:0;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	background-image: url(../images/bg.gif);
	}

#container	{
	position: relative;
	width: 792px;
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	background: #ffffff;
	}

#header {
	background-image: url(../images/bg.gif);
	width:792px;
	height:48px;
	padding: 0 0 0 75px;
	margin: 0;
	}

#navigation {
	width:792px;
	height:30px;
	padding: 8px 0 0 75px;
	color: #9D9FA2;
	font-size:10pt;
	}

#navigation a {
	text-decoration:none;
	color:#9D9FA2;
	}

#navigation a:hover {
	color:#cc0000;
	}

#content	{
	width:840px;
	height:285px;
	padding: 0 0 190px 25px;
	}

#content img {
	padding:0 110px 5px 0;
	}

#footer {
	padding-left:75px;
	width: 792px;
	height: 50px;
	color: #9D9FA2;
	font-size: 9pt;
	line-height:12pt;
	}

.clear	{
	clear: both;
	}

