body{height:100%;}
body { 
    background: rgb(250, 246, 247); 
    margin:0px;
    padding:0px;

} 
div.cleaner{
	clear:both;
	height:1px;
	overflow:hidden;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    margin-top: 25px;
    background: #FFFFFF;
	height:434px; 
}

#left {
    float: left;
    z-index:10000;
    width: 220px;
    padding-left: 30px;
}

#right {
    width: 650px;
    margin-left: 280px;
    padding-right: 30px;
}
#content{
    overflow:hidden;
	margin-top:0px;
	height:434px;
}
#content-body{
	position:relative;
}
#content p, #content ul
{
text-align:justify;
padding-right:80px;
}
#logo {
    border-bottom: 1px solid #373940;
    padding: 20px 0;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

#logo img {
    width: 170px;
}

#homeimg {
    width: 650px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #87898D;
}

.clear {
    clear: both;
}

#footer{
	width:100%; text-align:center;color:#818181; padding-top:10px;
}
