/* Pete Moore Photos CSS Document */

/*Body*/

body {
margin: 0px;
text-align: left;
background: #325269;}

/*Links*/

a:link {
color: #E2683B;
text-decoration: none;}
a:visited {
color: #E2683B;
text-decoration: none;}
a:hover {
color: #E2683B;
text-decoration: underline;}


a.footnav:link {
color: #3F667F;
text-decoration: none;}
a.footnav:visited {
color: #3F667F;
text-decoration: none;}
a.footnav:hover {
color: #E2683B;
text-decoration: underline;}


	/*Text*/
	
	p, a, h1, li, table, .texta, .buttons {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 11px;}

	p {
	color: #325269;
	text-align: justify;
	line-height: 16px;
	}
	
	.centred {
	text-align: center;
	}
	
	.rightalign {
	text-align: right;
	}
	

	/*Headings*/

	h1 {
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 25px;
	}
	
	.orange {
	color: #E2683B; 
	}
	
	.blue {
	color: #628EBC; 
	}
	
	.purple {
	color: #76539B; 
	}
	
	.brown {
	color: #C37D5F; 
	}
	
	.khaki {
	color: #A2895B; 
	}
	
	h2 {
	font-weight: bold;
	color: #325269; 
	}

	/*Lists*/

	ol {
	margin-bottom: 6px;
	margin-left: 2.5em;
	padding-left: 0px;
	}
	
	li {
	color: #325269;
	text-align: justify;
	line-height: 20px;
	}

	/*Forms*/

	.texta { 
	color: #3E647E; 
	text-align: left;
	background: #EDEDEE ! important;
	border: 1px solid #3F667F;
	}
	
	.buttons { 
	color: #3E647E; 
	background: #EDEDEE;
	border: 1px solid #3E647E;
	}
	
	/*Tables*/
	
	table#main {  
	width: 990px;
	border: none;
	border-collapse: collapse;}
	
	/*#main td {  
	padding: 0px;}*/

	/*Page Layout*/
	
	/*img#circle {
	width: 363px;
	height: 302px;
	position: absolute; top: 0px; right: 800px;
	z-index: 20000 !important;
	}*/
	
	#banner {
	width: 990px;
	height: 139px;
	background: #325269;
	padding-left: 15px;}
	
	#nav {
	width: 204px;
	height: 177px;
	margin: 0px;
	padding: 0px;
	background: #325269 url('../images/leftbg.jpg') repeat-y;}
	
	#content {
	width: 786px;
	background: #EDEDEE url('../images/contentbg.jpg') top left repeat-x;
	margin: 0px;
	padding: 60px 35px 30px 35px;}
	
	#lowerleft {
	width: 204px;
	padding: 0px;
	background: #325269 url('../images/leftbg.jpg') repeat-y;}
	
	.thumb {
	border: none;
	margin: 14px 14px 0px 0px;}
	
	.blog {
	border: none;
	float: left;
	margin: 6px 14px 0px 0px;}
	
	.print {
	border: none;
	margin: 26px 0px 6px 0px;}
	
	.imagetitle {
	margin-left: 8px;
	}
	
	.contentwrap {
	width: 370px;
	}
