@import URL('structure.css');
@import URL('navi.css');

* {
margin: 0;
padding: 0;
border: 0;
}

html {
background: url(../layout/bg.jpg) repeat;
overflow: auto;
}


.clear {
clear: both;
height: 1px;
font-size: 1px;
line-height: 1px;
}

.invisible{
display:none;
}

#wrap{
width: 800px; 
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto; 
padding-bottom:20px;
}

#head{
width:800px;
height:431px;
margin-top:20px;
background: url(../layout/head_new.jpg)
}

#content{
width:800px;
min-height:100px;
background:#fff;
padding-bottom:10px;
}

#innercontent{
width:780px;
margin-left:10px;
min-height:200px;
background: url(../layout/innercontent1.jpg) no-repeat #c6c6c6;
padding-bottom:30px;
}

#foot{
width:800px;
height:20px;

}


#right_content{
float:right;
width:210px;
margin-top:50px;
}

							
