/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
html {
    width: 100%;
}
body {
    width:100%;
    text-align:center;
	font-size:10px;
}
img, div, span, p, form, input, label, textarea, {
    margin:0px;
    padding:0px;
}
div#left_box ul{
 list-style: none; 
 margin: 0; 
 text-align:left;
 padding: 0px;
}
div#left_box li{
background-image: url('./menu_bg.png');
background-repeat: no-repeat;
height:20px;
padding:0;
padding-left:20px;
padding-top:5px;
width:200px;
margin: 0; 
}
body{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    margin:0;
    background-color:#1A1A1A;
    background-image:url('./bg2.png');
    background-repeat:repeat-x;
}

div.wrapper{
    background-image:url(./bg1.png);
    background-repeat:no-repeat;
    height:1000px;
    margin:0 auto;
    padding-top:60px;
    width:1000px;
}

div.shadow_up{
    background-image:url(./up.png);
    background-repeat:no-repeat;
    width:838px;
    height:20px;
}
div.shadow_content{
    background-image:url(./main_bg.png);
    background-repeat:repeat-y;
    width:838px;
}
div#left_box{
    float: left;
    width:200px;
    margin-right:2px;
}
div#left_box div.menu{
    background-image:url('./menu.png');
    height:35px;
}
.left_menu_link{
    text-decoration: none;
    font-weight: bold;
    color: #494747;
}
td.header{
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.input { background-image:url(inputbg.png);
			height:25px; width:185; margin:2px; border:none; color:#999;}
