body{
font: 76% arial,sans-serif;
line-height:1.8em;
background: #292929;
color: #B0943A;}
p{
margin: 0;
padding: 1em 2em;
letter-spacing: 1px;
}
blockquote {
padding: 15px;
font-weight : normal;
font-style : italic;
letter-spacing: 3px;
color : #7FB6C9;
}
a:link, a:visited {
color : #FBC917;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #FFDB1E;
text-decoration : none;
background : inherit;
}
a:active {
color : #fff;
text-decoration : none;
background : inherit;
}
a img {
border : 0;
}
.imgl {
float : left;
padding : 10px;
margin-right : 30px;
}
div#header {
height:100px;
background: #F9B417 url(images/header.png) no-repeat;
color: #000;
}
div#header h1{
font: 175% "lucide sans", arial,sans-serif;
height:80px;
line-height:80px;
letter-spacing: 3px;
margin:0;
padding-left:2em;
}
div#content {
padding-bottom: 2em;
background: url(images/content.gif) bottom center no-repeat;
}
div#content h1{
font: 175% "lucide sans", arial,sans-serif;
padding-left:1em;
letter-spacing: 3px;
color: #FABE17;
}
div#left{
float:left;
width:50%;
padding-bottom: 2em;
background:#FCD553;
color: #333;
}
div#right{
float:left;
width:49.9%;
padding-bottom: 2em;
background:#FCD553;
color: #333;
}
div#footer{
clear:both;
width:100%;
background: #333 url(images/menuhover.gif) repeat;
color: #FFF;
}
div#footer p{
margin:0;
padding:5px 10px;
font-size: 0.9em;
}
h2 {
font: 175% "lucide sans", arial,sans-serif;
padding-left:1em;
letter-spacing: 0;
color: #3D6D9E;
}
* {
  margin: 0;
  padding: 0;
  }
ul.five {
	background: #292929 url(images/background.png) repeat-x top center;
	padding: 20px 0 60px 75px;
	height: 30px;
	}

ul.five li {
	background: url(images/sprite.png) no-repeat right 5px;
	display: block;
	float: left;
	height: 30px; /* height of 1 unit */
	padding: 0 2px 0 0;
	margin: 0 3px 0 0;
	width: auto;
	}

ul.five li a:link,ul.five li a:visited {
	background: url(images/sprite.png) no-repeat top left;
	color: #3D6D9E;
	display: block;
	font: bold 12px/25px "Trebuchet MS",verdana,sans-serif;
	margin: 5px 0 0 0;
	padding: 0 0 0 3px;
	text-decoration: none;
	height: 25px;
	}

ul.five li a:link span,ul.five li a:visited span {
	background: url(images/sprite.png) no-repeat top right;
	padding: 0 28px 0 25px;
	display: block;
	height: 25px;
	}

ul.five li a:hover {
	background-position: left -50px !important;
	margin: 0;
	height: 30px;
	}

ul.five li a:hover span {
	background-position: right -50px !important;
	height: 30px;
	}

.home .five .home {
	background-position: left -25px !important;
	margin: 5px 0 0 0;
	height: 25px;
	}

.home .five .home span {
	background-position: right -25px !important;
	height: 25px;
	}

ul.yellowwhite li,ul.yellowwhite li a:link,ul.yellowwhite li a:visited,ul.yellowwhite li a:link span,ul.yellowwhite li a:visited span {
	background-image: url(images/sprite_yellow_white.png);
	}

/*&&>> Hacks! <<&&*/

* html ul li a {
	width: 1px;
	}

/*&&>> IE5 Mac Hack <<&&*/
/*\*//*/
.menu ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
	}
.menu ul {
	padding-bottom: 0;
	margin-bottom: -1px;
	}
/**/
