/* Main style sheet for West Sussex Woodturners website */

			/* Created on 12-Aug-2009 10:36:18 */

body {
	font: .9em/1.4em verdana, arial, sans-serif;
	background-color: white;
	color: #000;
	margin: 0 0 0 0;
	margin-left: 5px;
	padding: 0;
	max-width: 750px;
}

#header {
	margin: 2px;
	background-image: url(images/common/woodtiled.gif); 
	border: solid 1px black;
	min-height: 125px;
}
#logo {
	float:left;
	margin-top: 1px;
	margin-left: 1px;
	width:120px; height: 120px;
}
#greylogo {
	display: none;
}	
#headtext {
	margin-left:120px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
}
#wrapper {
	position: relative;
}
#main {
	margin-left: 11em;
	margin-right: 10em;
	padding-right: 5px;
	background-color: #E8E8E8;
	border: solid 1px #808080;
}
#main h2, #main h3, #main h4 {
	text-align: center;
}
#main p {
	padding-left: 1em;
}
#main dl {
	padding-left: 1em;
}

#mainMenu {
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px red;
	width: 10em;
	text-align: center;
	padding-bottom: 1em;
	background-color: #E8E8E8;
}
#mainMenu h3 {
	text-align: center;
}

#Menu-2 {
	position: absolute;
	top: 0;
	right: 0;
	border: solid 1px green;
	width: 9em;
	text-align: center;
	padding-bottom: 1em;
	background-color: #E8E8E8;
}
#Menu-2 h3 {
	text-align: center;
}
#Menu-2 a {
	display: block;
	}
#Menu-2 ul {
	text-align: center;
	list-style-type: none;
}
	
#footer {
	text-align: center;
}

.print {
	display: none;
}

.expandable {
	margin-left: 50px;
	display: block;
	width: 405px;
}
#container h2 {
	display: none;
}

.tables {
	margin-left: 2em;
	border: 1px solid blue;
} 
.tables tr {
	border: 1px	solid gray;
	text-align: center;
}
