/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #998a6d;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {font-family: Arial, Helvetica, sans-serif;text-align: left;}
p, li {font-size: 12px;}
p, h1, h2 {margin: 15px; line-height: 1.6em;}
h1 {
	font-size: 18px;
	color: #9E1B22;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #998A6D;
}
h2 {
	font-size: 14px;
	color: #9E1B22;
}
address {
	text-align: center;
	float:left;
	background-image: url(images/bg_address.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-bottom: 10px;
	width: 217px;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
img.left 			{float: left; margin: 5px 15px 5px 10px;}
img.right 			{float: right; margin: 5px 60px 15px 15px;}
img.leftborder 	{padding: 2px; border: 1px dotted #000; float: left; margin: 0 15px 15px 0;}
img.rightborder 	{
	padding: 2px;
	float: right;
	margin: 0 15px 10px 10px;
}
.border 		{padding: 2px; border: 1px dotted #000;}
.clear 			{clear: both;}
.center 		{text-align: center;}
.ulleft 		{float: left; margin-left: 10px; padding-left: 20px;}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:active, a:visited {
}
a:hover {
}
/* ----------------- Horizontal ------------------- */
div#nav {
	position:absolute;
	left: 7px;
	top: 225px;
	width: 869px;
}
ul#mainnav {
	margin: 0;
	padding: 0;
}
ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	white-space: nowrap;
	padding-top: 7px;
	padding-right: 88px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #46391F;
	text-transform: uppercase;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #D3C6AD;
	background-image: url(images/nav_current.gif);
	background-repeat: repeat-x;
}
ul#mainnav li a:hover {
	background-image: url(images/nav_hover.gif);
	background-repeat: repeat-x;
}
* html #nav a {
	width: 1%;}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#wrap {
	width:900px;
	margin: auto;
	background-image: url(images/bg_wrap.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div#container {
	margin: auto;
	position: relative;
	width: 884px;
	background-color: #fff;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
}
div#header {
	width: 884px;
	height: 255px;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
}
div#content {
	padding: 1px 0px;
	background: repeat-y;
	width: 662px;
	float:left;
}
div#content li {
	line-height: 1.6em;
}
div#footer {
	font-size: 10px;
	text-align: center;
	color: #998A6D;
	padding-top: 23px;
	width: 884px;
	height: 35px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear:both;
}

div#owner a:link, {
font-size: 8px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline 
    font-weight: normal;	
}

div#owner a:hover{
color: blue;
}

div#audio {
	position:absolute;
	top:182px;
	left:9px;
	z-index: 1;
	width: 115px;
}

div#footer a:link, div#footer a:visited {
	padding: 0 25px;
	color: #FFFFFF;
}
div#copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#copyright a:link, div#copyright a:visited {
	color: #D3C6AD;
}
div#map {
	width: 550px;
	margin: 15px auto;
	border: 1px dotted #9E1B22;
}
div#left {
	width: 400px;
	float:left;
	clear:both;
}
div#right {
	float: left;
	width: 150px;
}

/* ----------------- CUSTOM CLASSES ----------------- */
p.nomargin {
	margin-top: 0px; margin-bottom: 0px; line-height: 5px;}
