body {
    background:#fff url("../images/coloredbar.gif") repeat-x;
    margin:0;
    padding:0;
    font:.75em Tahoma;
    color:#454A51;
}
#wrap-header {
    width:100%;
	height:140px;
    margin:0 auto 10px auto;
}
	#header {
		height:75px;
		width:95%;
		margin:0 auto;
		padding:15px 0;
	}
	#notify-bar {
		float:left;
		width:100%;
		padding:3px 0;
		border-bottom:1px solid #A1B2BF;
		background-color:#777d88;		
	}
	#header-nav {
		float:left;
		width:100%;
		height:15px;
		padding:0;
		margin:-1px 0 0;
		text-align:center;
	}

	
#wrap {
    width:95%;
    margin:0 auto;
	z-index:0;
}
#col-left {
    float:left;
    width:205px;
    margin:0;
    padding:0 0 20px 0;
}
#content {
    margin:0 20px 20px 230px;
}
#footer {
    width:98%;
    clear:both;
/*    background:#E0E5E9 url(../images/bg-footer.gif) repeat-x; */
	background:url(../images/bg-footer.gif) repeat-x;
    height:50px;
    margin:10px auto;
    padding:20px 0 0;
	font:.9em Tahoma;
}
#footer #footer-content {   
    padding:0 10px 0 0;
    margin:0 auto;
	width:100%;
}
#footer #footer-content #footer-left {
    float:left;
    width:100%;
    text-align:center;
}
#footer #footer-content #footer-right {
    float:left;
    width:100%;
    text-align:center;
	margin-bottom:20px;
}