html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #395FCB;
font: 12px/19px arial, verdana, tahoma, sans-serif;
color: #fff;
padding: 16px 0;
behavior: url(scripts/csshover.htc);
}

#container {
margin: 0 auto;
text-align: left;
border: 1px solid #000;
width: 770px;
background: transparent url(layout/bodyfill.jpg) top left repeat-y;
}

#header {
height: 216px;
background: transparent url(layout/headfill.jpg) top left no-repeat;
position: relative;
overflow: hidden;
}

#header #headerflash {
position: absolute;
left: 0px;

}

#header #headerflash2 {
position: absolute;
top: 168px;
left: 150px;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
min-height: 354px;
}

#sidebar {
float: right;
width: 280px;
padding: 103px 0 16px 0;
}

#text {
padding: 40px 0 30px 40px;
width: 400px;
}

a {
color: #FECF29;
}

a:hover {
color: #FF8236;
}

.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
text-align: center;
padding: 8px 0;
background: #4060c6;
clear: both;
border-top: 3px solid #000;
font-size: 11px;
}

#footer a {
color: #fff;
}
#footer a:hover {
color: #FF8236;
}


/* some style stuff */

#text h1 {
font: 600 18px helvetica, verdana, arial, sans-serif;
margin: 0 0 6px 0;
color: #fff;
}

#text h2 {
font: 600 16px helvetica, verdana, arial, sans-serif;
margin: 0 0 6px 0;
color: #fff;
}

#text h3 {
font: 600 14px helvetica, verdana, arial, sans-serif;
margin: 0 0 6px 0;
color: #fff;
}


/* 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;
}
