@import url(/css/global.css);
body{
        background-color:#e3e3e3;
        padding:0px;
        margin:0px;
        font-size:12px;
}
td {
     font-size: 12px;
}
#container{
        width:874px;
        margin-left:auto;
        margin-right:auto;
        background: url(/layout/mitt.gif);
}
#top{
        height:52px;
        width:874px;
        background: url(/layout/top.gif);
}
#header{
        width:769px;
        height:161px;
        margin-left:auto;
        margin-right:auto;
        border:1px solid #333333;
}
#menu{
	text-align: center;
        width:769px;
        height:26px;
        margin-top:0px;
        margin-left:51px;
        padding:0px;
        padding-top:13px;
        border-left:1px solid #333333;
        border-right:1px solid #333333;
        border-bottom:1px solid #333333;
        background: url(/layout/menu.gif);
}
#menu li{
        display: inline;
        list-style-type:none;
}
#menu a{
	text-align: center;
        font-size: 16px;
	font-weight: bold;
        text-decoration:none;
        padding-left:12px;
        padding-right:10px;
        padding-top:9px;
        padding-bottom:10px;
        color:#333333;

}
#menu a:hover{
        color:#000000;
        background-color:#e4e4e4;
}
a#Active {
	border-left: 1px solid #bdbebe;
}
#menu #Active {
        color:#000000;
        background-color:#e4e4e4;
}
#main{
        width:769px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        padding-top:5px;
}
#bottom{
        height:51px;
        width:874px;
        background: url(/layout/bottom.gif);
}
#footer {
        width:874px;
	text-align: center;
	margin: 0 auto;
        color:#777777;
}
#footer a {
        color:#777777;
}

