* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	background: #FFF url(images/bg.gif) repeat-x;
	}

h1 {
	width: 584px;
	height: 63px;
	padding: 13px 0 0 85px;
	font: normal 2em Arial, Helvetica, sans-serif;
	color: #D51A17;
	background: url(images/bg_h1.gif) no-repeat;
	}

h2 {
	margin: 20px 60px 0 25px;
	font: bold .95em Arial, Helvetica, sans-serif;
	color: #B61614;
	border-bottom: 1px solid #D0D0D0;
	clear: both;
	}

h3 {
	margin: 27px 60px 0 35px;
	padding: 10px;
	width: 200px;
	float: right;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	color: #403207;
	background: #F2BC1B;
	border: 3px solid #957411;
	}
	
	h3 a:link, h3 a:visited {
		color: #403207;
		text-decoration: none;
		}
		
		h3 a:hover {
			color: #FFF;
			}

h4 {
	margin: 25px 60px 0 25px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #2E3A80;
	clear: both;
	}
	
	h4 em {
		padding-right: 40px;
		font: normal 1.1em Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		color: #5670BF;
		}

h5 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	color: #124768;
	position: absolute;
	z-index: 3;
	top: 290px;
	left: 55px;
	}
	
	h5 a:link, h5 a:visited {
		font-style: normal;
		font-weight: 100;
		text-decoration: none;
		color: #0083D4;
		}
		
		h5 a:hover {
			color: #009EFF;
			}

p {
	padding: 20px 60px 0 25px;
	font: .75em Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #333;
	}
	
	p strong {	
		color: #0065A3;
		}

			a.linked:link, a.linked:visited {
				padding: 2px 3px;
				color: #FFF;
				background: #B6231D;
				text-decoration: none;
				}
				
			a.linked:hover {
				color: #FFF;
				background: #D51A17;				
				}
	
div#columned {
	width: 300px;
	float: left;
	}

div#columned ul {
	margin: 20px 0 0 60px;
	padding: 0 0 0 20px;
	}
	
div#columned li {
	padding-left: 10px;
	font: .75em Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #0E1227;
	list-style-image: url(images/bullet.gif);
	}
	
div#columned ul#in {
		margin: 20px 0 0 40px;
		padding: 0;
		}

address {
	padding: 20px 0 0 75px;
	font: normal .75em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #444;
	background: url(images/bg_address.gif) no-repeat;
	}
	
	address a:link, address a:visited {
		padding: 2px 3px;
		color: #FFF;
		background: #0065A3;
		text-decoration: none;
		}
		
	address a:hover {
		color: #FFF;
		background: #008DE3;
		}

div#container {
	margin: 0 auto -210px;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	}

div#header {
	width: 990px;
	height: 292px;
	background: url(images/bg_header.gif) no-repeat;
	}

	div#content {
		width: 990px;
		clear: both;
		}

		div#columnleft {
			width: 321px;
			float: left;
			background: url(images/bg_sidebar.gif) repeat-y;
			}
			
			div#columnleft_end {
				padding-bottom: 138px;
				width: 321px;
				float: left;
				background: url(images/bg_sidebar_end.gif) bottom left no-repeat;
				}
			
		div#columnright {
			width: 669px;
			float: left;
			background: url(images/bg_content.gif) repeat-y;
			}
			
			div#columnright_end {
				padding-bottom: 82px;
				width: 669px;
				float: left;
				background: url(images/bg_content_end.gif) bottom left no-repeat;
				}
			
		div#map {
			margin: 20px 20px 0 40px;
			padding: 3px;
			width: 400px;
			height: 300px;
			border: 1px solid #FFF6C6;
			}
	
		div#diy {
			margin: -30px 0 0 0;
			padding: 0;
			width: 600px;
			}


div#push, div#footer {
	height: 210px;
	clear: both;
	}

div#footer {
	margin: 0 auto;
	width: 990px;
	background: url(images/bg_footer.gif) no-repeat;
	position: relative;
	}
	
	

/* COPRIGHT -- IE7 Fix located in HTML -- */
div#copyright {
	padding: 42px 0 0 640px;
	clear: both;
	font: .55em Arial, Helvetica, sans-serif;
	color: #bde6ff;
	}
	
	div#copyright a {
		color: #bde6ff;
		}
		
	div#copyright a:hover {
		color: #2E3A80;
		background: #A2CDF2;
		text-decoration: none;
		}
	
	div#copyright img {
		margin: -28px 0 0 -135px;
		}
	
	
	
/* VERTICAL NAVIGATION */
div#nav {
	width: 281px;
	}

div#nav ul {
	padding-left: 40px;
	list-style: none;
	}

div#nav li {
	list-style-type: none;
	display: inline;
	}

div#nav li a {
	padding: 7px 15px;
	display: block;
	text-decoration: none;
	color: #444;
	width: 251px;
	font: .8em Arial, Helvetica, sans-serif;
	text-indent: 10px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #D0D0D0;
	background: #DFDFDF;
	}
	
	div#nav li a:hover {
		color: #333;
		background: #C6C6C6;
		}
		
		div#nav li a#current {
			color: #FFF;
			background: #0083D4;
			}
			
			div#nav li a#current:hover {
				background: #0065A3;
				}



/* UTILITY NAV */
div#utilnav {
	width: 990px;
	height: 37px;
	clear: both;
	}
	
div#utilnav ul {
	padding: 40px 0 0 25px;
	list-style-type: none;
	clear: both;
	}

div#utilnav li {
	float: left;
	list-style-image: none;
	}
	
div#utilnav li a {
	margin: 0 3px;
	padding: 6px 9px;
	display: block;
	font: bold .65em Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #0065A3;
	border: 1px solid #063E60;
	text-decoration: none;
	}

	div#utilnav li a:hover {
		color: #FFF;
		background: #0083D4;
		border: 1px solid #063E60;
		text-decoration: none;
		}
		
	div#utilnav li a#current {
		color: #FFF;
		background: #D51A17;
		border: 1px solid #063E60;
		text-decoration: none;
		}
		
			div#utilnav li a#current:hover {
				background: #B6231D;
				}
		
			div#utilnav li a.admin {
					margin: 0 3px 0 312px;
					}



/* Web Audio */
div#audio {
	position: absolute;
	z-index: 4;
	top: 430px;
	right: 235px;
	}

a#sound {
	font: bold .8em Arial, Helvetica, sans-serif;
	color: #373878;
	text-decoration: none;
	}

	a#sound:hover {
		color: #DF1A16;
		}



/* ADMIN LOGIN */
div#admin {
	width: 90px;
	background: url(images/lock.gif) no-repeat;
	position: absolute;
	z-index: 4;
	top: 742px;
	right: 135px;	
	}
	
	div#admin a:link, div#admin a:visited {
		font: normal .65em Arial, Helvetica, sans-serif;
		color: #272318;
		text-decoration: none;
		}

	div#admin a:hover {
		font-weight: bold;
		color: #A00000;
		text-decoration: none;
		}

.clear {
	clear: both;
	}

.right {
	margin: 20px 60px 0 25px;
	padding: 1px;
	border: 1px solid #D0D0D0;
	background: #FFF;
	float: right;
	}

.dude {
	margin: 20px 60px 30px 25px;
	float: right;
	}