* 	{margin: 0;
	padding: 0;}

body {
	background-color: #dbdbdb;
	background-repeat: repeat-x;
	font-size: 62.5%;
}
	  
#container {
	margin-top: 12px;
	margin: auto;
	width: 622px;
	color: #a9744d;
	font-family: Microsoft Sans Serif, "Times New Roman", Times, serif;
	font-size: 9pt;
}

#header {
	margin: 0px auto;
	background-image: url(images/main.jpg);	
	background-position:center;
	height: 100px;
	width: 621px;
}


#menu {

	font-family: Microsoft Sans Serif, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	margin-left: 0px;
	text-align: Right;
	padding: 20px;
}

#main {
	background-image: url(images/main.jpg);
	padding-top: 20px;
	padding-left:20px;
	padding-right:20px;
	text-align: justify;
	background-position:center;
	width: 581px;
}

#img {
	margin: 8px;
}
	

#footer {
background-image: url(images/main2.jpg);
background-repeat: no-repeat;
background-color:#9a9a9a;
margin:0 auto;
padding:10px;
text-align:center;
width:600px;
height:207px;
}

.float_left {
	float: left;
    margin-right: 5px;
	margin-bottom: 3px;
}

#footer a:link {
	color: #696969;
	text-decoration: none;
}
		
#footer a:visited {
	color: #696969;
    text-decoration: none;
}
		   
#footer a:hover {
	color: #5C5C5C;
    text-decoration: underline;
}
		  
#footer a:active {
	color: #696969;
    text-decoration: none;
}

p {
	padding-bottom: 25px;
}

h1 {
	font-family: Nosferatu, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	color: #228fec;
	margin-left: 1px;
	padding-top: 25px;
	padding-bottom: 15px;
}

h2 {
	font-family: Nosferatu, "Times New Roman", Times, serif;
	font-size: 1.6em;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	font-style: italic;
	color: #FFFFFF;
}


a:link {
	color: #000000;
	text-decoration: none;
}
		
a:visited {
	color: #000000;
    text-decoration: none;
}
		   
a:hover {
	color: #5C5C5C;
	background-color: #4fa6f0;
	text-decoration: underline;
}
		  
a:active {
	color: #000000;
    text-decoration: none;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}