  /*===========================================================================*/
 /* CSS Document for Steve Schofield website                                  */
/*===========================================================================*/

body {

	/* basic site styling */
	background-color: #000000;
	color: #FFFFFF;
	
	font-family: "Segoe UI", "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {

	/* get round differences in text padding between Firefox & IE */
	padding: 0px;
	margin: 0px auto;
}

p {

	padding-bottom: 5px;
}

a {

	color: #FFF123;
	text-decoration: none;
}

a:hover {

	color: #FFF123;
	text-decoration: underline;
}

a.grey:link, a.grey:visited, a.grey:active {

	color: #474747;
	text-decoration: underline;
}
a.grey:hover {

	color: #FF42B6;
	text-decoration: underline;
}

div {

	position: absolute;
}

div.div_centrePanel {

	/* centres everything on the page */
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -350px;
	width: 980px;
	height: 700px;
}

div.div_title {

	/* contains the title graphic */
	left: 20px;
	top: 20px;
	width: 240px;
	height: 50px;
}

div.div_title2 {

	/* contains the title graphic */
	left: 0px;
	top: -80px;
	width: 240px;
	height: 50px;
}

div.div_menu {

	/* contains those DIVs which make up the menu area */
	left: 0px;
	top: 90px;
	width: 270px;
	height: 180px;
}

div.div_menu_mainNav {

	/* contains the "top level" menu items */
	left: 0px;
	top: 0px;
	width: 110px;
	height: 180px;
}

div.div_menu_galleryNav {

	/* contains gallery links on gallery page */
	left: 110px;
	top: 0px;
	width: 160px;
	height: 180px;
}

div.div_splashContent {

	left: 50%;
	top: 50%;
	width: 670px;
	height: 300px;
	margin-left: -335px;
	margin-top: -150px;
}

div.div_contentArea {

	/* contains the content for pages and holds large-size gallery images */
	left: 290px;
	top: 20px;
	width: 640px;
	height: 520px;
	padding-right: 30px;
}

div.div_textContainer {

	/* contains the content for pages and holds large-size gallery images */
	left: 0px;
	top: 35px;
	width: 670px;
	height: 490px;
	padding-top: 30px;
	overflow-y: auto;
}

div.div_thumbnails {

	left: 20px;
	top: 300px;
	width: 260px;
	height: 240px;
}

div.div_madeBy {

	display: none;
	width: 280px;
	text-align: left;
	color: #474747;
	top: 560px;
}

img.link_mainNav {

	padding-bottom: 10px;
}

img.link_galleryNav {

	padding-bottom: 7px;
}

img.link_thumbnail {

	cursor: pointer;
}

.contact_details {

	color: #FFF123;
	font-weight:bold;
}