/* CSS Document */

html{
overflow:scroll;
}

* ul{
margin:0;
padding:0;
}

* li{
list-style:none;
}

* a{
text-decoration:none;
}

* p{
width:620px;
margin:0;
padding:15px;
}

body{
width:902px;
height:auto;
margin:0 auto;
padding:20px 0 0 0;
background-image:url(../img/body.jpg);
}

#all{
width:900px;
height:auto;
border:1px solid #000000;
}

#head{
width:900px;
height:105px;
margin:0 auto;
padding:0;
background-image:url(../img/head.jpg);
background-repeat:no-repeat;
}

#logo{
}

#logo img{
border:0;
}

#main{
width:900px;
height:auto;
margin:0;
padding:0;
background-image:url(../img/main.jpg);
background-repeat:repeat-y;
}

#left{
float:left;
width:250px;
height:auto;
margin:0;
padding:0;
}

#lmenu{
width:250px;
height:auto;
margin:0;
padding:0;
}

#lmenu li{
width:250px;
height:30px;
line-height:30px;
margin:0;
padding:0;
}

#lmenu a{
display:block;
width:210px;
height:30px;
color:#ccc;
padding:0 0 0 40px;
}

#lmenu a:hover{
display:block;
width:210px;
height:30px;
color:#000;
padding:0 0 0 4px;
font-weight:bold;
}

#right{
float:right;
width:650px;
height:auto;
margin:0;
padding:0;
}

#text{
width:650px;
height:auto;
margin:0;
padding:0;
color:#CCCCCb;
}

.list{
width:500px;
height:auto;
margin:0;
padding:0;
}

.list li{
width:500px;
height:30px;
line-height:30px;
}

#foot{
clear:both;
width:650px;
height:50px;
line-height:50px;
font-size:12px;
color:#dddddd;
text-align:center;
margin:0 auto;
padding:0 0 0 250px;
background-image:url(../img/foot.jpg);
background-repeat:no-repeat;
}

h1{
color:#CCCCCC;
margin:0 0 0 0;
padding:3px 0 0 3px;
font-size:12px;
}

h2{
width:630px;
height:40px;
line-height:40px;
color:#dddddd;
margin:0 0 10px 0;
padding:0 0 0 20px;
background-image:url(../img/h2line.jpg);
background-repeat:no-repeat;
}

h2 a{
width:630px;
height:40px;
line-height:40px;
color:#dddddd;
margin:0 0 10px 0;
padding:0 0 0 20px;
}

h3{
width:600px;
height:30px;
line-height:30px;
margin:0 auto;
padding:0 0 0 10px;
border-bottom:1px solid #bbbbbb;
}
.cl {clear:both;}

.link a{
color:#ccc}