* {
	margin:0;
	padding:0;
}

body {
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin:0;
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h2{
	font-size:125%;
	color:#784824;
}

#container {
	width: 739px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

img {
	border:0;
	padding:0;
}

img a {
	border:0;	
}

#header {
	margin:10px 0 0 0;
	background-color:#330000;
	padding-bottom:10px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#content_outer {
	background:url(../images/bg_line.gif) center repeat-y;
	margin:0;
	padding:0;
}

#content_inner {
	padding: 0 40px;
	height:1%;
}

#content_left {
	float:left;
	display:inline;
	margin:0 0 0 40px;
	width:469px;
}

#content_right {
	margin: 0 0 0 540px;
	width:160px;
}

#footer {
	background:#330000 url(../images/footer.gif) top no-repeat;/* padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat {
	clear:both;
}

.pagetitle{
	padding:5px 0 0 0;
	font-size:175%;
	color:#784824;
	border-bottom:2px #784824 solid;
}

.menutitle{
	padding:5px 0 0 0;
	border-bottom:2px #784824 solid;
}
.menutitle .title{
	font-size:175%;
	color:#784824;
}
.menus{
	float:right;
	display:inline;
	font-size:125%;
	color:#784824;
	margin:7px 0 0 0;
}
.menus a{
	margin:5px 0 0 8px;
	color:#784824;
	text-decoration:none;
}
.menus a.active{
	color:#784824;
	font-weight:bold;
}
.pages{
	float:right;
	display:inline;
	font-size:100%;
	color:#784824;
}
.pages a{
	margin:5px 0 0 8px;
	color:#784824;
	text-decoration:none;
}
.pages a.active{
	color:#784824;
	text-decoration:underline;
}

.links{
	padding:0 0 10px 0;
}
.links h3{
	font-size:130%;
	padding:10px 0 0 0;
}


.links h4{
	font-size:90%;
	padding:10px 0 0 0;
}

.links p{
	font-size:80%;
}

p{
	font-size:100%;
	line-height:150%;
	padding:5px 0 5px 0;
}

img.stdleft{
	margin: 10px 10px 0 0;
	float:left;
	display:inline;
}

img.stdright{
	margin: 10px 0 0 10px;
	float:right;
	display:inline;
}

.contacttitle{
	padding:7px 0 0 0;
	font-size:120%;
	font-weight:bold;
	line-height:150%;
}

.contacttext{
	font-size:120%;
	line-height:125%;
}

#direction_form {
	margin:0 0 0 410px;
	width:225px;
}


#twocol_left {
	float:left;
	display:inline;
	margin:0 0 0 40px;
	width:300px;
}

#twocol_right {
	margin: 0 0 0 400px;
	width:300px;
}

.banquettext{
	font-size:150%;
	font-weight:normal;
}
