You are on page 1of 3

@charset "utf-8";

/* CSS Document */
body{
font:"Times New Roman", Times, serif;
font-size:12px;
line-height:20px;

#wrap{
width:960px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#header{
width:960px;
height:200px;
border:1px solid #000;
background-image:url(baru.jpg);
}

#menu {
width:960px;
height:30px;
border:1px solid #000;
margin-top:5px;
position:relative;
background-color:#03F;
}

#menu ul {
margin: 3px;;
padding: 0;
position:absolute;
}

#menu ul li{
border:1px solid#000;
list-style:none;
float:left;
text-align:center;
margin:3px;
}

#menu ul li a{
text-decoration:none;
color:#000;
float:left;
}

#menu ul li a span{
padding:6px 20px 7px;
}

#menu ul li a:hover{
background-color:#FFF;
}

#menu ul li:hover ul {
display:block;

#menu ul ul{
display: none;
position: absolute;
margin-top:25px;
}

#menu ul li ul li {
background:#03F;
display: block;
}
#menu ul li ul li a {
display:block;
}
#menu ul li ul li:hover {
background-color:#03F;
}

#leftbar{
width:300px;
height:10px;
margin-top:5px;
float:left;
background-color:#F90;
}
#box{
width:300px;
height:auto;
margin-top:5px;
}
#title{
width:100%;
height:30px;
background-color:#F90;
margin-bottom:2px;
}
#content-box{
width:298px;
height:172px;
border:1px solid#000;
background-color:#C00;
margin-top:5px;
}

#rightbar{
width:650px;
height:auto;
margin-top:5px;
float:right;
}
#top-right{
width:100%;
height:auto;
margin-bottom:5px;
}
#content-top-right{
width:100%;
height:232px;
border:1px solid#000;
}
#banner{
width:100%;
height:130px;
border:1px solid#000;
margin-bottom:5px;
}
#midle-right{
width:100%;
height:auto;
margin-bottom:10px;
}
#left-mr{
width:210px;
height:250px;
float:left;
}
#center-mr{
width:210px;
height:250px;
float:left;
margin-left:15px;
}
#right-mr{
width:210px;
height:250px;
float:right;
}
#content-left-mr{
width:100%;
height:200px;
border:1px solid#000;
}
#footer{
width:960px;
height:100px;
border:1px solid#000;
float:left;
margin-top:5px;
}

You might also like