@charset "utf-8";
/* by FRESHMEDIA */

body  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(/images/bg_page.jpg);
	background-repeat: repeat-y;
	background-position: center;
	*background-position: -180px;
}

#wrapper {
	width: 960px;
	height: 560px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-image: url(/images/bg_mast.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* LEFT */
#column {
	float: left; 
	width: 220px;
}

#logo {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 240px;
}

#leftbanners {
	margin-top: 72px;
	*margin-top: 0px;
	position: relative;
}
	
#leftbanners img {
	margin-top: 9px;
	*margin-top: 8px;
}
#leftbanners #counter {
	background-image: url(/images/bnr-s_counter.png);
	background-color: #8dc63f;
	background-repeat: no-repeat;
	padding-top: 34px;
	margin-top: 8px;
	width: 240px;
	height: 50px;
	*height: 10px;
}


/* RIGHT */
#container {
	float: right;
	width: 710px;
}

#bannerad {
	height: 80px;
	width: 468px;
	margin: 6px 20px 9px 230px;
}

ul {
list-style: none;
}

#menu {
	width: 696px;
	height: 40px;
	margin: 0 0 0 265px;
	padding: 6px;
	overflow: visible;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	z-index: 20;
}

#menu a	{
	text-decoration: none;
	color: #FFF;
}

#mainPic {
	width: 710px;
	float: right;
	height: 424px;
	margin-left: 10px;
	margin-top: 10px;
	z-index: 10;
	position: relative;
	border: none;
	margin-bottom: 10px;
	margin-right: 0px;
}
#mainPic #ticker {
	height: 60px;
	margin-top: -420px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 1.15em;
	width: 710px;
	color: #333333;
}
#mainPic #ticker #marquee1 {
	background-image: url(/images/pxl_yellow.png);
	background-repeat: repeat;
	padding: 5px;
}
#ticker #marquee1 a {
	color: #000;
	text-decoration: none;
}

#sidebar-right {
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	z-index: 110;
	position: absolute;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 470px;
	height: 180px;
}
#sidebar-right img {
	margin-bottom: 10px;
}


#content {
	width: 710px;
	float: right;
}
#content a:link,
#content a:visited,
#content a:active {
	color: #BB9631;
	font-weight: bold;
}

#content a:hover {
	color: #336699;
	font-weight: bold;
}
#content h2 {
	font-size: 1.8em;
	display: block;
	height: 40px;
	*height: 25px;
	width: 670px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 10px 0 0 0;
	*margin: 8px 0 0 0;
    padding: 10px 20px 10px 20px;
	background-image: url(/images/pxl_grn.png);
}
#content h3 {
	font-size: 1.75em;
	font-weight: bold;
	color: #BA9531;
	margin-top: 10px;
	letter-spacing: -0.05em;
}


#content #text {
	font-size: 0.9em;
	padding: 20px;
}

#content img {
	border: 5px solid #8DC63F;
	margin: 5px;
}

#content .intro {
	color: #726658;
	font-weight: normal;
	font-size: 1.25em;
	text-decoration: none;
	line-height: normal;
}
#content .hilite {
	color: #669933;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
}
#content  p {
	margin-top: 10px;
}

#content td {
	text-align: center;
	font-size: 0.95em;
}

#content th {
	text-align: center;
	background-color: #C4BBB2;
	font-size: 0.85em;
	font-weight: bold;
}

/* FOOTER */
#footer {
	position: relative;
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#footer p {
	padding: 10px 0; 
}
#footer #sponsors {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #8DC63F;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8DC63F;
	margin: 0px;
	width: 960px;
	float: left;
	overflow: visible;
	position: relative;
}

#footer #sponsors img {
	display: inline;
}

#footer #copyright {
	float: left;
	text-align: left;
	font-size: 0.8em;
	color: #726658;
	margin-top: 10px;
	width: 400px;
}
#footer #copyright a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


#footer #credits {
	float: right;
	text-align: right;
	font-size: 0.7em;
	color: #654;
	margin-top: 10px;
	width: 480px;
}
#footer #credits p {
	color: #666;
	font-weight: bold;
	background-color: #EEE;
	padding: 8px;
}

#footer #credits a {
	color: #654;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
