body {
	font: normal 14px Tahoma, Verdana, Arial, sans-serif;
	color: #444444;
	background: #ffffff;
	margin: 0;
	padding: 0;
	}

a:link, a:visited {
	font: bold 14px arial, verdana, sans-serif;	
	color: #a31c14;
	text-decoration: none;
	}
	
a:hover, a:active	{
	font:  bold 14px arial, verdana, sans-serif;	
	color: #dd2217;
	text-decoration: underline;
	}

#header	{
	height: 159px;
	overflow: hidden;
	background: #d15d16 url(images/headbg.jpg);
	}
	
#logo	{
	float: left;
	width: 309px;
	height: 159px;
	margin-left: -100%;
	background: #eb8120 url(images/logo.jpg) no-repeat;
	cursor: hand;
	}	
#head1 a{color: #ffffff;		font:  bold 16px tahoma, arial, verdana, sans-serif;}
#head1 {
	margin: 0px 454px 0px 309px;
	padding: 35px 0 0 0;
	height: 159px;
	color: #ffffff;
	background: url(images/head1.jpg) top right no-repeat;
	font:  bold 16px sans-serif;
	}	

#head2 {
	height: 159px;
	float: left;
	width: 454px;
	margin-left: -454px;
	background: #dfdfdf url(images/head2.jpg) 0px 1px no-repeat;
	}
	
#flash	{
		overflow: hidden;
		1position: absolute;
	1top: -50px;
	1right: 0px;
	border: 1px solid;
	padding-left: -200px; 
	width: 453px;
	height: 200px;
	}
	
#navigating	{
	height: 71px;
	overflow: hidden;
	background: url(images/pagebg.jpg) repeat-x;
	}
	
#slogan	{
	float: left;
	width: 309px;
	height: 71px;
	margin-left: -100%;
	background: #eb8120 url(images/slogan.jpg) no-repeat;
	cursor: hand;
	}	

#pages {
	list-style: none;
	padding: 0;
	margin: 0px 255px 0px 309px;
	}
	
#pages ul {
	margin: 0;
	padding: 0;
	}

#pages li {
	float: left;
	height: 29px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url(images/bulletpage.jpg) right top no-repeat;
	list-style: none;	}

#pages a {
	display: block;
	margin: 0;
	padding: 0 12px 0 5px;
	font: bold 14px  Arial, Verdana, sans-serif;
	}

#pages li a:hover {
	display: block;
	}

#pages li ul {
	list-style: none;
	position: absolute;
	width: 200px;
	left: -999em;
	margin: 0 0 -2px 0;
	border: 2px solid #cacaca;
	border-top: 0px #cacaca solid;
	background: #e8e8e8; 
	}

#pages li:hover ul, #pages li.sfhover ul {
  left: auto;
  }
	
#pages li li {
  float: left;
  margin: 0;
  padding: 0;
	}
	
#pages li li a {
	width: 200px;
	margin: 0;
	padding: 5px 10px 5px 5px;
	background: #e8e8e8; 
	border-top: 2px #cacaca solid;}
	
#pages li li a:hover {
	padding: 5px 10px 5px 5px;
	background: #eee; 
	border-top: 2px #cacaca solid;
	}

#pages li:hover, #pages li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }
	
#search {
	height: 56px;
	float: left;
	width: 125px;
	padding: 15px 0px 0px 65px;
	margin-left: -190px;
	background: url(images/search.jpg) no-repeat;
	}
#searchbox	{
	width: 80px;
	font: 13px sans-serif;	
	background: url(images/pagebg.jpg) repeat-x;
	}
#searchbutton	{
	font: 13px sans-serif;
	}	
	
.clear {clear: both;}

#wrapper {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1110?'1115px':'');
	min-width: 1115px;
	}
#container {width: 100%;}
#content {
	width: 100%;
	float: left;
	}

#text {
	margin: 0 0 0 309px;
	background: #fff url(images/bg.jpg) bottom right no-repeat;
line-height:20px;	}

#sidebar {
	float: left;
	width: 289px;
	margin-left: -100%;
	overflow: hidden;
	font: 11px tahoma, sans-serif;
	background: #dfdfdf url(images/sidebarbg.jpg) repeat-y;
	}

#sidebar	h2 a {
	float: left;
	width: 250px;
	letter-spacing: 1px;
	font: bold 16px tahoma, sans-serif;
	text-align: center;
	color: #a31c14;
	padding: 5px 10px;
	margin: 0px;
	}

#nav {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0}
	
#nav ul {
	float: left;
	width: 240px;
	}

#nav li {
	float: left;
	padding: 10px 0 0 12px;
	width: 240px;
	border-bottom: 2px #cacaca solid;
	background: url(images/bullet.jpg) 0px 11px no-repeat;
  }

#nav a {
	display: block;
	margin: 0;
	padding-left: 10px;
	font: bold 13px tahoma, sans-serif;}

#nav li a:hover a:active {
	display: block;
	}

#nav li ul {
	list-style: none;
	position: absolute;
	margin: -15px 0 0 0; 
	width: 250px;
	left: -999em;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
	border: 0px solid; 
	background: url(images/bullet1.jpg) 0px 7px no-repeat;
	}
	
#nav li li a {
	width: 220px;
	line-height: 24px;
	background: #eee;
	margin: 0px 0 0 180px;
	font-size: 11px;
 	border: 2px solid #cacaca; }
	
#nav li li a:hover {
	border: 2px solid #cacaca;
	background: #e8e8e8;
	margin: 0px 0 0 180px;
	}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

.news ul	{
	width: 250px;
	float: left;
	margin: 10px 0 0 10px;
	list-style: none;
	padding: 0}	

.news ul li	{
	margin: 0 0 0 5px;
	padding: 3px 0 5px 0px;
	border-bottom: 2px #cacaca solid;
	font: bold 11px sans-serif;
	}
	
.news a:link, a:visited	{
	font: bold 11px sans-serif;
	}
.news a:hover, a:active	{
	font: bold 11px sans-serif;
	}
	
.sidebarslice	{
	background: url(images/sidebarslice.jpg) no-repeat;
	width: 290px;
	height: 20px;
	float: left;
	}
.sidebarbot	{
	float: left;
	background: #fff url(images/sidebarbot.jpg) top left no-repeat;
	padding: 0px 0px 20px 0px;
	width: 290px;
	height: 20px;
	}

#footer	{
	background: #d15d16 url(images/footerbg.jpg) top repeat-x;
	height: 148px;
	padding: 10px;
	overflow: hidden;
	color: #000;}

#post-entry {
	clear: both;
	padding: 0;
	overflow: hidden;
	}

.post-meta	{
	padding: 10px;
	margin: 0px 10px 20px 10px;
	border: 1px #ddd solid;	}

#text h1 a	{
	font: bold 16px Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 5px;
	}	

#text h1	{
	font: bold 16px Verdana, Arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 5px;
	}	

#text  img {
	background: url(images/shadow.gif) bottom right no-repeat;
	padding: 0px 13px 11px 0px;
	border: 0px #cccccc solid;
	}	
	
.post-content a {
	font: bold 12px verdana, arial, sans-serif;
	}
	
.link	{
	float: left;
	height: 150px;
	margin: 0 20px 0 0;
	list-style: none;}
