@charset "UTF-8";
font {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	valign="top"
; 		vertical-align: top;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #2b2816;
	
}
body {
	background-image: url(imgs-bohemian/boh-bg.jpg);
}
table {
	background-image: url(imgs-bohemian/boh-table-bg.gif);
	background-repeat: repeat;
}

#top-bar{
	height:25px;
	width:580px;
}

#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 580px;
border-bottom: 1px solid #ddd;
}

#navlist
{
width: 100%;
height:30px;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #666;
font-size: 1em;
padding: 0px 8px 0px 0px;
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
}

#navlist a#current { color: #000; }


