body {
	 background: url('bg.gif') left top repeat-x #608295;
}
h1 {
    margin-left: 220px;
	margin-top:0px;
	padding-top:20px;
	background:url('corner.gif') 100% 0% no-repeat;
}

a { color: #404d53; }

#content-c {
    width: 911px;
    margin: 0px auto;
	padding-top:67px;
}
#content {
}

.middle {
    margin: 0px 0px 0px 0px;
    color: black;
	background:url(c-bottom.gif) 0px 100% repeat-x #fff;
	padding-bottom:1px;
}

.top {
	height:50px;
	background:url(c-top.gif) 0px 0% no-repeat;
	
}

.bottom {
	height:190px;
	background:url(bottom.gif) 0px 0px no-repeat;
	margin-bottom:-150px;
}

.avatar {
    float: left;
	margin-left:35px;
}

.nav {
    margin: 30px 0px 30px 220px;
    height: 45px;
}
.nav a {
    display: block;
    height: 40px;
    font-size: 20px;
    padding: 0px 10px 0px 0px;
    color: #555;
}
.nav a:hover, .nav a.hover { 
    color: white; 
    background: url('nav-r.gif') transparent right top no-repeat;
    text-decoration: none;
}
.nav a span {
    display: block;
    height: 40px;
    padding: 12px 0px 0px 10px;
}
.nav a:hover span, .nav a.hover span { 
    background: url('nav-l.gif') transparent no-repeat;
}

.tabs {
    position: relative;
    margin-left: 220px;	
	padding-right:50px;
	min-height:180px;
	height:auto !important;
	height:180px;
}

.tabs .tab { 
}

#tab1 li {
    height: 75px;
    background: url('res-bg-r.gif') transparent right top no-repeat;    
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
}
#tab1 li span.bg {
    display: block;
    height: 75px;
    background: url('res-bg-l.gif') transparent no-repeat;    
    padding: 10px 0px 10px 10px;
}
#tab1 li a {
    display: inline-block;
    padding: 20px 10px 5px 20px;
    color: white;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

#tab1 li .img {
    background: url('logo-bg.gif') transparent no-repeat;    
}

#footer {
	color:#fff;
}

#tab2 {border-top:1px solid #a1acb2;}
#tab3 {border-top:1px solid #a1acb2;}

