@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

html {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#layout_wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-top: 35px;
}

#layout_header {
	height: 415px;
	width: 950px;
}

#layout_nav {
	background-color: #000;
	height: 39px;
	width: 950px;
}
#layout_nav_left {
	float: left;
	height: 39px;
	width: 700px;
	font-family: "Gill Sans MT", Arial, Verdana;
	font-size: 12px;
	line-height: 50px;
	background-image: url(graphics/layout/nav_backdrop_loop.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#layout_nav_left ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
#layout_nav_left li {
	display:inline;
	margin:0;
	padding:0;
}
#layout_nav_left a {
	display:block;
	float:left;
	padding:0 10px;
	color:#666;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#layout_nav_left   a:hover, #layout_nav_left a:focus
  {
	color: #CCC;
	background-image: url(graphics/layout/nav_backdrop_loop_over.gif);
	background-repeat: repeat-x;
}
#layout_nav_left .sel a {
	color: #FFF;
}
#layout_nav_left .sel a:hover, #layout_nav_left .sel a:focus {
	color: #CCC;
	background-image: url(graphics/layout/nav_backdrop_loop_over.gif);
	background-repeat: repeat-x;
}


#layout_nav_right {
	width: 247px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-left: 3px;
	background-image: url(graphics/layout/nav_backdrop_loop.gif);
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 13px;
	text-align: center;
}

#layout_footer {
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	min-height: 225px;
}
#layout_footer_left {
	float: left;
	width: 565px;
	min-height: 225px;
	margin-right: 125px;
	padding-top: 30px;
	margin-left: 10px;
}
#layout_footer_right {
	width: 247px;
	float: left;
	margin-left: 3px;
	text-align: center;
	min-height: 225px;
	padding-top: 35px;
}
.body_main {
	font-family: "Gill Sans MT", Arial, Verdana;
	font-weight: normal;
	color: #7C7C7C;
	line-height: 1.2;
	font-size: 13px;
}
.body_main a:link{
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
.body_main a:hover{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.text_dark_grey {

	font-weight: normal;
	color: #343232;
	text-decoration: none;


