﻿/******************************************************
Design:		Photo-Gallery
Author:		David Kaye
Date:		November 2006
Release:	01
Website:	http://www.webstarhosting.co.uk
*********************************************************/

body 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #6e6e6e;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 0;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 819px;
	height: 1310px;
	color: #FFFFFF;
	text-align: center;
	background-color: #6e6e6e;
	border-bottom-color: #4E4E4E;
}

#header
{
	height: 1469px;
	padding-top: 10px;
	width: 908px;
	text-align: center;
	}

#content
{
	background-color: #505050;
	color: inherit;
	padding: 10px;
	width: 968px;
	height: 410px;
	border: 4px solid #4E4E4E;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#content h3
{
	font-size: 0.7em;
}

#content p
{
	font-size: x-small;
	margin-bottom: 20px;
	font-weight: 700;
}

#content a
{
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

#content a:hover
{
	background-color: inherit;
	color: #999;
}

.image
{
	float: left;
	border: 1px solid #666;
	margin: 25px;
	text-align: center;
}
 

#navbar
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 973px;
}

#navbar a
{
	font-size: 0.8em;
	background-color: inherit;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}

#navbar a:hover
{
	background-color: inherit;
	color: #999999;
}

#footer
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: inherit;
	color: #FFFFFF;
	font-size: small;
}

#footer p
{
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 20px;
	line-height: 20px;
}

#footer a
{
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover
{
	color: #999;
	background-color: inherit;
}
