A:link {text-decoration: underline; color: blue;}
A:visited {text-decoration: underline; color: blue;}
A:active {text-decoration: underline; color: blue;}
A:hover {text-decoration: underline; color: blue;}

body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #312823;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#site {
	position:relative;
	width: 900px;
	margin: 0 auto 0 auto;
}

#header {
	position:relative;
	width: 900px;
	height: 290px;
	margin: 0 auto;
	background: url(./bridgebanner.jpg) no-repeat left top;
}

#bottom {
	position:absolute;
	bottom:0px;
	left:0px;
}

#page {
	position:absolute;
	top:175px;
	left:75px;
	width: 700px;
	#height: 500px;
	margin: 0px auto 0px auto;
	padding: 20px;
	background: #FFFFFF;
	z-index:5;
	border-left: 5px #312823 solid;
	border-right: 5px #312823 solid;
	border-bottom: 5px #312823 solid;
}


#sltpic {
	float:left;
	width:150px;
	text-align: left;
}

#info {
	padding:10px;
	float:right;
	text-align: left; 
	width:500px; 
}


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
#background: url(background.gif) #fff bottom left repeat-x;
background-color:white;
height: 2em;
line-height: 2em;
float: left;
padding: .2em;
margin:.2em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none;
}
/* End hide */

#nav-menu
{
	position:absolute;
	top:150px;
	left:80px;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index:5;
} 
#list{
    list-style-position: inside;
    text-indent: -1em;
    margin-left:1em;

}

a.linkopacity {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
-khtml-opacity: 0.6;
}

a.linkopacity:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; 
}