@charset "utf-8";
body  {
	font: 100% Verdana, Arial,"Times New Roman", Times, serif, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	background: #000000;
	}


#wrapper
	{ 
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #000000;
	background-position: center 88px;
	background-repeat:no-repeat; 
	background-image:url(../images/bg_001.jpg);
	overflow:visible;
	}

#container { 
	width: 995px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ 
	text-align: center; /* this overrides the text-align: center on the body element. */
	}
	

#header {
	height: 140px;
	background: #000000 url(../images/header.jpg) center bottom no-repeat;
	padding: 0px; 
	} 
	
#content { 
	width: 995px; 
	height: 450px;
	/* min-height:565px; */
	/* overflow:hidden; */
	}

#footer { 
	height: 70px;	
	background: url(../images/footer.jpg) center top no-repeat;
	/* 
	padding: 0px; 
	padding-left: 130px;
	padding-top: 12px;
	text-align:left;
	*/
	padding-top: 12px;
	text-align:left;
	z-index: 100;
	} 	

			
#leftContent { 
	float:left;
	width: 174px;
	height: 450px;
	overflow:hidden;
	background: url(../images/left_frame.jpg) repeat-y left;
	}
	
#mainContent { 
	float: left;
	width: 786px;
	height: 400px;
	text-align: left;
	margin-top: 20px;
	line-height: 21px;
	} 
	
#rightContent { 
	float:left;
	width: 34px;
	height: 450px;
	background: url(../images/right_frame.jpg) repeat-y right;
	}
	
#menu	{
	float: right;
	margin-top: 106px;
	background: #ffffff;
	}



div#text-block{
	width:400px; 
	height:400px;
	font-size: 80%;

	overflow:hidden;
	float:left;
	text-align:left;
	}
	
div#slide
	{
	width:11px;
	height:100px;
	float:left;
	margin-left:125px;
	margin-top: 60px;
	border:0px solid #FFFFFF;
	}


div#slide div#slider
	{
	width:25px;
	height:25px;
	position:absolute;
	cursor:pointer;
	background: url(../images/scroll.png) center no-repeat; 
	}

div#slide div#slidebar
	{
	width:5px;
	width: 12px;
	height:365px;
	border-right:1px solid #333333;
	}

#img_content
	{
	/* 
	position: absolute;
	top: 160px;
	left: 240px;
		
	*/

	float: right;
	position:relative; 
	margin-top:0px;
	width:330px;
	height: 180px;
	}
	
#img_001, #img_002, #img_003, #img_004, #img_005
	{	
	/* display:none; */
	z-index:1000;
	float: right;	

	position:relative; 
	margin-top:415px;
	width:270px; 
	height: 180px;
	}

.head	{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	}

.subhead	
	{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}

a	{
	color: #333333;
	 }

/* 
#leftContent, #rightContent { padding-bottom:12767px; margin-bottom:-12767px; }
*/

 
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}