
A:link {
	text-decoration: none; 
	color: #FF8800;
}
A:visited {
	text-decoration: none;
	color: #AA5500;
}
A:active {
	text-decoration: none;
	color: #552200;
}
A:hover {
	text-decoration: underline;
	color: #00FF00;
}


DIV#header A:link {
	text-decoration: none; 
	color: #AA4400;
}
DIV#header A:visited {
	text-decoration: none;
	color: #aa4400;
}
DIV#header A:active {
	text-decoration: none;
	color: #552200;
}
DIV#header A:hover {
	text-decoration: underline;
	color: #007700;
}

BODY {
	background: #111111;
	color: #AAAAAA;
        font-family: Helvetica, Arial, Verdana, sans-serif;
}

DIV#content {
	display: block;
	margin: 0 auto;
	width: 820px;
	background-color: #DDDDDD;
}

DIV#menu {
}

DIV#header {
	display: block;
	float: left;
	width: 820px;
}

DIV#seas {
	display: block;
	float: right;
	width: 820px;
	background-color: white;
}

DIV#header P {
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 1em;
	background-color: #D7D7D7;
}

DIV#logobar {
	display: block;
	background-color: #D7D7D7;
	height: 85px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 0px;
}

DIV#lists {
	clear: both;
	background: #111111;
	border: 10px solid #555555;
	width: 800px;
	font-family: Verdana;
	color: #AAAAAA;
	font-size: 1.2em;
}

DIV#tiles {
	clear: both;
	background: #111111;
	border: 10px solid #555555;
	width: 800px;
	font-family: Verdana;
	color: #999999;
	font-size: .8em;
}

DIV.atile {
	width: 160px;
	height: 180px;
	background: #111111;
	text-align: center;
	display: table-cell;
	vertical-align: center;
}

H1 {
	font-weight: normal;
}

H1.name {
	font-size: 2em;
	margin: 0;
}

H1.name .first {
	color: #EE7F2D;
}

H1.name .last {
	color: #000000;
}

.rowtitle {
	margin: 5px;
}

IMG {
	border: 0;
}

.atile A {
	color: #999999;
}

.atile IMG {
	border: 0;
}

IMG#seaslogo {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

IMG#pulogo {
	float: left;
	margin-top: 10px;
}

IMG.portrait {
	float: right;
}

.tile {
	max-height: 150px;
	max-width: 173px;
	padding: 4px;
}

#facebook {
       text-align: left;
}

.fb_ltr {
margin: 0 auto;
width: auto !important;
}

#footer {
	/* A div with the id 'footer' wraps the bottom bar. */
	display: block;
	float: right;
	width: 820px;
	height: 80px;
	background-color: #DDDDDD;
}

.alignleft {
       float: left;
}

.alignright {
	/* An element can be given the class 'alignleft/right', so I don't need
to wrap the img in another div. */
       float: right;
}

