/* ----- COPY ----- */

body, html
{
	font-family: Arial, Helvetica, sans-serif;
	color: #10305f;
}

a
{
	color: #891627;
}

p, ul li
{
	line-height: 24px;
}

#disclaimer p
{
	font-size: 10px;
	line-height: 10px;
}

/* ----- LAYOUT ----- */

body, html
{
	padding: 0;
	margin: 0;
	text-align: center;
	background: #eaf0ff;
}

#container
{
	position: relative;
	top: 0;
	width: 1024px;
	margin: 0 auto 0 auto;
	background: #eaf0ff url(/_img/global/bg_container.gif) repeat-y;
}

#masthead
{
	position: relative;
	top: 0;
	left: 70px;
	height: 199px;
	width: 885px;
	background: url(/_img/global/masthead_penguins.jpg) no-repeat;
}

#nav
{
	position: absolute;
	top: 199px;
	left: 100px;
	width: 172px;
	background: #FFFFFF;
}

#bottom
{
	position: relative;
	top: 0;
	left: 0;
	width: 1024px;
	height: 73px;
	background: #eaf0ff url(/_img/global/bg_bottom.gif) no-repeat;
}

#content
{
	position: relative;
	top: 0;
	left: 300px;
	width: 620px;
	text-align: left;
	padding-bottom: 30px;
}

/* ----- ELEMENTS ----- */

.page_pic
{
	float: right;
	margin: 20px 0 20px 20px;
	border: 1px solid #2c2f22;
}

#masthead a
{
	height: 100%;
	width: 100%;
	display: block;
}

#bottom
{
	padding-top: 20px;
	font-size: 12px;
}

#member_form, .member_form
{
	width: 100%;
}

#member_form tr td, .member_form tr td
{
	padding: 5px;
	border-top: 1px solid #999999;
}

.member_form_heading
{
	background: #45789e;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

#member_form_submit
{
	height: 50px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	background: #CCCCCC;
}