
/* Elements */

body {
	margin: 0px;
	font-family: "arial", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #085F00;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	margin: 0px;
	height: 129px;

	background: url(http://www.booweb.co.uk/brandx/title.png) no-repeat  center;
}

/* Menu */

#menu
{
	padding: 1em 2em 1em 0em;
	background: #F1DFC9 url(http://www.booweb.co.uk/brandx/graphics/fadeback.jpg) center;
	font-size: 1.0em;
}

#menu ul
{
	display: block;
	width: 778px;
	margin: 0em auto;
	list-style: none;
	padding-left: 2.5em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	background: #000 top left repeat-x;
	color: #fff;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	color: #000000;
    align: center;
}

#colOne {
	float: left;
	width: 200px;
    height:1000px;
	padding: 20px 10px;
    background: url(http://www.booweb.co.uk/brandx/graphics/fadeback.jpg) center;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 550px;
    height:1000px;
	padding: 20px 10px;
    background: url(http://www.booweb.co.uk/brandx/graphics/fadeback.jpg) center ;
}

#colThree {
	float: left;
	width: 180px;
    height:1000px;
	padding: 20px 10px;
    background: url(http://www.booweb.co.uk/brandx/graphics/fadeback.jpg) center ;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#content h1, #content h2 {
	color: #000000;
	background-color: #EED2EE;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

/* Footer */

#footer {
	padding: 3px 0px;
	background: #2E0854 ;
	height: 30px;
}

#footer p {
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}