/*** Layout ***/
/* Site Designed, Built and Scripted by Redpath, Edinburgh */

#container {
	width: 100%;
	height: 100%;
    position: relative;
	}

#header {
	width: 100%;
	height: 70px;
	border-bottom: solid #ffffff 1px;
	position: relative;
	z-index: 2;
	}

#navigation {
	width: 100%;
	height: 86px;
	border-bottom: solid #ffffff 1px;
	position: relative;
	z-index: 2;
	}

#words {
	width: 230px;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 10px;
	}

#pictures {
	position: absolute;
	left: 150px;
	top: -50px;
	z-index: 0;
	overflow: hidden;
	}

#picturesRichard {
	position: absolute;
	left: 150px;
	top: -25px;
	z-index: 0;
	overflow: hidden;
	}

#pictures2 {
	position: absolute;
	left: 160px;
	top: -50px;
	z-index: 0;
	overflow: hidden;
	}

#picturesTemp {
	position: absolute;
	left: 120px;
	top: -25px;
	z-index: 0;
	overflow: hidden;
	}

#picturesFull {
	position: absolute;
	left: -50px;
	top: -50px;
	z-index: 0;
	}

#picturesFootball {
	position: absolute;
	left: 60px;
	top: 30px;
	z-index: 0;
	}
	
#teamPic {
	position: absolute;
	left: 761px;
	top: 215px;
	z-index: 1;
	}


#footer {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	height: 50px;
	clear: both;
	}

.leftItem {
	margin: 10px 10px 10px 0;
	border: 0;

	}

.topmenuNav {
	margin-top: 13px;
	border: 0;

	}

.menuNav {
	margin-top: 5px;
	border: 0;

	}

.wordsNav {	
	margin: 5px 15px 5px 0;	
	border: 0;
	}

.picturesNav {	
	margin: 0 0 0 0px;
	font-size: 10pt;	
	}

.dummyInfo {	
	font-size: 8pt;	
	margin-bottom: 10px;
	margin-right: 20px;
	}

.dummyHead {
	margin-bottom: 10px;
	}

/*** Appearance ***/

* {
   	padding:0;
   	margin:0;
	font-weight: normal;
}

body {
	background-color: #000000;
	min-width: 600px;
	min-height: 400px;
	margin: 20px;
	color: #ffffff;
	font-family: Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	overflow:hidden
	}

a:link {
    text-decoration: none;
    color: #999999;
	font-weight: normal;
	border: none;

}

a:visited {
    text-decoration: none;
    color: #999999;
	font-weight: normal;
	border: none;

}

a:active {
    text-decoration: none;
    color: #ffffff;
	font-weight: normal;
	border: none;

}

a:hover {
	color: #ffffff;
    text-decoration: none;
    font-weight: normal;
	border: none;

}




/*** Trash 

.address {
	float: right;
	margin: -46px 0 0 0; /*** Logo Height + padding ***/
	}








***/
