@charset "utf-8";
/* CSS Document */


body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: left; 
}
a:link {color: #000; text-decoration:underline; font-weight:bold}
a:visited {color: #000; text-decoration:underline; font-weight:bold}
a:hover {color: #fbb623; text-decoration:underline; font-weight:bold}	

h1 { margin: 0 0 10px 0;
	font-size: 18px;
	color: #f8d201;
}

h2 { margin: 0 0 10px 0;
	font-size: 18px;

}
h3 { margin: 0 0 6px 0;
	font-size: 14px;

}
h4 { margin: 0 0 6px 0;
	font-size: 14px;
	color: #000;
			}

h5 { margin: 15px 0 6px 0;
	font-size: 12px;
	color: #000;
}

h6 { margin: 0px 0 6px 0;
	font-size: 14px;
	color: #f8d201;
}

#top {
	background-color: #FFF;
	background-image:url(../images/bg_top.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 185px;
	}
	
.headerright {
	margin-top: 20px; 
	text-align:right;
	}


.headerleft {
	padding: 10px 0px 0px 0px;
	background-image:url(../images/logo_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 200px;
	width: 365px;
	float: left	
} 
#middle {
	background-color:#FFF
	}
#container { 
	width: 780px; 
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	position: relative;
	top: 0px;	
    background-image:url(../images/menu_bg.gif);
	background-position:left;
	background-repeat:repeat-y
} 


#sidebar1 {
	float: left; 
	width: 197px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	margin: 0px;
	clear: both;
	}
	
#sidebar1 .text{
	font-size: 14px; 
	line-height:17px;
	font-weight:bold;
	color: #FFF; 
	margin: 20px 0 0 10px}
	


#text {margin: 15px 0px 15px 0px;
width: 568px;
float:right

}
#text .box {
	display: block;
	float: right;
	width: 237px;
	height: 253px;
	background-image:url(../images/box.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	margin: 10px 0 10px 10px;
	padding: 10px 10px 10px 10px;
		}
#text .boxhome {
	display: block;
	float: right;
	width: 262px;
	height: 279px;
	margin: 22px 0 6px 6px;
	padding: 0;
		}
		
#text .pic {
	display: block;
	float: right;
	width: 180px;
	height: 200px;
	vertical-align:top;
	margin: 0px 0 6px 6px;
	padding: 0;
		}
		
.smalltxt {font-size:10px}



.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;
}
#bottom{
	background-image:url(../images/bottom_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0 auto;
	color: #FFF;
	font-size: 10px;
	
	}

.left { 
	padding: 30px 0px 0px 0px;
	background-image:url(../images/bottom_box.gif);
	background-repeat:no-repeat;
	background-position:top;
	float: left;
	width: 500px
	} 
.right { 
	padding: 30px 0px 0px 0px;
	color: #FFF;
	font-size: 11px;
	float: right
} 
.right a:link {
	color:#FFF;
	text-decoration:none
	}	
.right a:visited {
	color:#FFF;
	text-decoration:none
	}	
.right a:hover {
	color:#f8d201;
	text-decoration:none
	}	

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

