* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#8B3220;
	font-size: 12px;
	color: #F08A02;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	padding-top:0px;
	padding-bottom:0px;
}

a {
	color:#FFF;
	text-decoration:none;
}

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


#header {
	width:850px;
	height:300px;
	border: 1px solid #F08A02;
}

#content {
	width:500px;
	padding:5px;
	height: auto;
	float: left;
}

#footer {
	width:840px;
	clear:both;
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
	padding:5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F08A02;
}
#logo {
	float: left;
	height: 300px;
	width: auto;
	border: 0px solid #F08A02;
}


#main {
	float:left;
	width:830px;
	height: auto;
	padding: 10px;
}

#pics {
	padding-top:20px;
	float:right;
	width:300px;
	height: auto;
}


.menu_title {
	font-size:12px;
}

.menu_desc {
	font-size:10px;
}

.menu_header {
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	font-style: italic;
}
.bold {
	font-size:12px;
	font-weight: bold;
	font-style: italic;
}
