/* Main Bayview CSS Document */

body {
	background: #3b3c3b url(../i/bg-main.jpg) repeat-x; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#slartibartfast {
	margin: 0 auto; 
	width: 909px; 
	border: solid white 4px; 
	min-height: 700px; 
	background: #212121 url(../i/bg-cw.gif) repeat-y;
}

#header {
	height: 234px; 
	width: 100%; 
	border-bottom: 4px solid #000; 
	background-repeat: no-repeat;
	background: black;
}

#logo {
	text-align: right; 
	padding-right: 20px; 
	padding-top: 35px;
}

#logo h1 {
	margin: 0;
}

#contentwrapper {
	border-top: 1px solid white;
}

#photoholder {
	float: right; 
	width: 220px; 
	margin-left: 12px; 
	margin-bottom: 12px; 
	margin-top: 22px; 
	margin-right: 10px;
}

#menu {
	color: white; 
	background-color: transparent; 
	width:210px; 
	float: left; 
	margin-top: -14px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: .8em;
}

#menu ul {
	list-style-type: none; 
	padding-left: 0; 
	margin-left: 0;
}
#menu li a {
	display: block; 
	height: 30px; 
	width: 209px; 
	padding-top: 12px; 
	text-align: center;
	border-bottom: 1px solid #555; 
	text-decoration: none; margin-top: 0;
}

#menu li a:link, #menu li a:visited {
	background-color: #141414; color: #fff;
}

#menu li a:hover {
	background-color: #fc0; color: #000;
}

#menu li a:active {
	background-color: #141414; color: #fff;
}

#content {
	background: #000; 
	color: #fff; 
	background: transparent; 
	padding-left: 220px; 
	padding-right: 12px;
	padding-bottom: 20px;
}

#content h1 {
	font-size: 1.5em; 
	font-weight: normal; 
	color: #00adef;
}

#content h2 {
	font-size: 1.1em; 
	font-weight: normal; 
	color: #f58428;
}

#content h3 {}

#content p, #content li, content table {
	font-size: .9em; 
	line-height: 1.5em;
}

#content li {
	padding-bottom: 6px;
}

#content ul {
	list-style-type: square;
}

#content a:link, #content a:visited {
	text-decoration: none; 
	color: #00adef;
}

#content a:hover {
	text-decoration: none; 
	color:#f58428;
}

#footer {
	font-size: x-small; 
	color: #fff; 
	background-color: transparent; 
	text-align: center; 
	padding-top: 3px;
}
#footer a {text-decoration: none;}

#footer a:link, #footer a:visited {color: #0099FF;}

#footer a:hover {color: #FFCC00;}

.center {
	text-align: center;
}
.fineprint {
	font-size: x-small;
}
.right {
	text-align: right;
	}
.construction {
color: red;
}
.highlite {
color:#FFCC00;}