/* delaware */ 

html, body {
margin : 0;
padding : 0;
text-align : center;
background-color : #282828;
font-family: "Courier New";
color:#02b0e6;
}

#pagewidth {
width : 920px;
text-align : left;
margin-left : auto;
margin-right : auto;
}

#header {
margin-top : 50px;
position : relative;
height : 160px;
width : 100%;
background-image : url(../img/header_bg.png);
}

#maincol {
position : relative;
background-image : url(../img/middle.png);
min-height:900px;
}

#content {
margin-left:220px;
padding-top:20px;
}

#wholemenu {
float:left;
padding-top:20px;
margin:1em 3%;
width: 170px;
}

#contentdetailspic {
float:left;
padding-left:30px;
padding-top:20px;
height:180px;
width: 220px;
}

#contentdetailsdescription {
padding-top:20px;
width: 400px;
margin:100px;
}




#footer {
height : 75px;
clear : both;
background-image : url(../img/footer.png);
margin-bottom:50px;
}

#menutop {
height : 15px;
background-image : url(../img/menu_top.png);
width : 170px;
margin-left : 20px;
}

#menucontent {
background-image : url(../img/menu_middle.png);
width : 170px;
margin-left : 20px;
font-family : Verdana, Arial;
color : #ffffff;
font-size : 10px;
}

#menufoot {
height : 15px;
background-image : url(../img/menu_foot.png);
width : 170px;
margin-left : 20px;
}

a:link, a:visited {
font-family : verdana;
color : #ffffff;
text-decoration : none;
}

.clearfix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}

.clearfix {
display : inline-block;
}

* html .clearfix {
height : 1%;
}

.clearfix {
display : block;
}
.clearfix {
display : inline-block;
}

* html .clearfix {
height : 1%;
}

.clearfix {
display : block;
}
img {border:0px;}
