
A:link {
	text-decoration: none; 
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
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;
}

DIV#wideheader A:link {
	text-decoration: none; 
	color: #AA4400;
}
DIV#wideheader A:visited {
	text-decoration: none;
	color: #aa4400;
}
DIV#wideheader A:active {
	text-decoration: none;
	color: #552200;
}
DIV#wideheader A:hover {
	text-decoration: underline;
	color: #007700;
}

BODY {
	background: #333 url(img/paper2.png);
}

DIV#content {
	display: block;
	margin: 0 auto;
	width: 820px;
	background-color: #DDDDDD;
}

DIV#widecontent {
	display: block;
	margin: 0 auto;
	width: 1140px;
	background-color: #DDDDDD;
}

DIV#menu {
}

DIV#header {
	display: block;
	float: left;
	width: 820px;
}

DIV#wideheader {
	display: block;
	float: left;
	width: 1140px;
}

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#wideheader 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: 80px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 0px;
}

DIV#logobar2 {
	display: block;
	background-color: #D7D7D7;
	height: 66px;
	padding-top: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
}

DIV#portrait {
	float: right;
	display: block;
	background-color: #D7D7D7;
	height: 200;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

DIV#lists {
	clear: both;
	background: #222222;
	border: 10px solid #555555;
	width: 800px;
	font-family: Verdana;
	color: #AAAAAA;
	font-size: 1.2em;
}

DIV#tiles {
	clear: both;
	background: #222222;
	border: 10px solid #555555;
	width: 800px;
	font-family: Verdana;
	color: #999999;
	font-size: .8em;
}

DIV#widetiles {
	clear: both;
	background: #222222;
	border: 10px solid #555555;
	width: 1120px;
	font-family: Verdana;
	color: #999999;
	font-size: .8em;
}

DIV.atile {
	width: 160px;
	height: 180px;
	background: #222222;
	text-align: center;
	display: table-cell;
	vertical-align: center;
}

DIV.awidetile {
	width: 230px;
	height: 180px;
	background: #222222;
	text-align: center;
	display: table-cell;
	vertical-align: center;
}

H1.name {
	font-size: 2em;
	margin: 0;
}

H1.name .first {
	color: #111111;
}

H1.name .last {
	color: #111111;
}

.rowtitle {
	margin: 5px;
}

IMG {
	border: 0;
}

.atile A {
	color: #999999;
}

.atile IMG {
	border: 0;
}

.awidetile A {
	color: #999999;
}

.awidetile IMG {
	border: 0;
}

IMG#seaslogo {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

IMG#pulogo {
	float: left;
	margin-top: 10px;
}

IMG.portrait {
	float: right;
	margin-top: 1px;
}

IMG.books {
	float: right;
}

img {
    	max-width: 100%;
	height: auto;
	width: auto\9;
}

.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;
}

#widefooter {
	/* A div with the id 'footer' wraps the bottom bar. */
	display: block;
	float: right;
	width: 1140px;
	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;
}

