html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #F4EED4 url(layout/bodyfill.jpg) top left repeat-x;
font: 13px/22px tahoma, verdana, arial, sans-serif;
color: #000;

}


#container {
margin: 0 auto;
text-align: left;
width: 900px;
background: transparent url(layout/containerfill.jpg) top left repeat-y;
overflow: hidden;
}

#header {
height: 325px;
width: 670px;
float: right;
background: transparent;
position: relative;
}

#menu {
width: 600px;
height: 100px;
position: absolute;
bottom: 0;
left: 12px;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
float: left;
width: 900px;

}

#sidebar {
width: 209px;
margin: 0;
background: transparent url(layout/sidefill.jpg) top right no-repeat;
padding: 0 0 30px 11px;
position: relative;
height: 750px;
}

#text {
margin: 0 74px 0 0;
width: 550px;
float: right;
display: inline;
padding: 0 0 18px 0;
background: transparent url(layout/textend.jpg) bottom right no-repeat;
position: relative;
/*clear: right;*/
overflow: visible;
}

#text p {
margin: 0;
padding: 6px 0;
}

a {
color: #b4340d;
}

a:hover {
color: #fee1ae;
}


.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
text-align: center;
margin: 0 auto;
width: 900px;
background: transparent url(layout/footerfill.jpg) top left no-repeat;
clear: both;
color: #9a8f70;
font-size: 10px;
}

#footer a {
color: #9a8f70;
text-decoration: none;
}
#footer a:hover {
color: #000;
}

#footer p {
padding: 30px 0 22px 0;
margin: 0;
}

ul {
list-style: square;
margin: 2px 0;
}

/* some style stuff */

#text h1 {
font: 600 46px helvetica, verdana, arial, sans-serif;
background: #94BDC3 url(layout/h1fill.jpg) top left repeat-x;
margin: 8px 0 8px -16px;
padding: 0;
color: #000;
width: 500px;
position: relative;
}

#text h2 {
font: 400 24px georgia, palatino, "palatino linotype", serif;
margin: 10px 0 5px 0;
padding: 0 0 0 18px;
background: #93bdc2 url(layout/h2fill.jpg) center left no-repeat;
color: #000;
}

#text h3 {
font: 600 17px georgia, palatino, "palatino linotype", serif;
margin: 8px 0 4px 0;
color: #000;
}

.fl {
float: left;
margin: 0 8px 5px 0;
display: inline;
}

.fr {
float: right;
margin: 0 0 5px 8px;
display: inline;
}

.cr { clear: right; }
.cl { clear: left; }
.cb { clear: both; }

.validation-advice { background: #fff; padding: 3px; color: red; }
.block{display:block; width:140px;text-align:center}
.bb {
border: 2px solid #006156;
background: #FDAB47;
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;
}

#altmenu{
border: 2px solid #BCE6FC;
background: #1F4D9A;
padding: 6px;
text-align: center;
}

#altmenu a{
color: #fff;
}

#logo {
position: absolute;
top: 9px;
left: 20px;
background: transparent url(layout/spanfill.gif) top left no-repeat;
}

/* sitemap & staff */

#sitemap dt, .staffdl dt { font-weight: 600; }
#sitemap dd, .staffdl dd { padding: 1px 0 1px 12px; margin: 0; }


/* links page */

#links { text-align: center;}
#links td { padding: 8px; line-height: 14px;}
#links img { display: block; width: 150px; margin: 0 auto -10px auto; }

/* 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;
}





