/* ----- COPY ----- */

body, html
{
	font-family: Arial, Helvetica, sans-serif;
	color: #2c2f22;
}

a
{
	color: #d1562c;
}

p, ul li
{
	line-height: 24px;
}

/* ----- LAYOUT ----- */

body, html
{
	padding: 0;
	margin: 0;
	text-align: center;
	background: #f0e39e;
}

#container
{
	position: relative;
	top: 0;
	width: 1024px;
	margin: 0 auto 0 auto;
	background: #f0e39e url(/_img/global/bg_container.gif) repeat-y;
}

#masthead
{
	position: relative;
	top: 0;
	left: 70px;
	height: 199px;
	width: 885px;
	background: url(/_img/global/masthead.jpg) no-repeat;
}

#masthead_special
{
	position: relative;
	top: 0;
	left: 70px;
	height: 199px;
	width: 885px;
	background: url(/_img/global/masthead_special.jpg) no-repeat;
}

#nav
{
	position: absolute;
	top: 199px;
	left: 100px;
	width: 172px;
	background: #FFFFFF;
}

#bottom
{
	position: relative;
	top: 0;
	left: 0;
	width: 1024px;
	height: 57px;
	background: #f0e39e 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;
}

#disclaimer p
{
	font-size: 10px;
	line-height: 10px;
}