/* CSS Document */

body
{
	background-color: #eeeeee;	
	font:11Px verdana,helvetica,sans-serif; 
	margin:0px; padding:0px;
	text-align:center;
}
img  { border:0; }

#container    { padding:0px; width:762px; margin-top:0; margin-bottom:0; margin-left:auto; margin-right:auto; text-align:left; border : 1px solid #000; background-color:#ffffff;}

#header       { }
#navigator    { border-top:5px solid #000000; border-bottom:3px solid #000000; background-color:#454545; color:#ffffff; }
#content      { padding-left:5px; padding-right:5px; margin:0px 0px 0px 160px; }
#sx           { background-color:#ff0000; float: left; width: 160px; margin: 0; padding: 0; }
#footer       { border-top:10px solid #000000; border-bottom:3px solid #000000; margin-top: 10px; background-color: #444; text-align: right; color:#ffcc33; }
#footer a:link, #footer a:visited { text-decoration: none; color :#ffcc33; }
#footer a:hover { text-decoration: none; color :#ffffff; }

#disclamer    { text-align:justify; padding:0px; width: 762px; margin-top:20; margin-bottom:0; margin-left:auto; margin-right:auto; }

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url('images/button1.gif');  border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url('images/button3.gif');}
.menu1 li.current a b {background:url('images/button3.gif') no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url('images/button2.gif');}
.menu1 li a:hover b {background:url('images/button2.gif') no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url('images/button3.gif'); cursor:default;}
.menu1 li.current a:hover b {background:url('images/button3.gif') no-repeat right top;}

.menuv {
width: 160px;
}
.menuv ul {
margin: 0;
padding: 0;
list-style: none;
}
.menuv li {
display: inline;
margin: 0;
padding: 0;
}
.menuv a:link, .menuv a:visited {
display: block;
background-color: #17191B;
color: #aaaaaa;
margin: 0;
padding: 0.3em 0.6em 0.3em 1em;
text-decoration: none;
border-bottom: 1px solid  #878888;
border-left: 10px solid #878888;
}
.menuv a:hover, .menuv a:focus, .menuv a:active{
background-color: #878888;
color: #FFFFFF;
border-left: 10px solid #ffcc33;
}
	