@charset "UTF-8";
/* CSS Document */

body {margin:0px; background:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size:16px; font-weight:bold; color:#FFCC00; }
.brand_text {font-size:14px; font-weight:bold;}
#stage {margin:0px auto; background:url(../images/main_bgd.jpg) repeat-x; width:766px; height:auto;}
/*column containers */
#left_column {width:200px; float:left; text-align:center; }
#right_column {width:540px; float:right; padding:10px; color:#FFFFFF; font-size:12px;  }
#contact_column {width:540px; float:right; padding:10px; color:#FFFFFF; font-size:12px; background:url(../images/contact_lawn.png) right top no-repeat;  }


#nav_bar {width:766px; height:38px; text-align:center; padding-top:15px; font-size:12px;}
#footer {background:url(../images/footer_bgd.jpg) center no-repeat; width:746px; height:14px; clear:both; color:#FFFFFF; padding:50px 10px 10px 10px; text-align:center; font-size:10px;}

 a:link {color:#FFFFFF; text-decoration:none;}
 a:visited {color:#FFFFFF;   text-decoration:none;}
 a:hover {color:#FFCC00;  text-decoration:none;}

ol#navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	width:766px;
	line-height:13px;
	text-align:center;
	
}

ol#navigation li {
    background:url(../images/nav_bgd.jpg) 100% 0;
    float: left;
	width:134px;
	margin:0px 1px;
}

ol#navigation a {
    background:url(../images/nav_bgd.jpg) 100% 0;
    color:#FFFFFF;
    display: block;
    float: left;
    text-decoration: none;
	width:134px;
	padding:12px 0px;
}
ol#navigation a:hover {
color:#CC9900;
}

ol#navigation li.current {
    background-position: 0 -37px;
	width:134px;
	
}

ol#navigation li.current a {
    background-position: 100% -37px;
    color:#000000;
    font-weight: bold;
	width:134px;
}
