body {
margin: 0;
padding: 40px;
color: #000;
background: #FFFEFC;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
}

html {
display: block;
}

head {
display: none;
}

div {
display: block;
}

div.maincontainer {
width: 920px;
/* border: 3px solid #F3FAF2; */
margin: 0 auto;
clear: both;
box-shadow: 0 0 20px #1A1010;
}

div.header {
height: 120px;
border-bottom: 2px solid #fff;
box-shadow: 0 2px 20px #fff;
}
div.navigation {
width: 920px;
height: 10px;
border-bottom: 2px solid #ffffff;
background-color: #C2C7CC;
margin: 0;
padding: 10px 0;
}

ul.navigation {
list-style-type: none;
margin: -35px;
color: rgb(41, 44, 41);
padding-top: 32px;
}

li.navigation {
height: 26px;
font-size: 15px;
}

.contentwrapper {
float: left;
width: 100%;
/* height: 768; */
}

div.contentcolumn {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 202px;
margin-right: 20px;
}

div.contentcolumn img {
border: 1px solid #FFFFFF;
box-shadow: 0 0 5px #000000;
padding: 2px;
}

div.contentcolumndescription {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 222px;
margin-right: 20px;
height: 134px;
PADDING-bottom: 20px;
PADDING-left: 0px;
PADDING-right: 0px;
line-height: 20px;
}


div.leftcolumn {
width: 100%;
height: 450px;
height: 450px;
box-shadow: 0 2px 20px #fff;
color: rgb(97, 91, 91);

}

div.leftupper {
margin-top: 20px;

}

.footer {
clear: both;
width: 920px;
text-align: center;
height: 42px;
background: #C2C7CC;
padding: 10px 0 0 0;
box-shadow: 0 0 20px #1A1010;
}

div.powerby {
width: 190px;
height: 35px;
float: right;
}

iframe { overflow:hidden; }