 * {	margin:0;
	padding:0; 
} 
body {	font-family: verdana, arial, sans-serif; 
	font-size:100%; 
	background-color: #FFFFCC; 
}
p {	text-indent: -1.5em; 
	margin-left: 2em; 
	font-size: .8em; 
	margin-top: .5em;
}
h1, h2, h3, h4, h5, h6 { 
	letter-spacing: -0.05em; 
	padding-top: .5em;
}
h2 { 	font-size: 1.3em; 
	word-spacing: 1em; 
	padding:.5em 0;
}
h2.big_title {
	color:#FFF;
}
h2.big_title, h5.sub_title {
	text-align: right; 
	padding-right: 4em;
}
h5.sub_title {
	font-style: italic; 
	font-weight:normal;
	background-color:#FFCC66;
}
ul {	margin-top: .5em;
}
li { 	font-size: .8em; 
	margin-left: 1em;
}


div#left_box a { 
	font-size: .8em;
	display: block;
	background-color: #FFC;
	margin-right: 1em;
	margin-top: .2em;
	width: 9em;
	border-width: .05em .2em .2em .05em;
	border-style: solid;
	border-color: #990099;
	padding-left: .5em;
	text-decoration: none;
	letter-spacing: -.01em;
	height: 1.4em;
}

div#left_box a:hover {
	margin-left: 1em;
}

div#banner { 
	background-color:#990099;
}

div#first_section { 
	padding: 1em;
}

div#first_section h2{
text-align: center;
word-spacing: normal;
letter-spacing: normal;
color:#990099;
}


div#wrapper {
	margin: 0 1em 0 1em;
}


div#left_box { 
	width: 24%;  
	background-color:#FFCC66; 
	float:left; 
	height: 11em;
	padding-left: 1em;
}


div#centre_box {
	width: 34%;
	background-color:#FFCC66; 
	float:left; 
	margin-left: 1em; 
	margin-right: 1em; 
	height: 10em;
	padding: .5em;
}

div#centre_box img{
  background-color: #FFFFFF;
}


div#right_box { 
	width: 30%; 
	background-color:#FFCC66; 
	float:left; 
	height: 11em;
	padding-left: 1em;
}

div#trailing_box{
	margin: 1em;
}
div#trailing_footer{
	margin: 1em;
}
div#trailing_footer img {
	float: right;
	border: 0;
	width: 88px;
	height: 31px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

/*.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
