/* CSS For suziewebb.co.uk */

body {
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode, Verdana, sans-serif";
	font-stretch:extra-expanded;
	line-height: 12px;
	color:white;
	background-color: #000000;	
	height: 100%;	
	width: 100%
	 
	
}

a {
font-weight:normal;
text-decoration:none
}

a:link{
color:white;
}

a:visited {
color:white;
}

a:hover {
text-decoration:none;
background-color:#FFCC00;
}

h1, h2 {
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	line-height: 12px;
	font-weight: lighter;
}


h3, h4, h5 {
	font-size: 10px;
	text-transform: none;
	line-height: 11px;
	color: #666666;
	font-weight: lighter;
}


p {
	font-size: 10px;
	padding-left: 0px;
	
}



#contact, #navigation, #content, #imageborder, #flash, #imagebottom, #framenav {
	position:absolute;
	height: 154px;
	left: 2px;
	top: -3px;	
}
	
#contact{
	background-color:black;
	width:190px;
	height:75px;
	margin: 0;
	padding-left: 15px;
	padding-top: 10px;
}	

#navigation{
	background-color:black;
	height:68px;
	margin: 0;
	left: 180px;
	width: 1170px;
	padding-left: 10px;
	padding-top: 9px;
}



#imageborder {
	top:75px;
	padding:0px;
	background-image:url(images/bordertile.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 auto;
}
 

#content {
	top:80px;
	padding-left: 10px;
	background-color: #000000;
	min-height: 100%;
	min-width: 680px;
	width: 632px;
	margin: 0 auto;
	font-weight: 200;
}


#framenav {
	background-color:black;
	width:190px;
	height:75px;
	margin: 0;
	padding-left: 15px;
	padding-top: 3px;
}


#flash {
	top:73px;
	left:0px;
	width:100%;
	padding:0px;
	margin: 0;
}

#imagebottom {
	top:604px;
	padding:0px;
	background-image:url(images/bordertile.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 auto;
}




	
