﻿/*
*******************************************************
Title: style.css
Author: Weymouth Web Design (www.weymouthwebdesign.com)
Created: 30/10/2008
Last modified: 30/10/2008
*******************************************************
*/

body {
	background-image: url('images/bg_main.gif');
	background-repeat: repeat-x;
	background-color: #282c22;
}

p {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 9pt;
}

img {
	border-width: 0px;
}

#container {
	width: 930px;
	margin: 0 auto;
	margin-top: 25px;
	background-image: url('images/bg_container.gif');
	background-repeat: no-repeat;
}

#center {
	width: 901px;
	margin: 0 auto;
}

.style1 {
	border-width: 0px;
}

#header {
	position: relative;
	top: 16px;
	width: 901px;
	height: 170px;
	background-image: url('images/bg_header.gif');
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	top: 15px;
	left: 13px;
}

#nav {
	position: absolute;
	top: 15px;
	left: 440px;
	width: 450px;
	height: 30px;
}

#headertext {
	position: absolute;
	left: 440px;
	top: 60px;
	width: 310px;
}

p.headertext {
	color: #fff;
	font-size: 11px;
}

a.headerlink:link {color: #cedbbb; text-decoration: underline; font-weight: bold; }
a.headerlink:visited {color: #cedbbb; text-decoration: underline; font-weight: bold; }
a.headerlink:hover {color: #fff; text-decoration: underline; font-weight: bold;  }
a.headerlink:active {color: #cedbbb; text-decoration: underline; font-weight: bold;  }

/*#headerphoto {
	position: absolute;
	left: 758px;
	top: 58px;
}*/

#headerphoto {
	position: absolute;
	left: 445px;
	top: 58px;
}

#content {
	background-image: url('http://www.debbieveitch.co.uk/images/bg_content.jpg');
	background-repeat: no-repeat;
	width: 901px; 
	margin: 0 auto;
	padding-top: 3px;
}

#breadcrumb {
	background-image: url('http://www.debbieveitch.co.uk/images/breadcrumb.gif'); 
	background-repeat:no-repeat;
	width: 871px;
	height: 31px;
	margin: 0 auto;	
}

.breadcrumbtext {
	padding-top: 9px;
	padding-left: 10px;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}

#footerbreak {
	height: 6px;
}

#footer {
	background-image: url('http://www.debbieveitch.co.uk/images/bg_footer.gif');
	width: 930px;
	height: 46px;
	margin: 0 auto;
}

.footertext {
	margin: 0px;
	padding: 12px 0 0px 0px;
	color: #fff;
	font-size: 8pt;
	text-align: center;
}

.footertext2 {
	margin: 0px;
	padding: 5px 0 0px 0px;
	color: #fff;
	font-size: 8pt;
	text-align: center;
}

a.credits {
	color: #727a68;
}

a:hover.credits {
	color: #9da88c;
}

