html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

img {
	margin: 0 -3px; ma\rgin: 0; /* This fixes the 3 pixel jog in old versions of IE and Opera*/
}



body {
	border:0;					/* This removes the border around the viewport in old versions of IE */
	width:100%;
	text-align:center;			/* This fixes the IE5 'margin auto' bug - by centring the whole Body. Text needs to be manually left aligned after */
	background:#C3BDB1;
}

.pad {
	margin:0 20px; 				/* This is padding for the drop shadow */
}

/* Header styles */
#header {
	clear:both;
	width:990px;
	padding:0;
	margin:0 auto;	
	background:#C3BDB1 url(../images/logo.gif) no-repeat;
}

/* Navigation */
#navigation {
	clear:both;
	margin:0 auto;				/* Centres the webpage left to right */
	padding:0 !important;
	width:990px;
	background:#524D46 url(../images/navigationbg.gif) repeat-y;
}
	
/* column container */
.colmask {	
	position:relative;			/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:990px;				/* width of whole page */
	margin:0 auto;				/* Centres the webpage left to right */
	overflow:hidden;			/* This chops off any overhanging divs */
	background:#FFFFFF url(../images/mainbg.gif) repeat-y;
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;					/* width of page */
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;	
	padding:0;					/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	text-align:left;
}

/* 2 Column (right menu) settings */
.rightmenu {
}

.rightmenu .colleft {
	right:400px;			/* right column width */
}

.rightmenu .col1 {
	width:540px;			/* left column content width (left column width minus left and right padding) */
	left:440px;			/* (right column width) plus (left column left padding) */
}

.rightmenu .col2 {
	width:350px;			/* right column content width (right column width minus left and right padding) */
	left:460px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */
#footer {
	clear:both;
	width:990px;
	margin:0 auto;		/* Centres the webpage left to right */
	padding-top:10px;
	text-align:left;
	background:#C3BDB1 url(../images/footerbg.gif) no-repeat;
	font-size: 11px;
	color:#524D46;
	text-align:left;
}


/* Font styles */

p {
	font-size:12px;
	color:#423F39;
	text-align:left;
	margin:10px 20px;
}

h1 {
	font-size:24px;
	color:#524D46;
	text-align:left;
	margin:40px 20px 20px 20px;
}

h2 {
	font-size:16px;
	color:#A39D95;
	text-align:left;
	margin:20px;
}

h3 {
	font-size:16px;
	color:#A39D95;
	text-align:left;
	margin:20px 60px;
}

a:link {
	color: #807C75;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #807C75;
}
a:hover {
	text-decoration: underline;
	color: #524D46;
}
a:active {
	text-decoration: underline;
	color: #524D46;
}

.col1 li {
	font-size:12px;
	color:#BB0069;
	text-align:left;
	margin:3px 35px;
}

.para {
	font-size:12px;
	color:#423F39;
	text-align:left;
}

.highlight {
	font-size:16px;
	font-weight:bold;
	color:#A39D95;
	text-align: center;
	padding:24px 20px 45px 50px;
	float:left; 
	position:relative; 
	background:url(../images/highlight.gif) no-repeat left top;
	zoom:1;
}

.recommend {
	text-align: center;
	padding:0 35px;
	float:left; 
	position:relative; 
	zoom:1;
}
