body
{
	margin: 0;
	font-family: Arial;
	font-size: 10pt;
	background: url(images/tile.jpg) top center repeat;
}

a
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: underline;
	color: #666666;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 0;
}

#top
{
	width: 900px;
	margin: 0 auto;
	background: #fff;
	margin-top: 63px;
}

#logo
{
	background: url(images/logo.jpg) bottom left no-repeat;
	width: 696px;
	height: 80px;
	margin: 0 auto;
}

#header_image
{
	width: 894px;
	height: 330px;
	margin: 0 auto;
	border-top: 1px solid #510711;
	border-left: 1px solid #510711;
	border-right: 1px solid #510711;
	margin-bottom: 2px;
}

#top_nav
{
	width: 896px;
	height: 28px;
	font-size: 11pt;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	background-color: #510711;
}
 
#top_nav ul
{
	list-style: none;
	padding: 0;
	width: 630px;
	margin: 0 auto;
}

#top_nav .title
{
	display: none;
}

#top_nav div.level_0
{
	float: left;
}

#top_nav div.level_0
{
	padding: 0 30px 0 20px;
	height: 28px;
	background: url(images/nav_bg.jpg) right no-repeat;
	line-height: 1.85em;
	float: left;
	display: block;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
}

#top_nav div.level_0.last
{
	background: none;
	padding-right: 0;
}

#top_nav ul.level_1
{
	width: 180px;
	position: absolute;
	z-index: 2;
	display: none;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	background: #6a2a33;
	top: 28px;
	left: 0px;
}

#top_nav li.level_1:hover
{
	background: #92646a;
}

#top_nav a
{
	color: #fff;
	text-decoration: none;
}


#content_container
{
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/body_bg.jpg) top left repeat-y;
}

#content_left
{
	width: 656px;
	min-height: 400px;
	padding: 10px;
	float: left;
}

#right
{
	float: left;
	width: 212px;
	min-height: 400px;
	padding-left: 4px;
}

#right_top
{
	background: url(images/right_top.jpg) top center no-repeat;
	width: 177px;
	height: 66px;
	margin: 0 auto;
}

#right_bottom
{
	background: url(images/right_bottom.jpg) top center no-repeat;
	width: 177px;
	height: 66px;
	padding-left: 40px;
	/*position: absolute;
	right: 25px;
	top: -66px;*/
}

#content_right
{
	padding: 5px 0px 30px 5px;
}

#footer
{
	width: 900px;
	background: #fff;
	margin: 0 auto;
	height: 30px;
	/*position: relative;*/
}

#footer_top
{
	height: 28px;
	width: 896px;
	margin: 0 auto;
	background: #510711;
}

#footer_image
{
	width: 900px;
	margin: 0 auto;
	margin-top: 25px;
	height: 50px;
	background: url(images/footer_img.png) top center no-repeat;
}

iframe *
{
	font-size: 8px;
}
