body{	
	margin:0;
	padding:0;
	font:10px Arial, sans-serif;
	color:#522C2C;
	font-weight: none;
 	background-color:#fcf6e6;
	}

li{	padding:4px;
	list-style-type:disc;
	}

a{	color:#522C2C;	
	text-decoration:none;
	}

a:hover{
	color:#A8585B;
	text-decoration:none;
	}

#container{	width:850px;	margin:0 auto;	}

#header{
	background:url(images/header.jpg) no-repeat;
	height:410px;
	}

#content{}

.contenttop{
	margin-top:6px;
	height:50px;
	padding:5px 25px 0px 25px;
	}

.contenttop a{
	text-transform:uppercase;
	font-weight:bold;	
	}

.contentbg{
	padding:0 0px;
	}

.footer{
	margin-top: 0px;
	margin-bottom:0px;
	text-align:center;
	}

