* { margin: 0; padding: 0; }

body
{
	background: #6a2221 url(images/background.png) repeat-x;
}

div.clear
{
	clear: both;
}

body
{
 width: 1300px;
 margin: 0 auto;
}

html, body, #wrap, #site {height: 100%;}

body > #wrap, #site {height: auto; min-height: 100%;}

#iframe 
{
		height: auto;
		min-height: 100%; 
		}


div#site
{
	width: 970px;
	margin: 0 auto;
	background: url(images/contentbg.png) repeat-y;
	float: left;
}



div#bg_left_pattern
{
	width: 164px;
	height: 521px;
	float: left;
	background: url(images/background_left_pattern.png) no-repeat;
}


div#bg_right_pattern
{
	width: 164px;
	height: 521px;
	background: url(images/background_right_pattern.png) no-repeat;
	float: left;
}



div#header
{
	width: 970px;
	height: 147px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat;
}

ul#menu
{
	margin: 0 auto;
	width: 968px;
	padding-left: 2px;
	height: 29px;
	background: url(images/menu_bg.png) no-repeat;
	list-style-type: none;
}

ul#menu li
{
	height: 29px;
	width: 0;
	white-space: nowrap;
   background: url(images/menu_item_s.png) center no-repeat;
   float: left;
   max-width: 300px;
	display: inline-table;
	border-right: 1px solid #9a0000;
}

ul#menu > li
{
	width: auto;
	*width: 100px;
}

ul#menu li a
{
	height: 21px;
	padding-top: 8px;
	display: inline-table;
	float: left;
	margin: 0 8px 0 8px;
	
   color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

ul#menu li div.l
{
   background: url(images/menu_item_s.png) left no-repeat;
   width: 3px;
   height: 29px;
	float: left;
}


ul#menu li div.r
{
   background: url(images/menu_item_s.png) right no-repeat;
   width: 3px;
   height: 29px;
	float: right;
}

ul#menu li:hover
{
   background: url(images/menu_item_s_hover.png) center no-repeat;
}

ul#menu li:hover div.l
{
   background: url(images/menu_item_s_hover.png) left no-repeat;
}

ul#menu li:hover div.r
{
   background: url(images/menu_item_s_hover.png) right no-repeat;
}

ul#menu li.last
{
	border-right: 0px;
}


div#content
{
	width: 970px;
	margin: 0 auto;
}

img#photo
{
	margin: 0 auto;
}

div#photo_shadow
{
	background: url(images/photo_shadow.png) no-repeat;
	margin: 0 auto;
	width: 970px;
	height: 26px;
}

/* Middle-sized content unit */
div.mid_contentunit
{
	width: 697px;
	min-height: 280px;
	margin-left: 24px;
	float: left;
	font: 11px Verdana;
	display: inline;
}

div.mid_contentunit h3
{
   font: 18px Verdana;
	color: #912b2b;
}


div.mid_contentunit .head
{
	width: 655px;
	height: 24px;
	background: url(images/contentunitmid_head.png);
	padding: 10px 0 0 40px;

	font-size: 16px;
	color: #fff;
}

div.mid_contentunit .mid
{
	width: 682px;
	padding-left: 15px;
	padding-top: 25px;
	background: url(images/contentunitmid_bg.png) repeat-y;
}

div.mid_contentunit .bottom
{
	width: 697px;
	height: 18px;
	background: url(images/contentunitmid_bottom.png) repeat-y;
}


/* Small content unit */

div.small_contentunit
{
	width: 213px;
	min-height: 280px;
	float: left;
	margin-left: 20px;
	font: 12px Verdana;
	display: inline;
}

div.small_contentunit h3
{
   font: 18px Verdana;
	color: #912b2b;
}


div.small_contentunit .head
{
	width: 169px;
	height: 24px;
	padding: 10px 0 0 40px;
	background: url(images/contentunitsmall_head.png) no-repeat;

	font-size: 16px;
	color: #fff;
}

div.small_contentunit .mid
{
	width: 198px;
	padding-left: 15px;
	background: url(images/contentunitsmall_bg.png) repeat-y;
	padding-top: 25px;
}

div.small_contentunit .bottom
{
	width: 213px;
	height: 18px;
	background: url(images/contentunitsmall_bottom.png) repeat-y;
}


/* Big content unit (full width) */
div.big_contentunit
{
	width: 922px;
	min-height: 280px;
	font: 12px Verdana;
	margin-left: 24px;

}

div.big_contentunit h3
{
   font: 18px Verdana;
	color: #912b2b;
}

div.big_contentunit .head
{
	width: 877px;
	padding: 10px 0 0 40px;
	height: 24px;
	background: url(images/contentunit_head.png);

	font-size: 16px;
	color: #fff;
}

div.big_contentunit .mid
{
	width: 907px;
	padding-left: 15px;
	padding-top: 25px;
	background: url(images/contentunitbig_bg.png) repeat-y;
}

div.big_contentunit .bottom
{
	width: 922px;
	height: 18px;
	background: url(images/contentunitbig_bottom.png) repeat-y;
}


div#footer
{
	width: 972px;
	height: 123px;
	background: url(images/footer.png) no-repeat;
	margin: -123px auto 0 auto;
	clear: both;
	position: relative;
}

#main {padding-bottom: 123px;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */