.wrapper-top{
	width:998px;
	height:120px;
	margin:0 auto;
	padding:0;
}

.logo{
	background:url(../images/basic/logo.png) no-repeat;
	width:260px;
	height:120px;
	float:left;
	margin-top:-4px;
}

.title-holder{
	width:260px;
	height:120px;
	float:left;
	background:url(../images/basic/title.png) no-repeat;
	
}

.wrapper-nav{
	width:575px;
	height:120px;
	margin-left:10px;
	float:left;
	
}

.navbar{
	width:auto;
	height:auto;
	float:right;
}

.navbar ul{
		list-style-type:none;
		margin:0;
		padding:0;
		margin-top:46px;
}
		
.navbar ul li{
	display:inline; 
}




.navbar a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	display:inline;
	margin-left:30px;
}

