@charset "utf-8";
li, ul, p, h1{
margin:0;
padding:0;
	
	
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
 #header {
	height: 169px;

}
ul{
	
list-style:none;	
	
	
}
 #container #secondHeader {
	background: url(../images/mainSite_mid_band.jpg) repeat-x left top;
	height: 60px;
	position:relative;
	padding-top:67px;

}

 #header h1 {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 5.0em;
	font-variant: small-caps;
	margin-left:20px;
	margin-bottom: 0;
	
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/sidebar_strip.jpg) left top repeat-x;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	min-height: 800px;
}
 #container #header .topBit ul {
	list-style: none;
}
 #container #header .topBit ul li {
	float: left;
	display: inline;
	margin-top: 10px;
}
 #container #header .topBit ul li a {
	color: #FFF;
	text-decoration: none;
}
 #container #header .topBit ul li a:hover {
	color: #999;
}

	
	

 #sidebar2 {
	width: 390px; /* padding keeps the content of the div away from the edges */
	background: url(../images/jonathan_gough_main_image.png) no-repeat;
	position: absolute;
	top: 1px;
	left: 610px;
	min-height: 1650px;
	
	
}
 #mainContent {
	padding: 0 10px;
	
	min-height:1210px;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 0px;
} 
#mainContenttwo {
	padding: 0 10px;
	
	min-height:1210px;
	text-align:center;
	margin-bottom: 0;
	margin-left: 0px;
} 

 #footer {
	background:#FFF url(../images/mainSite_mid_band.jpg) repeat-x left top;
	height: 127px;
	text-align: center;
	font-size: .9em;
	color: #FFF;
} 
#container #footer p a {
	color: #999;
	text-decoration: none;
}
#container #footer p a:hover {
	color: #333;
}

 #container #secondHeader ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 20px;
	
}
 #container #secondHeader ul li {
	background: url(../images/spritieBit.jpg) no-repeat 0px 0px;
	height: 45px;
	width: 137px;
	display: inline;
	float: left;
	text-align: center;
	padding-top: 15px;
}
 #container #secondHeader li a {
	color: #333;
	text-decoration: none;
	font-size: 1.2em;
}


 #container #secondHeader ul li:hover {
	background: url(../images/spritieBit.jpg) no-repeat 1px -128px;
}
 
 

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} #container #header .topBit {
	background: url(../images/main_head.jpg) repeat-x left top;
	height: 50px;
}
#container #sidebar1  ul {
	list-style: none;
}
#container #sidebar1 li {
	padding-left:10px;
	padding-top:5px;
	height:30px;
	margin-top:5px;
	width: 140px;
	display:block;
	background-color:#999;
	
}
#container #sidebar1 a {
	color: #000;
	text-decoration: none;
}
#container #sidebar1 a:hover {
	color: #00F;
}
#container #mainContent h1 {
	font-size: 1.5em;
	color: #03C;
}
#container #mainContent p img {
	position: relative;
	float: left;
	display: block;
	margin: .5em 1.25em .5em 0;
	padding: 1em;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	
	line-height: 1em;
}

#container #sidebar1 li:hover{
background-color:#CCC;	
	
}
#container #mainContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
	text-align: justify;
	
	
	
}
#container #mainContent .date {
	color: #06F;
	font-size: 0.9em;
}
#container #mainContent .button {
	float: right;
	border-style: none;
}
#container #mainContent h3 {
	font-weight: lighter;
}
#container #mainContent .fella {
	list-style: none;
}
#container #mainContent  .fella li {
	display: inline;
	margin-left: 5px;
}
#container #mainContent  .fella li a{
color;:#06F;
text-decoration:none;
	
	
}
#container #mainContent  .fella li a:hover{
color:#333;
text-decoration:underline;
}
#form1 fieldset {
	margin: 			10px 0 0 0;
	padding: 			0;
				
	}

	#form1 legend {
	text-transform:		uppercase;
	font-size:			.8;
	padding:			3px;
	margin-left:		1em;
	color:				#ffffff;
	background-color:#06F;
		
		
	}
	
	#form1 fieldset ul {  
		padding: 			5px 5px 0 5px;  
		list-style: 		none;
	}
	
	#form1 fieldset li {  
		position:			relative;
		padding-bottom: 	1em;
		line-height:		1.4em;
	}
	
	#form1 fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}


	
	#form1 label {
	clear:				left;
	float:				left;
	width:				8em;
	margin-right:		5px;
	line-height:		1.5em;
	text-align:			right;
	padding-right: 10px;
	}
	
	
	

	
	
	
#form1 input {
	border:none;
	background:#999;
	padding:			2px;
	font-size:			.8em;
	color:				#1E1903;
	}
	#form1 textarea {
	background:    #cCC;
	padding:			5px;
	font-size:			.8em;
	border:				none;
	color:				#1E1903;
	
	}
	
	#form1 input.radio {
		border:				none;
		background:			transparent;
	}
	
	
 
.warning {
	font-size: 1.5em;
	color:#F00;
}
h2 {
	font: bold 190%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 .2em;
}
h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}
#largeImg {
	border: solid 1px #ccc;
	
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	margin-right:10px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}
#container #mainContent  a, #container #mainContent  a:visited  {
	color: #06C;
	text-decoration: none;
}
#container #mainContent  a:hover {
	color: #333;
}
