html
{
height: 100%;
}

body
{
	height: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #d3d4d4;
	background-image: url(/images/bg_body_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 0.85em;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2F3032;
}
* html #nonFooter
{
	height: 100%;
	width: 100%;
	position: relative;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #2F3032;
}
#main {
	width: 100%;
	padding-top: 310px;
	background-image: url(/images/bg_banner310x800_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;

}
#block_wrapper {
	float: left;
	position: relative;
	width: 630px;
}
#block_wrapper h1,h2,h3,h4,h5,p,ul{
	margin-left: 25px;
	margin-right: 20px;
}
#block_wrapper h1 {
	font-size: 1.75em;
	color: #CCCCCC;
	padding-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#block_wrapper h2 {
	font-size: 1.135em;
	color: #CCCCCC;
	padding-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#block_wrapper p {
	padding-bottom: 1.5em;
	font-size: 0.9em;
	line-height: 1.5em;
}

* html #block_1,  #block_2, #block_3
	{
	display: inline;
	}
/* BLOCKS  */

#block_1
	{
	width: 470px;
	margin-left: 160px;
	float: left;
	position: relative;
	}
#block_wrapper #block_1 ul {
	margin-left: 35px;
	margin-right: 45px;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#block_1 li {
	margin-top: 1em;
	list-style-type: none;
}



#block_2
	{
	width: 160px;
	margin-left: -630px;
	visibility: visible;
	position: relative;

	}
#block_1 a {
	color: #FCC2BC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#block_1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


#block_3
	{
	float: left;
	width: 160px;
	}
#block_3  a   {
	float: right;
	clear: both;
}
#bannerImg {
	padding: 0px;
	height: 310px;
	width: 800px;
	position: absolute;
	top: 0px;
	background-image: url(../images/banner_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CCCCCC;
	width: 800px;
	position: relative;
	background-image: url(/images/footer_bg40x800.png);
	background-position: center top;
	text-align: center;
	height: 50px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 38px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-top: -87px;
}
#sidebar {
	float: right;
	width: 170px;
}
#sidebar a .imgFloatR {
	float: right;
}

#footer a {
	color: #FF0000;
	text-decoration: none;

}

.clear {
	clear: both;
	height: 2px;
}
.closer{
	padding-bottom: 86px;
}
.bold {
	font-weight: bold;
}
.italic_bld {
	font-style: italic;
	font-weight: bold;
}
.bold_grey {
	font-weight: bold;
	color: #FFCC00;
}
