@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}
img{
border:none;
}

html, body{
text-align:center;
color:#999999;
background:#550000 url(/common/img/body_bg.jpg) fixed repeat-x;
}
a:link, a:visited{
color:#ffffcc;
text-decoration:none;
}
a:hover{
color:#ffffcc;
text-decoration:underline;
}

#header{
width:990px;
margin:auto;
height:205px;
/*
background:url(/common/img/head_bg.png) no-repeat;
  _behavior: url(/js/iepngfix.htc);
*/
  position:relative;
  top:0px;
}
#header h1{
font-size:12px;
text-align:right;
color:#999966;
font-weight:normal;
padding:4px;
  position:relative;
  top:0px;
z-index:1;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover{
color:#999966;
text-decoration:none;
}
#header img{
  position:relative;
  top:0px;
display:block;
float:right;
z-index:1;
}
#header #headswf{
position:absolute;
top:0px;
left:0px;
z-index:0;
}
#container{
width:988px;
margin:auto;
border:1px solid #896852;
border-bottom:none;
}
#stage{
width:988px;
padding-top:5px;
margin:auto;
background:url(/common/img/main_bg.png) repeat-y;
  _behavior: url(/js/iepngfix.htc);
}
#stage h2{
width:978px;
height:48px;
margin:auto;
  _behavior: url(/js/iepngfix.htc);
text-align:left;
text-indent:-10000px;
}

#container #footer{
border-top:1px solid #896852;
width:988px;
margin:auto;
height:200px;
color:#999966;
background:url(/common/img/foot_bg.png) no-repeat;
  _behavior: url(/js/iepngfix.htc);
}
#container #footer ul{
color:#999966;
list-style-type:none;
text-align:ceter;
padding:20px;
}
#container #footer ul li{
display:inline;
font-size:12px;
}
#container #footer a:link, #container #footer a:visited{
color:#999966;
text-decoration:none;
}
#container #footer a:hover{
color:#999966;
text-decoration:underline;
}
#container #footer address{
text-align:center;
font-size:12px;
padding-top:70px;
font-style:normal;
}




* html .iepngfix {
  _behavior: url(/js/iepngfix.htc);
}

.clr{
clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */
