﻿html 
{ 
	height: 100%; 
	min-height: 100% 
}

body  
{
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	background-color: RGB(150,159,106);
}

h1
{
	font-size: medium;
	font-weight: bold;
}

h2
{
	font-size: small;
	font-weight: bold;
}

img
{
	border: none;
}

#wrapper
{
	width: 800px;
	margin-left: auto; 
	margin-right: auto; 
	height: 100%;
	position: relative;
	background-color: White;
}

#banner
{
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#menu
{
	position: absolute;
	top: 193px;
	left: 0;
	background-image: URL(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 800px;
	color: White;
	padding-top: 6px;
}

#menu ul
{
	list-style-type: none;
	padding:0;
	margin:0;
}

#menu li
{
	float: left;
	margin: 0px 10px;
}

#menu a
{
	color: White;
	text-decoration: none;
	font-size: small;
}

#menu a:hover
{
	color: Black;
}

#mainContent
{
	float: left;
	clear: both;
	top: 231px;
	position: absolute;
	background-color: White;
	width: 600px;
	padding-left: 200px;
	padding-bottom: 30px;
	overflow: visible;
}

#contentImage
{
	position: absolute;
	top: 231px;
	width: 186px;
	height: 279px;
	left: 5px;
}

#copyMiddleColumn
{
	float: left;
	width: 320px;
}

#copyRightColumn
{
	float: right;
	width: 235px;
	margin-right: 5px;
}

.gradientPanel
{
	background-image: URL(../images/graduated_panel.jpg);
	background-repeat: repeat-y;
	color: White;
	padding: 5px;
	margin-bottom: 2px;
}

.gradientPanel h1
{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: small;
	font-weight: bold;
}

.gradientPanel a
{
	color: White;
	font-size: small;
	font-size: x-small;
}

.gradientPanel a:hover
{
	color: Black;
}

#contactDetails
{
	position: absolute;
	top: 110px;
	color: White;
	width: 350px;
	text-align: right;
	left: 430px;
}

.phoneNumber
{
	font-size: large;
	font-weight: bold;
}