
#outline {
width : 760px ;
text-align : left ;
border : solid 3px #8080ff ;
}
.margin {
margin : 10px ;
}
.header {
height : 80px ;
background : #8080ff ;
color : #000000 ;
text-align : center ;
padding-top : 10px ;
}
.header2 {
background : #ffffff ;
padding : 5px ;
}
.main {
width : 355px ;
height :550px ;
margin-left : 10px ;

background : #ebebeb ;
padding-left : 10px ;
float : left ;
border : solid 1px #8080ff ;
}
.main2 {
width : 545px ;
margin-left : 10px ;

background : #ebebeb ;
float : left ;
border : solid 1px #8080ff ;
}
.side {
width : 180px ;
height : 550px ;
background : #ebebeb ;
float : left ;
border : solid 1px #8080ff ;
}
.side2 {
width : 170px ;
background : #ffffff ;
float : right ;
}
.c-both {
clear : both ;
}
.footer {
height : 20px ;
background : #8080ff ;
text-align : center ;
}



