body
{
	background-color: 		#333;

	/*
	font-family: 			Helvetica, Arial, sans-serif;
	font-size: 				99%;
	text-transform: 		normal;
	letter-spacing: 		normal;

	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	*/


	font: normal 73%/1.5em Verdana;
}

p, form, ul
{
	margin: 0;
	padding: 0;
}

h2.page_title
{
	font-family: Helvetica, Arial, sans-serif;
	/* font-size: 1em; */
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-transform: uppercase;
	word-spacing: 0.3em;

	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #AFAFAF;
}



ul
{
	list-style-type: none;
}

ul li
{
	list-style-type: none;

	font-family: Verdana;
	/* font-size: 0.75em; */
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2em;

	border-bottom: 1px solid #EFEFEF;
}

ul li a
{
	text-decoration: none;
	color: #777;
}

ul li a:hover
{
	color: #333;
	text-decoration: none;
}













div#main
{
	padding-top: 30px;
	text-align: center;
}

div.wrapper
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div#header
{
	background: url('../img/header.png') repeat-x top left;
	height: 185px;
}


div#header div.wrapper
{
	position: relative;
	height: 185px;
	background: url('../img/header_wrapper_back.jpg') no-repeat 0 10px;
}

div#logo
{
	position: absolute;
	top: 50px;
	left: 40px;
}

div#decoline
{
	border-bottom: 1px solid #424242;
	position: absolute;
	width: 950px;
	bottom: 45px;
	left: 0px;
}

div#navigation
{
	position: absolute;
	bottom: 10px;
	right: 0px;
}

div#sub_container
{
	overflow: hidden;
	padding-top: 10px;
	background: #C4C4C4 url('../img/sub_container_back.png') repeat-x top left;
}

div#content
{
	background-color: #FFF;
}

div#content div.wrapper
{
	padding: 25px 0;
}

div#content div.left
{
	width: 650px;
	margin-right: 25px;
	float: left;
}

div#content div.right
{
	width: 275px;
	float: left;
}


div#content_bottom
{
	background-color: #C4C4C4;
}

div#content_bottom div.wrapper
{
	padding: 30px 0;
}

div#content_bottom h3
{
	color: #555;
}

div#content_bottom ul,
div#content_bottom h3
{
	margin: 0;
	padding: 0;
}

div#content_bottom div.col_01,
div#content_bottom div.col_02,
div#content_bottom div.col_03
{
	float: left;
	width: 300px;
	margin-right: 25px;
	color: #555;
}

div#content_bottom div.col_03
{
	margin-right: 0;
}

div#content_bottom h3
{
	font-family: Helvetica, Arial, sans-serif;
	/* font-size: 1em; */
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-transform: uppercase;
	word-spacing: 0.3em;
	height: 2em;
}


div#content_bottom ul li
{
	list-style-type: none;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2em;

	border-bottom: 1px solid #AFAFAF;
}

div#content_bottom ul li a
{
	text-decoration: none;
	color: #555;
}

div#content_bottom ul li a:hover
{
	color: #333;
}

div#footer
{
	height: 60px;
	color: #C4C4C4;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.05em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.7em;
}

div#footer div.wrapper
{
	position: relative;
}

div#footer a
{
	text-decoration: none;
	color: #C4C4C4;
	font-weight: bold;
}

div#footer a:hover
{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

div#footer strong
{
	color: #C00300;
}

div#footer div.wrapper div.left
{
	position: absolute;
	top: 20px;
	left: 0;
}

div#footer div.wrapper div.right
{
	position: absolute;
	top: 20px;
	right: 0;
}
