html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #4E8AE0 url(layout/bodyfill.jpg) top left repeat-x;
font: 11px/20px verdana, arial, tahoma, sans-serif;
color: #000;
padding: 12px 0 22px 0;
}


#container {
margin: 0 auto;
padding: 0 0 80px 0;
text-align: left;
width: 770px;
background: #A1D068 url(layout/containerfill.jpg) bottom left no-repeat;
border: 5px solid #EAB64E;
overflow: hidden;
position: relative;
}

#header {
height: 220px;
background: transparent url(layout/headerfill.jpg) top left no-repeat;
position: relative;
}

#content {
background: transparent url(layout/contentfill_new.jpg) top left no-repeat;
padding: 0 0 20px 0;
position: relative;
}

#sidebar {
width: 240px;
margin: 0 0 0 40px;
background: transparent url(layout/sidebarfill.jpg) bottom left no-repeat;
padding: 0;
height: 400px;
}

#text {
margin: 40px 40px 0 0;
width: 420px;
float: right;
display: inline;
padding: 0;
position: relative;
background: transparent url(layout/h1fill.jpg) top left no-repeat;
}

#text p {
margin: 0;
padding: 0 0 12px 0;
}

a {
color: #943ebb;
}

a:hover {
color: #4E8AE0;
}

.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
text-align: center;
margin: 0 auto;
width: 770px;
clear: both;
color: #fff;
font-size: 10px;
}

#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover {
color: #E5AFFF;
}

#footer b {
font-size: 11px;
}

#footer p {
text-align: center;
}

ul {
list-style: square;
}

/* some style stuff */

#text h1 {
font: 600 54px georgia, times, "times new roman", serif;
margin: 0 0 10px 0;
padding: 0;
color: #fff;
height: 54px;
}

#text h2 {
font: 600 18px helvetica, verdana, arial, sans-serif;
margin: 9px 0 0 0;
padding: 0;
color: #7C4E8F;
}

#text h3 {
font: 600 16px helvetica, verdana, arial, sans-serif;
margin: 9px 0 0 0;
padding: 0;
color: #000;
}

.fl {
float: left;
margin: 0 8px 5px 0;
display: inline;
}

.fr {
float: right;
margin: 0 0 5px 8px;
display: inline;
}

.bb {
border: 2px solid #7A4D8F;
background: #fff;
padding: 3px;
}

#altmenu{
border: 2px solid #BCE6FC;
background: #1F4D9A;
padding: 6px;
text-align: center;
}

#altmenu a{
color: #fff;
}

/* n4v!g47!0n */

#topnav {
width: 100%;
position: absolute;
top: 0;
right: 0;
}

#topnav a {
text-indent: -9999px;
position: absolute;
top: 0;
display: block;
height: 25;
}

#topnav a.tlink {
right: 265px;
width: 98px;
}
#topnav a.home {
right: 214px;
width: 50px;
}
#topnav a.map {
right: 92px;
width: 120px;
}
#topnav a.contact {
right: 0px;
width: 88px;
}

/* 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;
}





