 <style type="text/css">
body {

background-color:blue;
margin: 0;
padding: 0;
color:#000;
}

ul{
/* list-style-type:upper-roman; */
list-style-image:url(images/vue.gif);



}


#wrapper {
background-color:white;

width:1052px;
margin:0 auto;
border-radius:5px;
}


#header {
height:200px;
border:1px solid #0000A0;
display:flex;
border-bottom:10px;
margin-bottom:30px;
border-radius:5px;
}
#header.logo{

float:left;
width:200px;
border:1px solid blue;
}
#header.banner{

float:left;

}
h1,h2,h3,h4,h5,h6
{
background-color:#0000A0;
color:#FFF;
margin-top:0px;
text-align:center;
border-radius:5px;
}
p{
text-indent:70px;
padding:10px;

}
 #side1 {
width:200px;
float:left;
padding:10px;
border-radius:5px;

}
#side11{
border:1px solid #0000A0;

margin-bottom:20px;
padding:0px;
border-radius:5px;

}

#side12{
border:1px solid #0000A0;
margin-top:20px;
margin-bottom:20px;
border-radius:5px;
} 

#side13{
border:1px solid #0000A0;
margin-top:20px;
margin-bottom:10px;
border-radius:5px;
} 
 
 
 #side1 ul {
list-style:none;
}

#side1 ul li a {
display:block;
text-decoration:none;
border-bottom:1px solid #0000A0;
margin:0;
padding:0;
}

#side1 ul li a:link {
color:#000;
}

#side1 ul li a:visited {
color:#800000;
}


#side1 ul li a:hover{
background-color:#0000A0;
color:#FFF;
}


#side1 ul li a:active{
color:#000080;
}

#side2 {
width:200px;
float:right;
border-radius:5px;
margin-bottom:10px;
}



#side21 {
width:200px;
float:right;
border:1px solid #0000A0;
border-radius:5px;
margin-bottom:10px;
}

#side22 {
width:200px;
float:right;
border:1px solid #0000A0;
border-radius:5px;
margin-bottom:10px;

}

#side23 {
width:200px;
float:right;
border:1px solid #0000A0;
border-radius:5px;
margin-bottom:10px;

}
#side24 {
width:200px;
float:right;
border:1px solid #0000A0;
border-radius:5px;
margin-bottom:10px;

}

#content {

margin-right: 220px;
margin-left: 220px;
border:1px solid #0000A0;
border-radius:5px;
}

#footer {
clear:both;
border-top:3px solid #000;
background-color:#0000A0;
color:#FFF;
text-align:center;
margin-top:20px;
border-radius:5px;
}
#footer.footer-right{

float:right;
}
</style> 