
body{
margin:0;
background:#9fa0a4;
height: 100%;
width: 1300px;
font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
}

h1{
margin:0;
font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
font-size: 28px;
font-weight:normal;
}

div#left{
float: left;
width: 200px;
height: 1300px;
background-image: url(../img/leftbg.jpg);
}

div#header{
height: 50px;
}

div#navigation{
float: left;
margin-top: 100px;
width: 200px;
height: 100%;

}

div#contentcontainer{
float: left;
}
div#content{
margin: 0;
padding: 20px;
border-bottom: 1px solid #aaa;

}

div.homecontent{
background:url(../img/homecontentbg.jpg);
}

div.menucontent{
background-color: #FFFFFF;
}


div#contentheader{
clear: both;
background-image:url(../img/head.png);
height: 235px;
width: 840px;
border-bottom: 1px solid #aaa;
}
/*box*/
div#lefttopcorner{
background-image: url(../img/leftroundcorner.jpg);
width: 15px;
height: 15px;
float:left;
}
div#righttopcorner{
background-image:url(../img/rightroundcorner.jpg);
width: 15px;
height: 15px;
float:left;
}

div#topwhite{
width: 810px;
height: 15px;
background-color:#fff;
float:left;
}

div#leftbottomcorner{
background-image:url(../img/leftroundcornerb.jpg);
width: 15px;
height: 15px;
float:left;
}
div#rightbottomcorner{
background-image:url(../img/rightroundcornerb.jpg);
width: 15px;
height: 15px;
float:left;
}

div#bottomwhite{
width: 810px;
height: 15px;
background-color:#fff;
float:left;
}