
#layout, #left, #right, #rtop, #rmiddle
{
float:left;
display:inline;
}

#layout
{
clear:both;
width:950px;
}


#left
{
width:196px;
height:500px;
}

#right
{
width:600px;
height:500px;
}

#rtop
{
clear:both;
width:640px;
height:65px;
border-bottom: 2px solid #8D8D8D;
}

#rmiddle
{
clear:both;
width:750px;
height:400px;
margin:20px 0px 0px 0px;
}

#npnavi
{
clear:both;
float:left;
display:inline;
width:600px;
margin: 10px 0px 5px 0px;
}

#homeleft
{
float:left;
display:inline;
width:400px;
overflow:hidden;
}


#homeright
{
float:left;
display:inline;
width:280px;
overflow:hidden;
margin-left:20px;
}