* {margin: 0; padding: 0;}
	
html, body {height: 100%; background: #440000 url(images/background.gif) repeat-x;}

h1, h2, h3, h4, h5 {clear: both;}

h1 {
	margin: 20px 40px 0 45px;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color: #636454;
	border-bottom: 1px solid #D5DCCE;
	}

h2 {
	margin: 15px 40px 0 45px;
	padding: 0 0 2px 10px;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #636454;
	border-bottom: 3px solid #440000;
	}

h3, h4, h5 {
	font: bold .85em Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
}

h3 {
	margin: 20px 30px -10px 30px;
	color: #4BAA2A;
	border-bottom: 1px solid #E4E4E4;
}

h4 {
	margin: 30px 10px 0 20px; 
	color: #333;
}

h5 {
	margin: 20px 10px 0 20px;
	color: #5B53D5;
}
	
p {
	padding: 15px 40px 5px 45px;
	font: .85em Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	color: #444;
	}
	
	p strong {color: #912371;}
		
address {
	padding: 15px 0 10px 40px;
	font: normal .7em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #636454;
	clear: both;
	}
		
/* LAYOUT */
div#container {
	margin: 0 auto -123px;
	width: 990px;
	min-height: 100%;
	height: auto !IMPORTANT;
	height: 100%;
	position: relative;
	background: url(images/bg_content.gif) repeat-y;
	}

div#header {
	height: 331px; 
	background: url(images/bg_header.jpg) no-repeat;
	overflow: hidden;
}

div#sidebar, div#columnleft, div#columnright, div#nav, div#main {float: left;}

div#content {width: 990px;}

div#audio applet {
	position: absolute;
	left: 835px;
	top: 17px;
	width: 111px;
	height: 13px;
	overflow: hidden;
}

div#flash {
	position: absolute;
	left: 645px;
	top: 256px;
	width: 322px;
	height: 73px;
	overflow: hidden;
}

div#main {width: 700px;}				
div#sidebar {width: 275px;}

div#main ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 70px;
	font-size: 14px;
	line-height: 20px;
}
	
div#content img {
	margin: 0 0 10px 10px;
	padding: 1px;
	float: right;
	border: 1px solid #E4E4E4;
	}

div#map {
	margin: 10px 0 0 45px;
	width: 625px;
	border: 1px solid #D5DCCE;
	}
	
div#diy {padding-left: 15px; width: 630px;}

div#footer {
	margin: 0 auto;
	width: 990px;
	background: url(images/bg_footer.gif) no-repeat;
	height: 123px; clear: both;
	position: relative;
	margin-top: 120px;
	}
	
div#copyright {
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #666;
	position: absolute;
	width: 400px;
	height: 100px;
	left: 115px;
	top: 30px;
	}
	
	div#copyright a {color: #891F6A;}
	div#copyright a:hover {color: #B72A8D; text-decoration: none;}
	div#copyright img {margin: -30px 0 0 -140px;}
	
	
/* HORIZONTAL NAVIGATION */
div#nav {
	padding-left: 19px;
	}
div#nav ul {list-style: none;}
div#nav li {list-style-type: none; display: inline;}
	
div#nav li a {
	padding: 8px 0;
	width: 254px;
	display: block;
	font: .85em Arial, Helvetica, sans-serif;
	text-indent: 60px;
	text-decoration: none;
	color: #CCCCCC;
	background: #670101 url(images/bg_menu.gif) no-repeat;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #989d93;
	}

	div#nav li a:hover {color: #FFF; background: #670101 url(images/bg_menu_current.gif) no-repeat;}
		
	div#nav li a#current {
		color: #FFF;
		background: #670101 url(images/bg_menu_current.gif) no-repeat;
		text-decoration: none;
		font-weight: bold;
		}
		
		div#nav li a#current:hover {color: #FFF;}		

div#owner {
	position: absolute;
	width: 84px;
	height: 15px;
	left: 808px;
	top: 70px;
	overflow: hidden;
}

div#owner img {
	border: none;
}

/* UTILITY NAV */
div#utilnav {padding-top: 10px;}

div#utilnav ul {
	padding: 0 0 0 80px;
	list-style-type: none;
	clear: both;
	}

div#utilnav li{float: left;	list-style-image: none;}

div#utilnav li a {
	padding: 6px 10px 6px 10px; 
	float: left; 
	display: block;
	font: bold .65em Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	border-right: 1px #333333 solid;
	}
	
	div#utilnav li a:hover {color: #000;}
	div#utilnav li a#last { border: none; }

.clear {clear: both;}

.left {
	margin: 15px 0 0 20px;
	padding: 1px;
	border: 1px solid #E2E2E2;
	}

.right {
	margin: 20px 40px 0 25px;
	padding: 1px;
	float: right;
	border: 1px solid #D5DCCE;
	}
