html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #9cd5e9 url(layout/bodyfill.jpg) top left;
font: 12px/19px arial, verdana, tahoma, sans-serif;
color: #fff;
padding: 16px 0;
}

#container {
margin: 0 auto;
text-align: left;
border: 1px solid #000;
width: 770px;
background: #499ED5 url(layout/containerfill.jpg) top left no-repeat;
}

#header {
height: 280px;
background: transparent;
position: relative;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
min-height: 354px;
padding: 0 0 60px 0;
}

#sidebar {
width: 180px;
margin: 0 0 0 40px;
background: #b7d1a1 url(layout/sidebarfill.jpg) top center;
}

#text {
margin: 0 40px 0 0;
width: 470px;
float: right;
display: inline;
padding: 0 0 20px 0;
}

a {
color: #FECF29;
}

a:hover {
color: #FF8236;
}

.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
text-align: center;
padding: 50px 0 10px 0;
background: #a65e44 url(layout/footfill.jpg) top left no-repeat;
clear: both;
font-size: 9px;
}

#footer a {
color: #fff;
}
#footer a:hover {
color: #FF8236;
}


/* some style stuff */

#text h1 {
font: 600 70px helvetica, verdana, arial, sans-serif;
margin: 0;
padding: 0;
color: #f0e098;
height: 70px;
}

#text h2 {
font: 600 17px helvetica, verdana, arial, sans-serif;
margin: 6px 0 0 0;
padding: 0;
color: #fff;
}

#text h3 {
font: 600 15px helvetica, verdana, arial, sans-serif;
margin: 6px 0 0 0;
padding: 0;
color: #fff;
}

.fl {
float: left;
margin: 0 8px 8px 0;
display: inline;
}

.fr {
float: right;
margin: 0 0 8px 8px;
display: inline;
}

.bb {
border: 2px solid #E9D783;
background: #084770;
padding: 3px;
}

.tlink {
display: block;
width: 220px;
height: 80px;
position: absolute;
bottom: 0;
left: 0;
}

.homelink {
display: block;
width: 470px;
height: 140px;
position: absolute;
top: 0;
left: 0;
}

/* n4v!g47!0n */

#nav {
background: transparent url(layout/navtop.jpg) top center no-repeat;
width: 180px;
margin: 0;
padding: 22px 0 16px 0;
list-style: none;
text-indent: 10px;
}

#nav li {
font: 15px "Trebuchet MS", tahoma, arial, sans-serif;
width: 152px;
margin: 0 0 0 0;
padding: 3px 0;
float: left;
}
#nav li a {
color: #000;
text-decoration: none;
padding: 3px 0 3px 20px;
width: 152px;
height: 100%;
display: block;
}
#nav li a:hover {
color: #000;
background: transparent url(layout/arrow.jpg) 5% 50% no-repeat;
}

#navbottom {
height: 127px;
background: transparent url(layout/navbottom.jpg) top left no-repeat;
clear: left;
}

#navbottom p {
margin: 0 0 0 -9999px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}






