/*	Mathew Gidley stylesheet
	created	17/09/2003
	Language:	CSS
	Version:	1.0
	Modified:	
*/


/*COMPONENTS*/			  



#main  {
	position : absolute;
	left :0px;
	top : 0px;
	width : 800px;
	height : 600px;
	z-index : 3;
}

#paperClips  {
	position : absolute;
	left : 90px;
	top : 485px;
	width : 135;
	height : 114px;
	z-index : 2;
}

#phoneNumber  {
	position : absolute;
	left : 290px;
	top : 310px;
	width : 313;
	height : 79px;
	z-index : 2;
}

#coffeeStain  {
	position : absolute;
	left : 555px;
	top : 306px;
	width : 226;
	height : 291px;
	z-index : 1;
}

#underline  {
	position : absolute;
	left : 190px;
	top : 398px;
	width : 448;
	height : 31px;
	z-index : 0;
}


/*LINKS START*/

a.boldBlack 	{
	font-family: arial, helvetica, verdana;
	color: #000000;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
}
a.midPurpleUnder 	{
	font-family: arial, helvetica, verdana;
	color: #993399;
	font-size: 14px;
	font-weight : bold;
	text-decoration : underline;
}
	
	

/*FONTS*/


BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #000000;
/*	background-image: url(../images/bg.jpg);*/
/*	background-repeat: no-repeat;*/
	
	}
	
TD 	{
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #000000;}
	
.small  	{
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color: #000000;}
	


/* background colours*/

	
.white  {
	background-color : #FFFFFF;}	

	
/*others*/
.monospace  {
	font-family : Courier,monospace;
	font-size : 9px;
}



