body {
	background-image: url(images/bg-metal.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-attachment: fixed;
}
body#intro { background-color: #999; }

#leftCol {
	position: absolute;
	width: 220px;
	float: left;
	margin-left: 50px;
	margin-top: 200px;
	margin-bottom: 40px;

}
.Walter {
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	color: #666666;
}
.name {
	font-style: oblique;
	margin-left: 50px;
}

div.glassBox {
	background-image: url(images/bg-metal-dark.gif);
	background-repeat: repeat-x;
	/************ WORKS FOR A SINGLE LEFT COLUMN THAT GOES ALL THE WAY TO THE BOTTOM
	height: 100%;
	**************************/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 40;
	background-position: 0 0;
	text-align: right;
	padding-top: 30px;
	border: 3px groove #000000;
	background-attachment: fixed;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

/*
.glassBox a:link {
	color: #FFFFFF;
	text-decoration: none;
	width: 200px;
	height: 30px;
}
*/

.glassBox p {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	margin-bottom: -20px;
}

.glassBox a {
	color: #FFFFFF;
	text-decoration: none;
	width: 200px;
	height: 30px;
}

.glassBox a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 200px;
}
.glassBox :hover {
	color: #FFFFFF;
	text-decoration: none;
	width: 200px;
	background-image: url(images/bg-metal-dark2.gif);
	background-position: 0 0;
	background-attachment: fixed;
	height: 30px;
	font-weight: bold;
	padding-right: 14px;
}

.glassBox a:active {
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	text-decoration: none;
}


#mainCol {
	height: auto;
	width: 400px;
	font-size: 16px;
	color: #333333;
	left: 320px;
	top: 150px;
	background-color: #FFFFFF;
	float: right;
	position: absolute;
	z-index: 2;
	padding-top: 50px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 50px;
	text-align: justify;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#mainCol h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

#mainCol a:link {
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;

}

/***** NEEDED FOR SAFARI ONLY ****/
#mainCol a {
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;

}

#mainCol a:visited {
}

#mainCol a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#mainCol a:active {
}

#mainCol ul {
	text-align: left;
}

#header {
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	height: 100px;
	padding-top: 20px;
	position: absolute;
	top: 40px;
	z-index: 3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#header h1 {
	padding-left: 50px;
	padding-top: 40px;
}
#headerSub {
	width: 100%;
	position: absolute;
	top: 142px;
	z-index: 4;
	height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.headWhiteCenter {
	background-color: #FFFFFF;
	width: 560px;
	position: absolute;
	z-index: 6;
	height: 30px;
	left: 322px;
	top: 150px;
}



.title {
	font-weight: bold;
	color: #000000;
}
.titleItalic {
	font-weight: bold;
	color: #000000;
	font-style: oblique;
}
li {
	margin-bottom: 20px;
}

div.activePage {
	float: right;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	margin-top: -40px;
	height: 40px;
	border: 2px solid #000000;
}

.activePage p {
}
#flashIntro {
	width: 950px;
	height: 525px;
	background-image: url(images/bg-metal-dark.gif);
	background-position: 0 0;
	margin-top: 20px;
	background-attachment: fixed;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

