html, body {
	height: 100%;
}

body{
	margin: 0 0 0 0;
	color:#000;
	font: 12px Arial,Verdana,sans-serif;
	line-height: 17px;
	background:#fff
}

img{border-style:none;} 
p{text-align: left; }
a{text-decoration:none; color: #985727;}
a:hover{text-decoration:underline; color: #985727; }
#page {
    min-height:100%;
    height:auto !important;
    height:100%;
    width:926px;
    margin:0 auto -100px;
    padding: 0;
    background:#FC3;
	overflow:hidden;
	background-color: #fff;
}
/*-----header-----*/
#header {
	width:926px;
	overflow:hidden;
	margin: 60px 0 0 0;
}

#header h2#slogan {
	text-indent:-9999px;
	width: 100%;
	height: 28px;
	margin: 0 0 35px 3px;
	overflow:hidden;
}

#header h2#slogan span {
	display: block;
	height: 100%;
	width: 492px;
	position: relative;
}

#header h1#banner {
	width:926px;
	height:318px;
	text-indent:-9999px;
	overflow:hidden;
	margin: 0;
}

#header h1#banner a {
	display:block;
	height: 100%;
}

.nav{
	width: 100%;
	overflow: hidden;
}

.wrap-left {
	float:left;
	position:relative;
	left:50%;
}
.wrap-right {
	position:relative;
	left:-50%;
}

* html .wrap-right {float:left;}
.nav ul{
	margin: 0px 0px 5px 0px;
	padding:0;
	list-style: none;
	height: 22px;
	overflow:hidden;
	float: left;
	display: inline;
}
.nav ul li{
	float: left;
	padding: 3px 1px 0 1px;
	margin: 0 0 0 -1px;
}
.nav ul li a{
	display: block;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
}
.nav ul li a:hover, .nav ul li.current a {background-position:0 -19px;}
	
/*-----content----- http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm*/
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-top: 15px;
}
/* holy grail 3 column settings */
.holygrail {
	background:#fff;    	/* Right column background colour */
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:400px;         	/* Left column width + right column width */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail #col1 {
	margin:0 190px 0px 190px;     	/* Centre column side padding:
													Left padding = left column width + centre column left padding width
													Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}

.holygrail #col1 p, .holygrail #col1 li {
	font-size: 14px;
}

.holygrail #col3 p, .holygrail #col3 li {
	font-size: 12px;
}

.holygrail #col2 {
		float:left;
		float:right;			/* This overrides the float:left above */
		width:160px;        	/* Width of left column content (left column width minus left and right padding) */
		position:relative;
		right:40px;         	/* Width of the left-had side padding on the left column */
}
.holygrail #col3 {
		float:left;
		float:right;			/* This overrides the float:left above */
		width:160px;        	/* Width of right column content (right column width minus left and right padding) */
		margin-right:40px;  	/* Width of right column right-hand padding + left column left and right padding */
		position:relative;
		left:50%;
}

.important {
 color: #e2001a;
}
