html, body, div {margin:0;padding:0;}

html, body {
	height:100%; /* needed for container min-height */
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.8em;
  	font-size: 0.83em;
	color: #333;
	background-image: url('images/bg.jpg');
	background-repeat:repeat-x;
	min-height:600px;
  	height:auto !important;
  	height:600px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	font-family:Helvetica, Verdana, Arial, Serif;
	color: #333;	
	padding:0 0.8em;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	padding:0;

	min-height:100%; /* real browsers */
}

div#header {
	margin:0px 0px 0px 0px;
	height:199px;
	background-image: url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:bottom center; 
}

div#logo {
	float: left;
	margin: 10px;
}

div#menu {
	float:right;
	height:50px;
	line-height:50px;
	text-align:right;
}	
#menu ul {
	margin: 0 auto;

	padding:0;
	list-style: none;
}
#menu li {
	display: inline;
	padding-right:8px; padding-top:20px; padding-bottom:22px;	
	margin:0;
}

#menu li a 
{
	background: #bed1d2;
	text-decoration: none;
	font-variant:small-caps;	
	font-weight:bold;
	font-size: 12px;
	padding: 10px;
	color:#4d4949; 

	
}
#menu li:hover, #menu li:active, #menu a:hover
{
	color:#fff;
}


div#content {
	margin: 0px 0px 0px 0px;
	padding:.6em .2em 7.6em; /* bottom padding for footer */
	height:auto !important; /* real browsers */
	min-height:680px; /* IE6: treaded as min-height*/
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
div#ads1 {
	width: 100%;
	margin-top: -7px;
	padding-bottom: 1px;
	text-align: center;
	background: #d0dedf;
}	
div#ads {
	float: right;
	width: 180px;
	padding: 10px;
	text-align: center;
}	
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	border-top:3px double #414955;
	background: #b6b6b6;
	font-size: 0.8em;
	font-weight:bold;
}
	div#footer p {
		padding: 1px;
		text-align: center;
		margin:0;
		color: #242d3a;
	}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color: #242d3a;
	border:0px none;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;

}
