/* CSS by Christian Lapidge (www.christianlapidge.com / christian.lapidge@gmail.com) - 2009 */

*
{
	margin:0;
	padding:0;
}

body
{
	font-family:verdana, arial, sans-serif;
	
	background-image:url('../images/bg.jpg'); 
	background-attachment:fixed;
	
	text-align:center;
}


.header
{	
	height:170px;
	background-image:url('../images/headerBg.png'); 

	width:100%;

}

.navBar
{	
	margin-left:20px;
}

.navBar li
{
	list-style:none;
	display:inline;
}

.navBar a
{ 

	height:130px;
	width:180px;
	
/*hide link colours*/
	text-decoration:none;
	border:0;
	
	background-repeat: no-repeat;
	background-position:bottom center; 
	
	display:block;
	
	float:left;
} 

.navBar a span 
{ 
	visibility: hidden; 
}

#newsLink a
{ 
	background-image:url('../images/newsLink.png'); 
}

#portfolioLink a
{
	background-image:url('../images/portfolioLink.png'); 
	margin-right:15px;
}

#nameLink a
{
	width:261px;
	height:150px;
	background-image:url('../images/nameLink.png'); 
	background-position:bottom;
}

#aboutLink a
{
	background-image:url('../images/aboutLink.png'); 
}

#contactLink a
{
	background-image:url('../images/contactLink.png'); 
}


.contentWrapper h1
{
	display:none;
}
