body {
background:#fff;
text-align:center;
}

#header {
	height:120px;
	width:100%;
	text-align:center;
	background-color: #000000;
	background-image: url(../img/header2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header span {
	position:inherit;
	top:60px;
	right:15px;
	color:#ccc;
	font:20px "Trebuchet MS", helvetica, sans-serif;
	width: 740px;
}

#wrapper {
text-align:center;
width:750px;
clear:both;
margin:0 auto;
}

#nav {
background:transparent;
text-align:left;
width:9%;
float:left;
padding-top:20px;
}

#nav * {
color:#111;
font:18px "Trebuchet MS", helvetica, sans-serif;
text-decoration:none;
line-height:14px;
}

#nav ul li {
list-style:none;
}

#nav ul li a {
display:block;
width:100px;
line-height:21px;
}

#nav ul li a:hover {
color:#23d;
padding-left:9px;
border-color:#23d;
border-style:solid;
border-width:0 4px 0 0;
}

#content {
background:transparent;
width:85%;
float:right;
color:#000;
padding-bottom:10px;
font:14px 'Trebuchet MS', helvetica, sans-serif;
border-color:#bbb;
border-style:dotted;
border-width:0 0 0 1px;
}

#content h2 {
text-align:left;
padding:3px 0 3px 7px;
}

#content h5,h5 a {
font:12px 'Trebuchet MS', helvetica, sans-serif;
color:#666;
text-decoration:none;
}

#content p {
text-align:left;
text-indent:0px;
line-height:20px;
padding:10px;
}

#content p a {
color:#23d;
text-decoration:none;
}

#content blockquote {
text-align:left;
background:#eee;
border:1px solid #aaa;
margin:10px 20px;
padding:10px 10px 10px 15px;
}

#footer {
clear:both;
background:#000 url('../img/footer.jpg') center top repeat-x;
padding-bottom:10px;
}

#dock {
	width:750px;
	min-width:650px;
	text-align:center;
	margin:0 auto;
	padding:46px 0 0 10px;
	background-color: #FFFFFF;
}

#dock .bay h4 {
clear:both;
color:#ccc;
font:14px 'Trebuchet MS', helvetica, sans-serif;
}

#dock .bay {
width:230px;
min-width:190px;
height:150px;
border:2px solid #666;
float:left;
text-align:left;
color:#999;
font:14px 'Trebuchet MS', helvetica, sans-serif;
margin:5px 2px 0;
padding:5px 5px 0;
}

#dock .bay a {
color:#999;
font:14px 'Trebuchet MS', helvetica, sans-serif;
}

#dock .bay li {
list-style:none;
padding-left:10px;
}

#footer #ack {
width:750px;
color:#ccc;
font:14px 'Trebuchet MS', helvetica, sans-serif;
text-decoration:none;
clear:both;
margin:0 auto;
padding:0 0 10px;
}

#footer #ack a {
color:#ccc;
font:14px 'Trebuchet MS', helvetica, sans-serif;
}

#ack span.right {
float:right;
}

*,#content blockquote p {
	margin:0;
	padding:0;
	text-align: left;
}

