#header h1 {
	font-family: Garamond,Verdana; 
	color: #8B0000; 
	font-size: 3em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1em;
}

#header h2 {
	font-family: Verdana; 
	color: #333333; 
	font-size: 0.8em; 
	font-style: normal; 
	font-weight: normal;
	line-height: 1.2em;
}

#header h3 {
	font-family: Garamond; 
	color: #333333; 
	font-size: 1.2em; 
	font-style: italic; 
	font-weight: normal;
	line-height: 1.2em;
}

#content h2 {
	font-family: Verdana; 
	color: #333333; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

#navigation h2 {
	font-family: Verdana; 
	color: #333333; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

#footer h3 {
	font-family: Verdana; 
	color: #8B0000; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

A:link {
	color: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:visited {
	color: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:active {
	COLOR: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #005255; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: underline;
}

#navigation A:link {
	color: #333333; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

#navigation A:visited {
	color: #333333; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

#navigation A:active {
	COLOR: #333333; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

#navigation A:hover {
	COLOR: #005255; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

body {
	background-color: #cccccc;
	background-image: url('images/StylesElegant/bg_gradient.jpg');
	background-repeat: repeat-x;
}

.centered {
	RIGHT: 0px; 
	LEFT: 0px; 
	MARGIN: auto; 
	WIDTH: 50%; 
	POSITION: absolute; 
	TOP: 0px;  
}

.navigation {
	position: absolute;
	top: 245px;
	left: 0px;
	width: 180px;
}

.header {
	position: relative;
	top:0px;
	left:0px;
	height: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

.contactdetails {
	position: absolute;
	right: 0px;
	bottom:0px;
	width: 300px;
	text-align: right;
}

.content { 
	position: absolute;
	top: 245px;
	left: 200px;
	right: 0px;
	background-color: #f5f5f5;
	float: right;
	padding: 5px;
	padding-top: 30px;
}

.footer { 
	position: relative;
	bottom: -55px;
	left: -1px;
	right: -1px;
	height: 30px;
	text-align: center;
	padding-top: 50px;
}

.navigation_link {
	position: relative;
	margin-bottom: 5px;
	width: 174px;
	padding: 3px;
	border-left: 8px solid #8B0000;
	background-color: #f5f5f5;
}

.navigation_link:hover {
	position: relative;
	margin-bottom: 5px;
	width: 174px;
	padding: 3px;
	border-left: 8px solid #005255;
	background-color: #f5f5f5;
}

.width {
	position: relative;
	width: 100%;
}

.float-right{
	float: right;
}

.float-left {
	float: left;
}

.headerphoto{
	position: relative;
	bottom: 5px;
	float: left;
	width: 125px;
	height: 75px;
	margin: 5px;
	border: 1px solid #8b0000;
	padding: 3px;
}

.staffphoto {
	float: right;
	margin: 5px;
	height: 100px;
	width: 85px;
	border: 1px solid #8b0000;
	padding: 3px;
}

.QuoteLabel {
	font-style: normal;
	font-weight: normal;
}

.pagetitle {
	position: absolute;
	top: 5px;
	text-align: center;
	left: 0px;
	right: 0px;
	z-index: 1;
}