﻿/*
*******************************************************
Title: style.css (CSS Document)
Author: Weymouth Web Design (www.weymouthwebdesign.com)
Created: 01/11/2009
Last modified: 01/11/2009
*******************************************************
*/

html, body, div, dl, dt, dd, ul,  h1, h2, h3,  pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }  
table { border-collapse:collapse; border-spacing:0 }  
fieldset, img { border:0 }  
ul { list-style:none }

body {
	background: #0c0c0c url('images/bg-main.jpg') repeat-x;
	overflow: auto;
	color: #fff;
}

h1 {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #fff;
	font-size: 17pt;
	margin-top: 0px;
}

p {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

#container {	
	width: 913px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 913px;
	height: 182px;
	background: url('images/bg-header.jpg');
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 0px;
}

#nav {
	position: absolute;
	right: 25px;
	bottom: 0px;
}

#bg-repeat {
	width: 913px;
	background-image: url('images/bg-full.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

#col-left {
	float: left; 
	width: 600px;
	margin: 20px 25px 0 25px;
}

#col-right {
	float: left;
	width: 233px;
	margin: 20px 0 0 0;
}

#footer {
	clear: both;
	background-image: url('images/site-end.gif'); 
	width: 913px;
	height:26px;
	margin: 0 0 15px 0;
}

.footertext {
	text-align: center;
	font-size: 11px;
	margin: 0 0 15px 0;
	color: #aaa;
}

a:link {color: #ffffff; text-decoration: underline; font-weight: bold; }
a:visited {color: #ffffff; text-decoration: underline; font-weight: bold; }
a:hover {color: #fffc00; text-decoration: underline; font-weight: bold; }
a:active {color: #ffffff; text-decoration: underline; font-weight: bold; }

a.footertext:link {color: #aaaaaa; text-decoration: underline; }
a.footertext:visited {color: #aaaaaa; text-decoration: underline; }
a.footertext:hover {color: #fffc00; text-decoration: underline; }
a.footertext:active {color: #aaaaaa; text-decoration: underline; }

