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

body {
	background: url('images/bg-main.jpg') #400000 no-repeat scroll center top;
	border-width: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0;
	padding: 0;
}

a:link {color: #000066; text-decoration: underline; }
a:visited {color: #000066; text-decoration: underline; }
a:hover {color: #184a0d; text-decoration: underline; }
a:active {color: #000066; text-decoration: underline; }

a.footer:link {color: #fff; text-decoration: underline; }
a.footer:visited {color: #fff; text-decoration: underline; }
a.footer:hover {color: #fff; text-decoration: underline; }
a.footer:active {color: #fff; text-decoration: underline; }

img {
	border-width: 0px;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 16px;
	color: #70195d;
}

p {
	font-size: 13px;
}

ul {
	font-size: 13px;
}

li {
	font-size: 13px;
}

img {
	border-width: 0px;
}

#container {
	width: 870px;
	margin: 26px auto;
}

#top {
	width: 870px;
	height: 34px;
}

#logo {
	float: left;
	width: 594px;
	height: 137px;
	border-width: 0px;
}

#newsbox {
	float: right;
	width: 276px;
	height: 137px;
	background-image: url('images/bg-newsbox.jpg'); 
	background-repeat: no-repeat;
}

#nav {
	clear: both;
	width: 870px;
	height: 31px;
}

#newsticker {
	background-image: url('images/bg-newsticker.gif');
	background-repeat: no-repeat;
	width: 870px;
	height: 40px;
	margin: 0;
	padding: 0;
}

.newstext {
	float: left;
	color: #fff;
	font-size: 12px;
	padding: 12px 0 0 25px;
	margin: 0px;
	width: 600px;
}

#newsbutton {
	float: right;
	margin: 10px 20px 0 0;
}

#imagebar {
	background-image: url('images/bg-slider.jpg');
	background-repeat:no-repeat;
	width: 870px;
	height: 345px;
}

#mainbg {
	background-image: url('images/bg-sliderlong.jpg');
	background-repeat:repeat-y;
	width: 870px;
	height: 100%;
	overflow: auto;
}


#maintext {
	float: right;
	width: 395px;
	margin-right: 20px;
}

#maintext-wide {
	float: right;
	width: 97%;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

#footer {
	background: #fff url('images/footer.gif') no-repeat;
	width: 870px;
	height: 53px;
}

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

.gallery {
	background-color: #333;
	border-width: 
}

.photos {
	padding: 3px;
	background-color: #fff;
	border: 1px #aaa solid;
	margin: 5px;
}

.newsboxcontent {
	color: #fff;
	font-size: 11px;
	margin: 60px 40px 0 15px;
}


