/* Website designed and developed by Tim Peat Webdesign and Development.  Visit www.timpeat.co.uk for more info*/

/*general*/
body {
	font: 76% verdana, arial, helvetica, sans-serif;
	color:#333;
	padding:0;
	margin:0;
	background:#FCFDF2 url(../images/bg.jpg) top center no-repeat;
}
#wrapper{
	width:775px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:175px;
}
/*navigation*/
#navigation{
	position:absolute;
	top:0px;
	padding-top:8px;
	padding-bottom:8px;
}
#navigation ul{
	width:775px;
	font-family: georgia, serif;
	font-weight:bold;
}
#navigation li{
	float:right;
}
#navigation a{
	padding:10px 10px 10px;
	color:#fff;
	text-decoration:none;
}
#navigation a:hover{
	text-decoration:underline;
}
/*main*/
#main{
	width:430px;
	float:left;
}
/*side*/
#side{
	width:250px;
	float:right;
}
h1, h2, h3, h4, h5 {
	font-family: georgia, serif;
	font-weight: normal;
	margin:0 0 0 0;
}
h1 {
	font-size: 4.2em;
	padding-top:55px;
	color:#FDFDF0;
}
h2 {
	font-size: 2.2em;
	margin: 0em 0em 0em 0em;
	color:#fff;
}
h3 {
	font-size: 1.6em;
	color:#993333;
	margin: 0em 0em 0em 0em;
	text-transform:uppercase;
	letter-spacing:.3em;
}
h4 {
	font-size:1.2em;
	color:#993333;
	font-weight: bold;
	margin: 2em 0em 0em 0em;
}
h5 {
	font-size: 1.0em;
	color:#00c;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
ul, li {
	list-style:none;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0.2em 0 0.1em 0;
	margin-bottom: 0.1em;
	margin-left:0;
	padding-left:0;
}
ul, ol, li{
	margin:0;
	padding:0;
}
ul{
	margin-bottom:1.2em;
}
img {
	border:0;
}
img.right{
	float:right;
	margin-left:15px;
	width:225px;
	height:150px;
	margin-top:15px;
	margin-bottom:15px;
}
img.left{
	float:left;
	margin-right:20px;
	width:225px;
	height:150px;
	margin-top:15px;
	margin-bottom:15px;
}
img.email{
	margin:0 0 -4px 0;
}

p {
	font-size:1em;
	line-height: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
}
a {
	color:#3A89A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*------------ footer -----------------------------*/
#footer {
	background:#CCC;
	width:100%;
	clear:both;
	color:#fff;
}
#footer p {
	width:775px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0;
	margin-bottom:0;
}
#me a{
	padding-left:532px;
	text-decoration:none;
	color:#FCFDF2;
}
