#header h1 {
	font-family: Times; 
	color: #3dabff; 
	font-size: 3em; 
	font-style:italic; 
	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: Times; 
	color: #99BEFF; 
	font-size: 1.2em; 
	font-style: normal; 
	font-weight: normal;
	line-height: 1.2em;
	padding-left: 50px;
}

#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: #0094FF; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

h2 {
	font-family: Verdana; 
	color: #333333; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

A:link {
	color: #0094FF; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:visited {
	color: #0094FF; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:active {
	COLOR: #0094FF; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #006AFF; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

#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: #0094FF; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

body {
	background-image: url('images/StylesGlass/BG_GRAD.jpg');
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

.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: 250px;
	left: 200px;
	right: 0px;
	background-color: #f5f5f5;
	float: right;
	padding: 5px;
	padding-bottom: 100px;
	padding-top: 40px;
}

.footer { 
	position: relative;
	bottom: -205px;
	left: -1px;
	right: -1px;
	height: 70px;
	padding-top: 30px;
	text-align: center;
	background-image: url('images/StylesGlass/footer_grad.jpg');
	background-repeat: repeat-x;
}

.navigation_link {
	position: relative;
	margin-bottom: 5px;
	width: 175px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background-image: url('images/StylesGlass/link.gif');
}

.navigation_link:hover {
	position: relative;
	margin-bottom: 5px;
	width: 175px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background-image: url('images/StylesGlass/link_hover.gif');
}

.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 #99BEFF;
	padding: 3px;
}

.staffphoto {
	float: right;
	margin: 5px;
	height: 100px;
	width: 85px;
	border: 1px solid #99BEFF;
	padding: 3px;
}


.QuoteLabel {
	font-style: normal;
	font-weight: normal;
	
}

.pagetitle {
	position: absolute;
	top: 5px;
	text-align: center;
	width: 100%;
	right: 0px;
	z-index: 1;
}