html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #333 url(layout/bodyfill.jpg) top left repeat-x;
font: 14px/20px arial, verdana, tahoma, sans-serif;
color: #fff;
padding: 20px 0;
}

#container {
text-align: left;
margin: 0 auto;
width: 850px;
background: #084770 url(layout/containerfill.jpg) top left repeat-y;
}

#header {
height: 297px;
background: transparent url(layout/headerfill.jpg) top left no-repeat;
position: relative;
}

#innerhead {
width: 817px;
margin: 0 0 0 15px;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
min-height: 300px;
}

#sidebar {
width: 190px;
margin: 0 0 0 20px;
}

#text {
float: right;
margin: 0 70px 0 0;
display: inline;
width: 530px;
}

a {
color: #00EAFF;
text-decoration: none;
}

a:hover {
color: #FF2F41;
}

a.homepage {
width: 430px;
height: 170px;
display: block;
}

a.tlink {
width: 330px;
height: 60px;
display: block;
position: absolute;
top: 0;
right: 0;
}


#footer {
text-align: center;
background: #084770 url(layout/footfill.jpg) top left no-repeat;
clear: both;
font-size: 10px;
color: #fff;
line-height: 11px;
height: 60px;
}

#subfooter {
text-align: center;
background: #333;
font-size: 10px;
color: #fff;
line-height: 11px;
padding: 8px 0 0 0;
}


#subfooter a {
color: #fff;
}
#subfooter a:hover {
color: #e56970;
}


/* some style stuff */

#text h1 {
font: 400 55px times, "times new roman", serif;
margin: 12px 0 0 0;
color: #fff;
padding: 0;
height: 55px;
}


#text h2 {
font: 600 16px helvetica, verdana, arial, sans-serif;
padding: 6px 0;
color: #fff;
}

#text h3 {
font: 600 14px helvetica, verdana, arial, sans-serif;
padding: 4px 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 #fff;
background: #084770;
padding: 3px;
}

#homeside {
float: right;
width: 185px;
margin: 0 0 0 14px;
}

/* 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;
}





