<style type="text/css">
.empty{}


body,html 
	{
	margin: 0;
	padding: 5px 0;
	background: #eee;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	}

img
	{
	border: 0;
	}

h1
	{
	margin: 0;
	font-size: 16px;
	}

td
	{
	font-size: 12px;
	}

a:link, a:visited
	{
	color: #555555;
	text-decoration: none;
	}

a:hover, a:active
	{
	color: #000000;
	text-decoration: none;
	}

input, select, textarea
	{
	border: 1px solid #555555;
	background-color: #d9d9d9;
	}

#container
	{
	left: 50%;
	width: 766px;
	min-height: 800px;

	height: auto !important;
	height: 100%;

	position: absolute;
	margin-left: -383px;

	background-color: #d9d9d9;
	background-repeat: repeat-x;
	background-image: url('img/bg1.jpg');
	}


#header
	{
	text-align: center;
	margin-top: 5px;
	height: 115px;
	}

#menu
	{
	height: 34px;
	padding-left: 75px;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu ul li
	{
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 11px;
	margin: 5;
	background-color: #9f9f9f;
	}

#menu ul li a:link, #menu ul li a:visited
	{
	width: 80px;
	color: #555555;
	display: block;
	text-decoration: none;
	padding: 5;
	}

#menu ul li a:hover, #menu ul li a:active
	{
	width: 80px;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 5;
	}

#content
	{
	margin: 0;
	padding: 0;
	width: 658px;
	height: 640px;
	overflow: auto;
	margin-left: 51px;
	background-repeat: no-repeat;
	background-image: url('img/bg2.jpg');
	}

#text
	{
	height: 390px;
	overflow: auto;
	text-align: justify;
	margin: 92px 10px 0px 30px;
	padding: 0px 10px 0px 0px;	
	}

#text hr
	{
	border: 0;
	margin: 0;
	padding: 0;
	width: 585px;
	border-bottom: 1px solid #000;
	}

#footer
	{
	padding: 5;
	color: #555555;
	font-size: 10px;
	text-align: center;
	}

</style>