@charset "utf-8";
/* CSS Document */

/* the basics */
body,td,th {
	color: #FFF;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
body {
	background-color: #4A4B4C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(shell/photographer_cheshire_manchester_staffordshire_r1_c5.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

/** headings **/
h1 {
	font-size:28px;
	font-weight: lighter;
	color: #fff;
	text-decoration:none;
	background-position: top;
	vertical-align: top;
	display: inline;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
h2 {
	font-size:18px;
	font-weight: lighter;
	color: #fff;
	text-decoration:none;
	background-position: top;
	vertical-align: top;
	display: inline;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
h3 {
	font-size:14px;
	font-weight: lighter;
	color: #fff;
	text-decoration:none;
	background-position: top;
	vertical-align: top;
	display: inline;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
h4 {
	font-size:10px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	display: inline;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
/* page structure */
#container {
	position:absolute;
	left: 90%;
	width: 990px;
	margin-left: -891px;
	background-color: #E5E5E5;
	margin-top: 118px;
}
#padcontainer{
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}
#apDiv1 {
	position:absolute;
	z-index:1;
	background-image: url(shell/Page%201.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 100%;
	float: left;
	display: inline;
	clear:both;
}
#header {
	background-image: url(shell/Page%201.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 100%;
	float: left;
	display: inline;
	clear:both;
}
#titlebar{
	float: left;
	width: 100%;
	height: 33px;
	display: inline;
	background-image: url(shell/photographer_cheshire_manchester_staffordshire_r2_c3.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-style: normal;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
	font-size: 14px;
	color: #FFF;
	padding-top: 0px;
}
#contentcontainer{
	float: left;
	height: 469px;
	width: 980px;
	background-color: #4A4B4C;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;	
}
.photopadright{
	width:583px;
	float:left;
	display:inline;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
}
#textcontent{
	width:390px;
	height: 469px;
	float:left;
	display:inline;
	overflow:auto;
}
#padtext{
	padding: 4px;
}


/** Navigation links**/

  form{
	margin: 0px;
	padding: 0px;
  }
  input{
	color: #000;	  
  }

