body,html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color:#D7D7D7;
}

#center{
	width:1085px;
	margin: 0 auto;
}

#header{
	width:1040px;
	float:left;
	height:50px;
	margin:30px 0 0 0;
	padding:0;
	
}

#logo{
	background-image:url(images/logo.jpg);
	width:256px;
	height:50px;
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	
}

#bg-top{
	background-image:url(images/bg-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:1040px;
	min-height:400px;
	height:auto !important;
	height:400px;
	position:relative;
	float:left;
}

#twitter a{
	position: absolute;
    display: inline-block;
    width: 72px;    /* width of the logo */
    height: 67px;   /* height of the logo */
    top: 40px; 
	left: 0; /* top-left corner of logo */
	_left:60px;
    border: 0;
    float: left;
	text-decoration:none;

}

#twitter span{
	visibility:hidden;
}

#facebook a{
	position: absolute;
    display: inline-block;
    width: 72px;    /* width of the logo */
    height: 67px;   /* height of the logo */
    top: 125px; 
	left: 3px; /* top-left corner of logo */
	_left:63px;
    border: 0;
    float: left;
	text-decoration:none;

}

#facebook span{
	visibility:hidden;
}


#bg-bottom{
	background-image:url(images/bg-bottom.jpg);
	background-position:bottom;
	width:1040px;
	background-repeat:no-repeat;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
}


#nav{
	height:50px;
	line-height:50px;
	vertical-align:baseline;
	float:left;
	width:702px;
	display:inline;
	margin-left:82px;
	margin-bottom:0;
	padding-bottom:0;
}

#nav img{
	margin:4px 0 0 0;
}

#client-nav{
	width:920px;
	float:left;
	font-size:12px;
	font-family:verdana, arial, helvetica;
	color:#444444;
	margin:0 38px 23px 82px;
	_margin: 0 19px 11px 41px;
	
}

#client-nav ul {
		margin: 0;
		padding: 0;
		padding-left: 7px;
		list-style-type: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;		
	}
#client-nav li {display: inline; margin-right: 20px;}
#client-nav li a{
		float: left;
		display: block;
		text-decoration: none;
		margin: 2px 8px;
		padding: 7px 7px; /*padding inside each tab*/
		border: 1px dashed #A8827D; /*right divider between tabs*/
		color: #333333;
		background: #D7D7C4; /*background of tabs (default state)*/
	}
#client-nav li a:hover, #client-nav li a.selected{
		color: #9F7277;
		background-color: #BED4CA;
	}
	



#wrapper{
	width:920px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
	background-color:#ffffff;
	margin:0 38px 23px 82px;
	_margin: 0 19px 11px 41px;
}

#wrapper a{
	color:#333333;
	text-decoration:none;
}

#wrapper a:hover{
	color:#9F7277;
}

#footer{
	width:920px;
	height:20px;
	float:left;
	margin:0 38px 23px 82px;
	_margin: 0 19px 11px 41px;
	text-align:center;
	
}

#footer a{
	font-family:Verdana, arial, helvetica;
	color:#73635D;
	font-size:11px;
	text-decoration:none;
}
	
