/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body{
background:#fff;
}
h1{
font-size:120%;
width:100%;
margin-bottom:10px;
}
h2{
font-size:110%;
margin-bottom:10px;
}
p{
margin-bottom:20px;
}
#wraper{
width:800px;
margin:0 auto;
overflow:auto;
}
#header{
width:739px;
margin:0 auto;
border-bottom:1px solid #000;
padding-bottom:10px;
}
#left_menu{
margin-top:10px;
width:130px;
float:left;
}
#left_menu a{
display:block;
margin-bottom:20px;
}
#content{
margin:10px 10px 0 10px;
float:left;
width:535px;
border-bottom:1px solid;
}
#right_menu{
margin-top:10px;
width:113px;
float:left;
}
#right_menu table{
float:right;
}
#right_menu img{
margin-bottom:10px;
}
#footer{
clear:both;
padding:10px 10px 30px 10px;
text-align:center;
}
p a.banners{
text-align:center;
display:block;
margin-bottom:10px;
}
#footer ul{
list-style:none;
overflow:auto;
margin:0 auto;
width:80%
}
#footer li{
float:left;
padding:0 10px;
font-size:80%;
border-right:1px solid #000;
}
#footer li#lost{
border-right:none;
}


