body{
background:#d8d8d8;
font-family:Arial, sans-serif;
}
.main-table{
width:1000px;
margin:20px auto;
background:#ffffff;
border:1px solid #999;
}
.header{
background:#bdbdbd;
text-align:center;
height:80px;
}
.header h1{
margin:0;
padding-top:20px;
}
.left-menu{
width:120px;
background:#d0d0d0;
vertical-align:top;
padding:20px;
}
.left-menu a{
text-decoration:none;
color:#000;
}
.content{
width:620px;
vertical-align:top;
padding:25px;
}
.content h2{
text-align:center;
}
.content p{
text-align:justify;
line-height:1.5;
}
.inner-table{
width:100%;
margin-top:20px;
}
.inner-table td{
vertical-align:top;
padding:15px;
text-align:center;
}
.sidebar{
width:260px;
background:#efefef;
vertical-align:top;
padding:20px;
}
.sidebar h3{
text-align:center;
}
.footer{
background:#d0d0d0;
text-align:center;
padding:10px;
}