/*
Author: Sean Eldridge, http://www.endeavourit.co.uk/index.html
Description:
This CSS document provides general layout
and tag elements for The Beauty of England Website
*/
* {
	margin: 0;
	padding: 0;
	}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

a {
	color: #F00815;
	}

a:hover {
	color: #990000;
	font-weight: normal;
	}

/*  --------- Layout  --------- */

#wrapper {
	width: 760px;
	background-image:url(images/bg-inner.gif);
	background-repeat: repeat-x;
	background-color: #99CCFF;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	/*background-color: #d0dfdc;*/
	}
		
#logo {
	height: 48px;
	text-align: right;
	/*background-color: #d0dfdc;*/
	}
		
	
#content {
	float: left;
	text-align: left;
	padding: 10px 10px 10px 10px;
	/*background-color: #d0dfdc;*/
	}

.separator {
	clear: both;
	}

/* ------------ Styles ----------------*/

h1 {
	font-size:100%;
	font-weight:bold;
	color: #3333CC;
	}
			
h2 {
	font-size:100%;
	font-weight:bold;
	color: #3333CC;
	}

h3 {
	font-size:100%;
	font-weight:bold;
	color: #3333CC;
	}

	
.lable {
	font-size:10px;
	color: #666666;
	}

.generaltext {
	color: #666666;

	}

p, ul, li {
	margin: 12px;
	font-size:12px;
	color:#333333;
	}
	
.no-decoration {
	text-decoration: none;
}

.image_format {
	margin-right: 10px;
	margin-left: 10px;
}
	
img.figure {
	background-color: #000033;
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #666;
	padding: 7px;
}
	
a.nav {
	color:#006600;
	text-decoration: none;
}

.photos-supplied-by {
	font-size:9px;
	color:#006600;
	text-align:right;
}

.seo {
	margin-top:3px;
	color:#999999;
	font-size:10px;
	text-align:center;
	text-decoration:none;
}
