html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	height: 100%;
}

#page {
	width: 966px;
	margin: 0 auto 20px;
	padding: 0;
	background: url(http://sealclub.org/images/v1.sealclub.background.jpg);
}


#leftcolumn, #centercolumn, #rightcolumn {
	padding: 0;
	margin: 0;
	float: left;
}

#leftcolumn {
	width: 260px;
	height: 587px;
	background: url(http://sealclub.org/images/v1.sealclub.left.jpg);
	
}

#rightcolumn {
	width: 256px;
	height: 577px;
	background: url(http://sealclub.org/images/v1.sealclub.right.jpg);
}

#centercolumn {
	width: 450px;
	background: #fff;
}

#header {
	width: 450px;
	height: 120px;
	background: url(http://sealclub.org/images/v1.sealclub.header.jpg);
}
#header h1 {
	display: none;
}

#main {
	margin: 10px 0;
}

#internal {
	width: 185px;
	margin: 0 0 20px 20px;
	float: left;
	padding: 0;
}
#external {
	width: 185px;
	margin: 0 20px 20px 0;
	float: right;
	padding: 0;
}
#internal p, #external p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
#internal p a, #external p a {
	text-decoration: none;
	color: #333;
}
#internal p a:hover, #external p a:hover {
	color: #000;
}
h2 {
	font-family: Garamond, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #333;
	color: #333;
	letter-spacing: 0.1em;
}

#links {
	clear: both;
	font-family: Garamond, Times, "Times New Roman", serif;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	font-size: 18px;
	
}
#links a {
	text-decoration: none;
	color: #333;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 14px;
}
#links a:hover {
	color: #666;
}

#static {
	width: 410px;
	margin: 10px 0px 10px;
	padding: 10px 20px;
	background: url(http://sealclub.org/images/v1.sealclub.static.jpg);
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #555;
}
#static h2 {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	color: #555;
	border-bottom: 1px solid #777;
	font-size: 14px;
}
#static a {
	text-decoration: none;
	color: #eee;
	background: #888;
	padding: 2px;
}
#static a:hover {
	background: #555;
}
#static ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#static li {
	margin: 6px 0;
}

#footer {
	height: 75px;
	width: 966px;
	background: url(http://sealclub.org/images/v1.sealclub.footer.jpg);
	clear: both;
	align: bottom;
}
#footer #hide {
	display: none;
}

.delicious-posts { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif; }
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0; }
.delicious-post { }
.delicious-odd { background-color: #f8f8f8; }
.delicious-posts a:hover { background: #ddd; color: #222; }
.delicious-posts a { text-decoration: none; color: #333; display: block; padding: 2px 0; }
.delicious-post a { }