/* Main style sheet for stevecantwell.co.uk */
/* javascript to hide email on contacts page provided by hivelogic.com */


body {
	background-color: #cceeff;
	font-family: "Times New Roman", Times, serif;
}
/* box is the main picture.  Could alternatively be background picture in body */
#box {
	position:absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/pictures_main_image.jpg)
	background-repeat: no-repeat;
	width: 1780px;
	height: 1313px;
	z-index: 4;
}
#header {
	position:absolute;
	width:855px;
	height:198px;
	margin-top: 0px;
	top: 40px;
	left: 40px;
}
#navbar {
	position: absolute;
	left: 0px;
	top:158px;
	width: 870px;
	height: 43px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	z-index: 20;
	
}

/* Main area for text, quote and picture.  mainarea is the parent of column and arearight */
#mainarea {
	position:absolute;
	left:38px;
	top:154px;
	height: 489px;
	width: 868px;
}
	
#column {
	background-color: #666;
	width: 400px;
	height: auto;
	max-height: 405px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 0px;
	line-height: 150%;
	overflow: auto;
	float: left;
	border: medium ridge #C90;
}
#column p {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFF;
	line-height: 150%;
}
#column a {
	color: #FFF;
	text-decoration: underline;
}

#arearight {
	z-index: 15;
	position: absolute;
	left: 455px;
	top:74px;
	width: 402px;
	height: 341px;
}
#arearight img {
	 border: thick solid #FFF;
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 z-index: 16;
}
.quote {
	font-size: xx-large;
	color:#C00;
	font-style:italic;
	text-indent: 0px;
	margin-top: 0px;
	margin-left: 0px;
}


.contact {
	margin-left: 6px;
	background-color: #666;
	font-size: x-large;
	line-height: 1.2;
	text-align: center;
	color: white;
	width: 867px;
}
h1 {
	font: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	color: #FFF;
	text-align:center;
	text-decoration:none;
	margin-top: .4em;
	line-height: .5em;
}
h1 a {
	color:#FFF;
}
h2 {
	font:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#CCC;
	text-align:center;
	text-decoration:none;
	line-height:.8em;
	margin-top: -.6em;
}


/* Extra text and links columns underneath main picture */
#extracolumn {
	position: absolute;
	left: 50px;
	top: 1200px;
	background-color: #666;
	width: 400px;
	height: auto;
	max-height: 1000px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 0px;
	line-height: 150%;
	overflow: auto;
	float: left;
	border: thick ridge #C90;
}
#linkscolumn {
	position: absolute;
	left: 500px;
	top: 1200px;
	background-color: #666;
	width: 400px;
	height: auto;
	max-height: 1000px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 0px;
	line-height: 150%;
	overflow: auto;
	float: left;
	border: thick ridge #C90;
}
ul.extralinks li {
	
}

/* bottom navigation stuff */
#bottomnavigation {
	position: absolute;
	bottom:0;
	left:0;
	width: 1400px;
}
.bottomnavigation {
	position: absolute;
	top: 2000px;
	font:"Times New Roman", Times, serif;
	font-size:small;
	color: #000;
	list-style-type: square;
}
	
ul.bottomnavigation li {
	float:left;
	width:10em;
}

	