/* Global: positioning container divs; global text styles at #level2; links; footer.  */

html  {
	margin:0;
	padding:0
	}

body {
	position: relative;
	background: #fcfbf6 url(images-site/bg.gif) repeat-x;
	border: 0;
	text-align: center;	margin-top: 0;	margin-left: auto;
	margin-right: auto;
	padding: 0;	width: 760px;
	}

#level1 {	position: relative;  	top: 0;	left: 0;
	background: none;
	border: 0;	margin: 0;	padding: 0;	width: 760px;
	}

#banner {
	position: relative; 	top: 0;	left: 0;
	border: 0;	margin: 0;	padding: 0;
	height: 101px;
	overflow: hidden;
	}

#header {
	position: absolute;	top: 101px;	left: 0;
	border: 0;	margin: 0;	padding: 0;
	height: 37px;
	overflow: hidden;
	}

#banner img, #header img {
	border: 0;
	}

/* #level2 declares copy stuff; text-align:left not called until dialog box.
#level2-contact skirts Google map API "level2" conflict on contact page */

#level2, #level2-contact {	position: absolute;	top: 138px;	left: 0;
	font-family: Georgia, Times, Times-New-Roman, serif;	font-size: 14px;	line-height: 1.32em;	font-weight: normal;
	background: none;
	border: 0;
	margin: 0;	padding:0;
	width: 760px;
	}

/* Footer 
----------------------------------------------- */

.footer-menu {
	position: relative;	top: 12px;
	background: #fcfbf6;
	border: 1px solid #ebeae4;	font-family: Georgia, Times, Times-New-Roman, serif;	font-size: 16px;	line-height: 16px;	font-weight: normal;
	font-variant:small-caps;
	color: #930;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;	padding: 1px 3px 2px 3px;	}.footer-menu a {	text-decoration: none;	padding-left: 2px;
	padding-right: 3px;
	}

.footer-menu a:link, .footer-menu a:visited {	color: #993300;
	}

.footer-menu a:hover {
	text-decoration: underline;	color: #000;
	}

.copyright {
	display:block;
	text-align:right;
	font-size: 10px;
	color: #ded7c8;	margin: 10px 20px 20px 0;	padding: 0;
	}

/* Link styles 
----------------------------------------------- */

a:link {
	color: #993300;
	text-decoration:none;
	outline: none;
	}

a:visited {
	color: #996633;
	text-decoration:none;
	outline: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

a img {
	border-width:0;
	outline: none;
	}
