html {
	background-color:#1D1A19;
}

body {
	text-align: center;
}


h1 span{
	display: none;
	visibility: hidden;
}



#container {
	
	position:relative;
	text-align: left;
	margin:64px auto;
	width:746px;
	

}

#header {
	background-color:#952A00;
	border: 2px #C4AA6B solid;
	width: 746px;
	height: 100px;
	font: 12px/18px arial, helvetica, sans;
}

#logo {
	
	margin-left:15px;
	margin-top:15px;
	height:55px;
	width:233px;
	padding: 0;
	
}

#logo h1{
	height:55px;
	width:233px:
	color:#000;
	background: url(../images/avery_marketing.gif) no-repeat;
}

#logo h2{
	font-size:20px;
	font-style:bold;
	margin-top: -25px;

}

#tagline {
	margin-left:15px;
	margin-top: -20px;
}

#project_central {
	font: 12px/18px arial, helvetica, sans;
	
	position:absolute;
	margin-top: -22px;
	top: 0px;
	left: 10px;
}

#project_central ul{

	list-style:none;
	margin: 0;
	padding: 0;

}

#project_central a {
	text-decoration: none;
	padding-left:10px;
	color: #888;
}

#project_central a:link {
	background: 0px 0px url(../images/arrow.gif) no-repeat;
}

#project_central a:hover {
	background: -146px 0px url(../images/arrow.gif) no-repeat;
	color:#ccc;
	
}

#project_central a:visited {
	background: 0px 0px url(../images/arrow.gif) no-repeat;
	
}



	


