.main .leftpane
{
	/* IE6 doesn't render floated block elements with left margins correctly so we have to make this inline */
	display: inline;
	float: left;
	width: 270px;
	margin: 60px 90px 50px 100px;
}

.main .rightpane
{
	float: left;
	width: 460px;
	margin: 50px 0 50px 0;
}

.main .rightpane h1
{
	font-size: 25px;
	line-height: 22px;
}

.footer .padding { padding: 13px 0 0 460px; }


.articles .news_header
{
	color: rgb(67, 50, 25);
	font-family: georgia, 'times new roman', serif;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 2px;
}

.articles .article
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
}

.articles a
{
	color: rgb(217, 84, 30);
	font-family: georgia, 'times new roman', serif;
	font-style: italic;
	text-decoration: 1;
}

#header {
	z-index: 10;
}

#header .img_links
{
	left: 420px;
	position: absolute;
	top: 90px;
}

#header .img_links .img_link_hover {
	position: relative;
	bottom: 75px;
}

#header .img_links img { margin-right: 5px; }

.page_images {
	position: relative;
	text-align: center;
	height: 250px;
	overflow: hidden;
	z-index: 1;
}
.page_image_left {
	left: 0;
	position: absolute;
	top: 0;
}
.page_image_center {
	margin: 0 auto;
}
.page_image_right {
	position: absolute;
	right: 0;
	top: 0;
}

