/* CSS Document */
body{font-size:12px}
#head {
 width:960px;
}
#main { text-align:left; width:960px;}
#left_left {
float:left;
width:180px;
}
#left_right {
float:right;
width:750px;
}
#bottom { clear:both; width:960px;}


#midle_left {
float:left;
width:180px;
}
#midle_midle {
float:left;
width:580px;
margin-left:10px;
}
#midle_right {
float:right;
width:180px;
}

#right_right {
float:right;
width:180px;
padding-left:10px;
border-left:1px #CCCCCC dashed;
}
#right_left {
float:left;
width:760px;
}
#two_right {
float:right;
width:400px;
padding-left:10px;
border-left:1px #CCCCCC dashed;
}
#two_left {
float:left;
width:540px;
}

.page{margin-top:15px;}