@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	background-image: url(images/frasers_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 450px;
} 
#header {
	height: 450px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 900px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/frasers_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 292px;
	float: left;
	font-size: 1.8em;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	padding-top: 102px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	height: 48px;
	letter-spacing: 0.2em;
}
#header h1 a {
	color: #403333;
	text-decoration: none;
}
#header   h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/frasers_award.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 120px;
	padding: 0px;
	position: relative;
	float: right;
	top: 149px;
}
#header  h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/frasers_photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	width: 440px;
	position: relative;
	float: right;
	padding-top: 66px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header ul {
	list-style-type: none;
	position: relative;
	float: left;
	left: 150px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	clear: left;
	top: 110px;
}
#header li {
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px;
}
#header li a {
	background-image: url(images/frasers_menu.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header li a:hover {
	background-image: url(images/frasers_menu.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent {
	margin-top: 0;
	margin-right: 300;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 300;
	padding-bottom: 0;
	padding-left: 0;
	width: 900px;
} 
#mainContent .right .a_tpage {
	text-decoration: none;
	color: #844624;
}
#img306    {
	margin: 4px;
	padding: 8px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
}
#footer {
	background-color: #FFFFFF;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
} 
#footer a {
	font-size: x-small;
	text-decoration: none;
	color: #333333;
	padding-left: 15px;
}
#footer a:hover {
	font-size: x-small;
	text-decoration: none;
	color: #333333;
	padding-left: 15px;
	background-image: url(images/frasers_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
	font-size: x-small;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#map_canvas {
	margin-right: auto;
	margin-left: auto;
	padding: 12px;
	border: 1px solid #CCCCCC;
}
.links h1 a {
	font-size: 1.1em;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #844624;
	padding: 0px;
	margin: 0px;
}
.links h1 {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.small {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
	line-height: 9px;
}
.linktext {
	font-size: .9em;
	color: #333;
	padding-left: 22px;
}
.link a {
	color: #666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/jump.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.links {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 12px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.left {
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width: 580px;
}
.heading {
	font-weight: bold;
	color: #844624;
}
.left h1 {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #844624;
}
.right ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.right ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	list-style-type: none;
	background-image: url(images/frasers_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
}
.right {
	float: right;
	width: 300px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
