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

html{
overflow:auto;
overflow-y:scroll;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-color:#ffd967;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:top;
margin-top:0px;
}

#container{
width:783px;
height:500px;
}

#top{
}
#menu{
margin-top:25px;
clear:both;
background-image:url(images/menubg.jpg);
background-repeat:no-repeat;
height:65px;
text-align:left;
}

#content{
margin-top:20px;
}
#ctop{
background-image:url(images/ctop.gif);
background-repeat:no-repeat;
height:12px;
}
#cmain{
background-image:url(images/cbg.gif);
background-repeat:no-repeat;
}
#cleft{
float:left;
width:243px;
height:300px;
padding-left:10px;
}
#cright{
text-align:justify;
margin-left:265px;
padding-right:10px;

}
#crep{
clear:both;
background-image:url(images/cbgr.gif);
background-repeat:repeat-y;
text-align:justify;
}
#clb{
float:left;
width:243px;
padding-left:10px;
}
#crb{
margin-left:265px;
padding-right:10px;
text-align:justify;
}
#cbot{
background-image:url(images/cbot.gif);
background-repeat:no-repeat;
height:15px;
}

#legal{
margin-top:20px;
background-image:url(images/lbg.gif);
background-repeat:no-repeat;
background-position:center top;
height:57px;
font-size:11px;
color:#575757;
line-height:18px;
}

a.legal:visited{
color:#575757;
text-decoration:none;
}
a.legal:active{
color:#575757;
text-decoration:none;
}
a.legal:link{
color:#575757;
text-decoration:none;
}
a.legal:hover{
color:#575757;
text-decoration:underline;
}

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

#dummy{
clear:both;
}