body {
    margin:0px;
    padding:0px;
    font-family:Verdana,Arial,sans-serif;
    background-image:url(back.png);
}
img {
    border:0px;
}
a:link, a:visited, a:active {
    color:#111111;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
div.left {
    position: absolute;
    width:20px;
    height:47px;
    top:35px;
    right:420px;
    z-index:110;
        background-image:url(left.png);
}
div.right {
    position: absolute;
    width:20px;
    height:47px;
    top:35px;
    right:0px;
    z-index:100;
        background-image:url(right.png);
}
div.portfolio {
    position: absolute;
    width:400px;
    height:130px;
    top:0px;
    right:20px;
    z-index:90;
        background-image:url(back2.png);
}
h1 {
    margin:0px;
    padding:0px;
    font-size:58px;
    font-weight:normal;
    color:#f2f2f2;
    position:absolute;
    left:0px;
    bottom:-2px;
    text-shadow: 0.1em 0.1em 0.05em #333;
}
div.menu {
    width:900px;
    margin:0px auto;
        height:40px;
        margin-top:15px;
}

a.menuitem {
   display:inline-block;
   margin-right:10px;
   padding:8px 13px 0px 13px;
   font-size:16px;
   color:#fff;
    background-image:url(back.png);
}

div.top {
    width:100%;
    height:150px;
    margin:0px;
    padding:0px;
    background-image:url(back.png);
}
div.topwrapper {
    width:920px;
    height:150px;
    margin:0px auto;
    position:relative;
    background-repeat:repeat-x;
    background-position:bottom;
    overflow:hidden;
    background-image:url(bg_top.png);
}
div.content {
    width:900px;
    margin:0px auto;
    overflow: hidden;
    margin-top:30px;
}

div.content div.left2 {
    width:252px;
    float:left;
    padding-right: 70px;
    border-right:solid 1px #eee;

}
div.content div.center {
    width:252px;
    float:left;

}

a.btn {
    width:240px;
    height:18px;
    position:absolute;
    bottom:0px;
    left:0px;
    font-size:11px;
    padding-top:5px;
    color:fff;
    text-align:right;
    font-weight:bold;
    padding-right:10px;
}
div.content div.right2 {
    width:252px;
    float:right;

}


h2 {
    margin:0px;
    font-size:26px;
    color:#fff;
    font-weight: normal;
}