body  {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#CCCCCC;
	height:100%;
	color:#58595B;
	min-width:760px;
}

HTML { height:100%; }
FORM { margin:0px; }
body, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

H1 {
	font-size:1.5em;
	font-weight:bold;
	margin:0px 0px 2px 0px;
	color:#934F3B;
}

H1 A {
	color:#934F3B;
	text-decoration:none;
}

H2 {
	color:#934F3B;
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:0em;
}

H2 A {
	color:#934F3B;
	text-decoration:none;
}

h3 {
	font-size:1em;
	font-weight:bold;
	margin:0px;
	color:#666666;
}

#frame {
	position:relative;
	margin:0px auto;
	width:760px;
	background-image:url("http://www.zebra.co.uk/images/tb-images/canvas.jpg");
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#FFFFFF;
	min-height:100%;
}

* html #frame { height:100%; }

#menu {
	position:relative;
	float:left;
	width:165px;
	font-size:1em;
	padding:30px 0px 20px 15px;
	font-weight:bold;
	min-height:530px;
}

* html #menu {
	height:530px;
}

#menuWrapper {
	position:relative;
	min-height:250px;
}

#menuWrapper ul {
	width:100%;
	padding:0;
	margin:0;
}

#menuWrapper ul li {
	width:115px;
	float:left;
        list-style-type:none;
        padding:5px 0;
}

#menuWrapper ul li a {
	color:#BF9181;
}

#main {
	position:relative;
	margin:0px 0px 0px 180px;
	min-height:420px;
}

#footer {
	position:relative;
	clear:both;
	text-align:center;
	padding:10px 0px 0px 120px;
}

#content {
	position:relative;
	background-image:url("http://www.zebra.co.uk/images/tb-images/alan-reed-watercolours.jpg");
	background-repeat:no-repeat;
	background-position:right top;
	padding:100px 10px 0px 20px;
	min-height:145px;
}

.header {
	color:#934F3B;
	font-weight:bold;
	font-size:1.25em;
	padding:25px 0px 40px 0px;
}

.clear {
	clear:both;
}