body {
background:url(../images/bgleft1.jpg) top left repeat-y;
font-family: "Trebuchet MS";
}
#wrapper{
width:100%;
}
#header{
height:100px;
width:500px;
float:left;
margin-left:60px;
background:url(../images/header.jpg) top left no-repeat;
}
#content{
padding:8px;
font-size:14px;
background-color:#fff;
float:left;
width:600px;
background:url(../images/bgbody.jpg) bottom right no-repeat;
}
h1{
font-size:25px;
text-align:center;
}
h2{
font-size:20px;
border-bottom:2px solid #459;
border-left: 5px solid #459;
padding-left:5px;
background-color:#eef;
}
h3{
color:#999;
font-size:20px;
text-align:center;
}
h4{
color:#555;
font-size:18px;
border-bottom:2px solid #999;
margin:20px 0 5px 0;
background-color:#eee;
}
.container{
border:2px solid #eee;
}
p{
border:2px solid #eef;
padding:3px;
}
p2{
border:2px;
padding:3px;
}
#left-nav{
margin-top:100px;
width:180px;
height:300px;
float:left;
}
#content ul {
float:left;
padding-right:100px;
}
div#footer p2{
float:right;
width:80%;
margin:0;
padding:0;
border:0;
border-bottom:5px solid #eef;
text-align: center;
font-size: 10px;
}
#left-nav ul{
list-style-type:none;
margin:0;
padding:0;
}

#left-nav ul li a{
text-decoration:none;
color:#fff;
border-left:5px solid #fff;
padding-left:5px;
border-bottom:1px solid #ddd;
}
#left-nav ul li a:hover{
border-left:8px solid #007;
border-bottom:1px solid #007;
}
#content2 {
padding:8px;
font-size:14px;
float:left;
width:600px;
background:#fff url(none) no-repeat right bottom;
}

