* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	font:100% "Times New Roman", Times, serif;	
	color: #CAC296;
	background-color: #FFF;
}

body a{
color: #CAC296;
text-decoration: none;
}

h1 {
	font-size: 100px;
	font-weight: normal;
}

#wrapper{
margin-top: 10px;
margin-left: auto;
margin-right:auto;
width:882px;
height:5px;
}


#banner{
padding-top:10px;
font-size:32px;
text-align:center;
padding-bottom:20px;
background-image: url(../banner.jpg);
}


#content{
height:350px;
padding:20px 20px 0px 20px;
font-size:20px;
color:#000000;
background-color:#D8C9BC;
text-align:justify;
border-left: #999 solid 1px;
border-right:#999 solid 1px;
}

.content a{
color: #000;
text-decoration: underline;
}

#menu{
font-size:25px;
background-color:#D8C9BC;
padding-bottom:10px;
border-left:#999 solid 1px;
border-right:#999 solid 1px;
border-bottom:#999 solid 1px;
}

.menu a{
color: #000;
text-decoration: none;
}

.image{
float:right;
margin-left:10px;
}

.center
{ 
text-align: center;
}

.centertable
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}
