/* CSS Document */

div{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}

h3{
font-size:13px;
}

h4{
font-size:10px;
color:#CCCCCC;
}

h6{
font-size:12px;
line-height:0px;
color: #fff;
padding:0;
margin:0;
}


p{
font-size:12px;
}


img{
border:none;
}


body{
background-color:#EEEEEE;
}

div#container{
border-style:solid;
border-color:#000000;
border-width:0px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
width:800px;
height:575px;

}

div#left{
float:left;
width:200px;
height:575px;
}

div#right{
float:right;
width:600px;
}

div#logo{
float:left;
height:130px;
width:200px;
overflow:hidden;
}

div#menu{
float:left;
height:265px;
width:200px;
background-image:url(img/menubg.gif);
text-align:center;
overflow:hidden;
}


div#lowerleft{
float:left;
height:230px;
width:200px;
background-image:url(img/leftbg.gif);
}

div#bottomleft{
float:left;
height:25px;
width:200px;
background-image:url(img/btmleft.gif);
}


div#stage{
float:left;
height:375px;
width:600px;
overflow:hidden;

}

div#txtbox{
float:left;
height:250px;
width:550px;
background-image:url(img/txtbg.gif);
padding-left:20px;
padding-right:30px;
}

div#footer{
padding-top:5px;
float:right;
height:20px;
width:600px;
background-image:url(img/foot.gif);
font-size:9px;
text-align:center;
}

a{text-decoration:none;}
a:link {color:#cc0000}
a:visited {color: #990000}
a:hover {color: #666666}
a:active {color: #666666}
