/// SLIM BASE STRUCTURE 
/// dont change this
html{margin:0px;padding:0px; background-color:#f1c287}
body{margin:0px;padding:0px; background-color:#f1c287; font-family: Arial}
#container{margin:auto;width:1218px; background-color:#48481e;}
#header{background:url(imgs/head.jpg) no-repeat;height:302px;margin:0px}
#leftc{background:url(imgs/left.jpg) no-repeat;min-height:380px;height: 380px;width:241px; background-color:#48481e;float:left;}
#rightc{background:url(imgs/content.jpg) no-repeat;background-color:#ffd7a4;min-height:400px; width:976px; float:left;}
#footer{background:url(imgs/footer.jpg) no-repeat;height:52px; top:100px; vertical-align:bottom}
#colums{min-height:380px;}
#content{background:url(imgs/content.jpg) no-repeat;background-color:#ffd7a4; padding:5px 0 10px 50px;}
#text{padding:10px;}
ul{margin:0;padding:0}
li{margin:0;padding:0}
#nav li{border:none;float:left; list-style:none;margin-right:12px;}
a img{border-top:none;border-left:none;border-right:none;border-bottom:3px solid #ffd7a4}
a:hover img{border-bottom:3px solid #48481e}


a .menu_current img{border-bottom:0px solid #48481e}

/// CONTENT
/// custom definitions 

p{}
h1{}
h2{}
a{}
em{}
