body {
	background-color: #FAFAFA;
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Lucida Sans Unicode', sans-serif;
}

.container{ 
    margin: 0 auto; 
    padding: 0; 
}


#header {
	color: #fff;
	background-color: #222222;
	padding: 30px;
	font-size: 20pt;
	font-weight:700;
	border-bottom: 3pt solid #6DB33F;
	height: 32px;
}

#title {
    color: #fff;
	width: 600px;
    font-weight:600;
    float:right;
    text-align:right;
}


#top-logo {
    float: left;
	width: 340px;

}

.wrap {
    width: 940px;
    margin: 0 auto;
    padding: 0;
}


.main {
    float:left;
    width: 450px;
    height:380px;
	padding: 0;
    color: #333333;
/*    height: 560px;*/
    font-size: 14pt;
    font-weight: normal;
}

.left {
	float: right;
	width: auto;
    height: 390px;
	padding: 0;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
    font-size: 14px;
}

#footer {
    height: 100px;
    text-align:center;
    color: #999999;
    background-color: #141414;
    font-family: 'Lucida Sans Unicode' , sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
}

#bottom {
    color: #999999;
    background-color: #141414;
}

#w-content {
    height: 380px;
    padding-bottom: 15px;
}



#icon img {
    margin:5px 18px;
}
