

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#181818;
	background-image: url(bg.gif); 
	background-attachment: fixed;
	
	
	font-family:arial,sans-serif;
	font-size:12px;
	color:#737373
}

a:link, a:visited { color: #737373; text-decoration: none; }
a:hover, a:active { color: #be828c; text-decoration: none; }


h1 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 	
	color:#be828c;
	margin:20px 150px 5px;
}
	


h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px; 
	font-weight: normal;
	color:#6b6b6b;
	text-align:center;
	
}


h3 {
    font-family:arial,sans-serif;
	font-size: 10px; 	
	color:#a6a6a6;
	margin:0px 150px;
}
	

h4 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 27px; 
	font-weight: normal;
	color:#ababab;
	margin:0px 150px 0px;
	
}

h5 {
	font-size: 6px; 
	font-weight: normal;
	color:#ffffff;
	text-align:justify;
	
}



h6 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 	
	color:#be828c;
	text-align:right;
	margin:10px 173px; 
}



p { 
	line-height:20px; 
	padding:10px 0px 10px 0px
}


table {
  
	margin:20px 150px 0px;
	
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:690px;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	
	background:#ffffff url("header01.jpg")  no-repeat;
	height: 310px;

}

div#content {
	padding:20px 0px 30px; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		margin:10px 150px 30px;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ffffff;
	
	text-align:center;
	font-size:12px;
	color:#9d9d9d

}
	div#footer p {
		padding:1em;
		margin:0;
	}
	  