/*
	Table of Contents:
		layout
		typography
		forms
*/
	
/* layout ----------------------------------------------- */
html {
	background-color:#fff;
}

body {
	background: url('../images/bg1.png') repeat-x;
	
}

#wrapper {
	width:824px;
	margin:auto;
	padding-top:35px;

}

#header {
	background: url('../images/BEC_logo1.jpg') no-repeat top;
	height:108px;
}

#header h1 {
	padding-top:5px;
	margin-top:0;
}

.headerimg {
	display:block;
	/*margin-left:auto;
		margin-right:auto;*/
	/*padding-top:1em;*/
}

#content {
/*	margin-left:110px;
	margin-right:10px;*/	
}

#nav_container {
	margin:0 -10px;
/*	background-color:#ebebeb;*/
	min-height: 0;
}

#maincontent {
	clear:both;
	background: url('../images/merc.gif') no-repeat bottom right;
	margin-top:1em;
	padding-left:10px;
	padding-right:10px;
	
}

.left {
	float:left;
}

.lefttable {
	margin-right:20px;
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}


#bookingform {
background: url('../images/Bar_Display.jpg') repeat-y top left;
padding-left:170px;

}




/* typography ----------------------------------------------- */
#footer {
	text-align:center;
	font-size:70%;
	clear:both;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Palatino", georgia, sans-serif;
}

h2 {
	font-size:153.9%;
	padding-top:1em;
}

#bookingform h2 {
	text-align:left;
	padding-top:0;
	margin-top:0;
	text-indent:195px;
}


p {
	text-align:justify;
	color: #333;
}

ul { /* all lists */
	padding: 0;
	margin: 10px;
	list-style-type: none;
}

legend {
	font-family: "Palatino", georgia, sans-serif;
	font-size: 123.1%;
	font-weight:bold;
	padding-bottom:1em;
}

.supp {
	font-size:70%;
}

#nav li { /* all list items */
	font-family: "Palatino", georgia, sans-serif;
	font-size:123.1%;
	display:list-item;
	float:left;
	width: 135px;
	list-style-type: none;
	padding:0;
	margin:0;
	text-align:center;
	/*background-color:#ebebeb;*/
}

ul li a {
	text-decoration:none;
	color:#000;
}
/* forms ----------------------------------------------- */

label {
display:block;
float:left;
width:200px;
clear:left;
}

.wideLabel {
	width:400px;
}

fieldset {
	margin-bottom:1em;
}

.oneField {
	text-indent:2em;
	padding:0.5em 0;
}

textarea	{
	width:450px;
}
