html, body {
	background-color: #000;
	background-image: url(/images/zg_wallpaper.gif);
	color: #EED393;
	font-family: Times, serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
A:link     { color: #EED393; text-decoration:none;}	
A:visited  {  color: #EED393; text-decoration:none;}
A:hover {text-decoration: underline;}
A:active   { text-decoration:none;}

#container {
	position: relative;
	top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/* background-image: url(/images/transparent-20.png); */
	min-height: 600px;
}

#nav_back {
	position: absolute;
	z-index: 1;
}
#nav_column {
	position: absolute;
	z-index: 10;
	top: 0px;
	width: 174px;
	min-height: 600px;    
	background-color: #000;
}
#nav_column ul {
	margin: 35px 10px 15px 15px;
	padding: 0px;
	list-style-type:none;
}
#nav_column ul li {
	margin-bottom: 18px;
	text-transform: uppercase;
    font-weight: bold;
}

#main_column {
	position: relative;
	left: 170px;
	width: 590px;
	padding: 20px;
}

#address {
	position: relative;
	padding-top: 188px;
    padding-left: 17px;
}

#content {
	position: relative;
	background-color: #000;
	margin: 10px 20px 20px 20px;
	padding: 40px 20px 20px 20px;
    min-height: 510px;
}

h1 { 
   margin-top: 0px; 
   text-align:center;
   margin-bottom: 2.8em;
}

input {
   margin: 2px;
}

td {
   vertical-align:top;
}

.right_column { float: right; }

.photo_lg {
    text-align: center;
}

.high_link {
   text-align:center;
   font-weight: bold;
   font-size: 1.5em;
}
