* {
	margin: 0;
	padding: 0;
}

body {
background: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #333;
text-align: center;
}

h2 {
font-size: 1.2em;
font-weight: bold;
}

h3 { 
font-size: 1em;
font-weight: bold;
}

#wrap {
margin: 0 auto;  
max-width: 1200px; 
text-align: left;
}

#header {
max-width: 1000px;
margin: 0 auto;
background: #FFF;
height: 200px;
text-align: center;
}

#header h1 { 
padding: 20px 0 0 20px;
color: #000;
text-align: center; 
line-height: 150%;
font-size: 1.7em;	
font-weight: bold;
}

#header h2 {
font-size: 19px;
color: #000;
padding: 20px 0 0 20px;
font-weight: 100;
text-align: center; 
}

#header h2 a { 
color: #000;
text-decoration: none;
font-weight: 100;
letter-spacing: 0px;
}

#header h3 { 
color: #000;
font-size: 15px;
text-decoration: none;
font-weight: 100;
letter-spacing: 0px;
}

a:hover {
text-decoration: underline;
color: #4a3c19;
}

a:link {
text-decoration: none;
}

#bottom {
background: #d4ccae url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: right;
font-size: 12px;
color: #000;
max-width: 1200px;
margin: 0 auto; 
}