﻿/*
*******************************************************
Title: style.css (CSS Document)
Author: Weymouth Web Design (www.weymouthwebdesign.com)
*******************************************************
*/

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 {
	margin: 0 auto;
	background: #000e29 url('images/bg-main-15.jpg') no-repeat scroll center top;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#container {
	width: 977px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

p {
	color: #fff;
	font-size: 12px;
	margin: 15px 0;
}

#news p {
	color: #fff;
	font-size: 12px;
	margin: 15px 0;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0 15px 0;
	color: #fffd7d;
	text-shadow: 2px 2px 1px #000;
}

a:link {color: #fff; text-decoration: underline; font-weight: bold; }
a:visited {color: #fff; text-decoration: underline; font-weight: bold; }
a:hover {color: #fff263; text-decoration: underline; font-weight: bold; }
a:active {color: #fff; text-decoration: underline; font-weight: bold; }

#header {
	width: 977px; 
}

#nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#content {
	width: 925px;
	text-align: left;
	margin: 0 auto;
}

#photosright {
	float: right;
	width: 200px;
	margin-left: 20px;
}

#contactright {
	float: right;
	width: 400px;
	margin-left: 20px;
}

.photo {
	background-color: #fff;
	border: 1px #333 solid;
	padding: 4px;
	margin: 12px 0;		
}

.gallery {
	background-color: #fff;
	padding: 3px;
	border: 1px #ccc solid;
	margin: 10px;
}

.frame {
	background-color: #fff;
	border: 1px #333 solid;
	padding: 5px;
}

#footer {
	clear: both;
	background: transparent url('images/bg-footer2.png') no-repeat;
	width: 950px;
	height: 214px;
	margin: 0 auto 25px auto;
	position: relative;
}

#footer p {
	position: absolute;
	text-align: left;
	color: #fff;
	bottom: 20px;
	left: 15px;
	font-size: 11px;
	margin: 0; padding: 0;
}

.footerlink {
	color: #fff; 
	font-weight: normal;
}
