/*	Website:			www.nealeroberts.com | global.css	*/
/*	Date:				04.05.2010 - 15:27			*/
/*	Author:				neale roberts				*/

 *
	{
		margin:			0px 0px 0px 0px;
		padding:		0px 0px 0px 0px;
		text-decoration:	none;
		text-transform:		none;
		overflow:		hidden;
	}

 html,body
	{
		background:		url('/structure/images/background.jpg') repeat fixed center top;
		overflow:		auto;
	}

 #logo
	{
		margin:			100px auto 0px auto;
		font:			normal 125px "times new roman";
		color:			#999999;
		text-align:		center;
		word-spacing:		25px;
		
	}

 #navigation
	{
		margin:			25px auto 0px auto;
		width:			300px;
		color:			#666666;
		text-align:		right;
	}

 a.navlink:link,a.navlink:visited,a.navlink:active
	{
		font:			normal 14px "tahoma";
		color:			#666666;
		letter-spacing:		1px;
	}

 a.navlink:hover
	{
		color:			#ffffff;
	}