@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}


a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #CC3300;
	text-decoration:none;
}
a:active {
	color: #CC3300;
	text-decoration:none;
}

h1 {
font-family:Verdana;
	font-size:14px;
	color:#999999;
	font-weight:bold;
}


html, body {
	height:100%;
	background-color:#434754;
	width:100%;

}


body {
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;	
	margin: 0px; 
	}

#container {
	width:775px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-repeat:repeat-y;
	background-position:center;
	background-image: url(images/main.gif);
	}			
	
#header	{
	width:775px;
	height:180px;
	background:url(images/header.gif) no-repeat;
	}	
	

#main	{
	width:775px;
	}	
	
#tabel{
	text-align:left;
	}	
	
#menu	{
	width: 250px;
	height:auto;
	padding-left:10px;
	font-weight:bold;
	background:url(images/nav.gif) no-repeat;
	}	
	
#content	{
	width:515px;
	height:auto;
	}	
	
#footer	{
	background:url(images/footer.gif) no-repeat;
	color: #cccccc;
font-size:9px;
	text-align:center;
	width:775px;
	height:70px;
	line-height: 11px;
	}
	
	#footer2	{
	color: #434754;
font-size:10px;
	text-align:left;
	line-height: 11px;
	font-weight:normal;
	}
