@charset "UTF-8";

/*
author: turbodurso
version: CC 1.0
date: 09/08
for: www.chrischesney.co.uk
*/


ul,li,img,body,html,h1 {margin: 0; padding: 0; list-style:none; border:none;}

body {	background:url('images/bck.jpg') repeat-x top center #efecdb; 	text-align:center; font-size:12px;}

img, div { behavior: url(iepngfix.htc);}

.clear {clear:both;}

.pad {padding: 10px;}

/*  Layout  */

#header {}

#header img {margin-top:10px;}

#main {}

#footer {
	font-family:verdana, helvetica, sans-serif;
	font-size:100%;
	color: #2A0000;
}

#f-content {margin-left:390px;}

#footer h1 {font-size:115%; margin-top:5px;}
#footer ul {width:350px; margin:0 auto; font-size:105%; margin-top:5px;}
#footer li.left {float:left;}
#footer li.right {float:right;}
#footer p {margin-top:20px;}

a:link {color:#615b54; text-decoration:none;}
a:hover {color:#2A0000; text-decoration:none;}
a:visited {color:#615b54; text-decoration:none;}


