html, body {margin: 0; padding: 0;}

body
{
	background: url(images/bg_gradient50.png) repeat-x #646464;
	font-family: sans-serif;
	color: #444;
	padding: 27px 0;
}

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

img
{
	border: 0;
}

#container
{
	position: relative;
	width: 910px;
	margin: auto;
	background: url(images/middle_bg.png);
}

#top
{
	position: relative;
	background: url(images/top_grad50.jpg);
	height: 156px;
}

h1
{
	width: 470px;
	height: 90px;
	padding-top: 35px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

h2
{
	color: #999;
	font-family: sans-serif;
	margin-top: 0;
}

#bread_crumbs
{
	position: absolute;
	bottom: 0;
	left: 5px;
	background: url(images/bread_crumbs_bg.png);
	height: 25px;
	width: 900px;
}

#bread_crumbs ul
{
	display: table-cell;
	vertical-align: middle;
	height: 25px;
	margin: 0;
	padding-left: 5px;
	list-style-type: none;
	color: #C5C5C5;
}

#bread_crumbs li
{
	padding-right: 2px;
	display: inline;
}

#bread_crumbs a
{
	color: #ddd;
}

#top_shadow
{
	position: absolute;
	top: 156px;
	left: 5px;
	background: url(images/top_shadow.png);
	height: 7px;
	width: 900px;
	z-index: 100;
}

#middle_container
{
	background: #DDD;
	margin: 0 5px;
}

#nav_container
{
	width: 144px;
	padding-top: 5px;
	height: 100%;
	float: left;
}

#nav
{
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	font-family: "Myriad Pro", sans-serif;
}

#nav li
{
	border-bottom: 1px solid #bbb;
}

#nav a
{
	display: block;
	padding-left: 8px;
	padding-top: 8px;
	color: #555;
	text-decoration: none;
}

#nav a:hover
{
/* 	text-decoration: underline; */
	color: black;
	text-shadow: 0px 0px 5px #666;
}

#main_content
{
	margin-left: 149px;
	border-left: 1px solid #BBB;
	padding: 10px;
	background: white;
	position: relative;
}

#bottom
{
	background: url(images/bottom_bg.png);
	width: 910px;
	height: 29px;
	padding-bottom: 5px;
	text-align: center;
	color: #999;
	font-size: 0.7em;
	font-family: Tahoma, sans-serif;
}

#bottom p
{
	margin: 0;
	vertical-align: middle;
	height: 29px;
	width: 910px;
	display: table-cell;
}

.text_box
{
	position: absolute;
	width: 367px;
}

.text_box .box_middle
{
	margin: 0;
	padding: 15px 18px;
	background: url(images/text_area_middle.png);
	color: #bbb;
}

.text_box .box_middle:first-line
{
	color: #eee;
	font-size: 1.1em;
}

.text_box .box_top, .text_box .box_bottom
{
	height: 3px;
	background: url(images/text_area_top.png);
}

.text_box .box_bottom
{
	background: url(images/text_area_bottom.png);
}

.text_box a
{
    color: white;
    text-decoration: underline;
}

.clearer
{
    display: block;
	clear: both;
}