body {
	background-color: transparent;
	background-image: url(gate1.jpg);
}
#main {

	width: 800px;
	padding-bottom: 50px;
}

#header {
	width: 100%;
	height: 174px;

}

h2 {
	color: #000;
	font-family: "Times New Roman";
	text-align: center;
}

h3 {
	color: #000;
	font-family: "Times New Roman";
	text-align: center;
}
#col1 {
	float: left;
	width: 165px;
	padding: 0%;
	height: 300px;
	margin-left: 8px;
	
}

 #navcontainer { width: 160px; }

#navcontainer ul
{
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding: 3px 0px 3px 10px;
	width: 160px;
	background-color: White;
	border: 1px solid Silver;
}

#navcontainer a:link, #navlist a:visited
{
color: #76816D;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFF;
color: #000;
}


#col2 {
	float: right;
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

a.link1:link {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.link1:visited {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover {
	color: #76816D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}


a.link2:link {
	color: #AAAA99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.link2:visited {
	color: #AAAA99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.link2:hover {
	color: #999988;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

.clearboth { clear: both; }