@charset "UTF-8";
body {
	font-family: arial, helvetica, sans-serif;
	background: #000;
	margin: 0 auto;
	padding: 0;
	color:#666;
	font-size: 100%;

}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	
	
	/*text-align: left;*/
}
h1, h3,  h5{ color:#ccc;}
h2, h4, h6 {color:#000;}

a img {
	border: none;
}

a:link {
	color:#39C;
	text-decoration: none; 
}
a:visited {
	color:#09C;
	text-decoration: none;
}
a:hover, a:active, a:focus {

	color:#09F;
	text-align: center;	
	text-decoration: none; 
}



/*.imgbox1 {
	text-align:center;
	padding: 15px;
}*/

.container {
	width:1100px;
	background: #000;
	margin: 0 ; 
	text-align: center;
	/*min-height: 850px;*/	
		margin: 0 auto;	
}
.wrapper {
	margin: 0 auto;
	width:100%;
	background: #000;
	margin: 0 ; 
	text-align: center;	
}

	/*.main {	width: 100%;
	min-height: 950;
	margin: 0 auto;
	text-align: center;
	background-color:#ccc;
	}*/
	
	.textbox {
	text-align:left;
	padding: 20px ;
	background-color:#CCC;
	}
	
	.blackbox {
	text-align:center ;
	padding: 20px;
	background: #000;
	}
	
.imgbox {
	text-align:center;
	padding: 10px ;
	margin: 0 auto;
	
	
}


.sidebar1 {
	margin: 0 auto ;
	background-color:#CCC;
	padding: 20px 0 5px 0;
	float: left;
	min-height: 1200px;
	height: 100%;
	padding: 15px;
	width: 160px;
	text-align: left;
	font-size: 80%;
}
	
	

.content {
		background:#000;
		margin:0 auto;
	float: left;
	min-height: 100%;
	width: 800px;
	padding:10px;
	text-align: center;
	/* position: relative;*/
}
/*.content_2 {
	float: left;
	min-height: 900px;
	width: 750px;
	margin-top: 20px;
	margin-left: 30px;
	text-align: center;	
}
*/
.content ul, .content ol { 	padding: 0 15px 15px 40px; 	}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.box130w { width: 130px; float: left;	}
				
.box70w { width: 70px; float: left; 	}

.box_180: {width: 180px; margins: 0;   }
 	

.captionbox {
	width: 50%;
	padding: 10px;
	text-align:left;
	margin: 10px auto 10px auto;
	font-size: 80%;
	color:#666;
	letter-spacing: 1px;
	}
.row200 {width:100%; height: 200px; text-align:center;}
	

.column_160 {
	text-align:center;
	width:160px;
	float:left;
	font-size:9px;
	margin:0 auto;
	 position: relative;
	vertical-align: top;
	/*padding-right: 0 30px 0 30px;*/
	clear:right;
}

.column_180 {
	width:180px;
	padding: 5px;
	float:left;
	font-size:10px;
	margin: 0 auto;
	text-align:center;
	vertical-align: top;
	clear:right;
}
.column_200 {
	width:200px;
	float:left;
	font-size:10px;
	margin: 0 auto;
	text-align:center;
	vertical-align: top;
	clear:right;
}


.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.darkgray {color:#333}

/*.boarderbox {margins: 5px;
border:thin;
border-bottom-color:#000;

}

.box600{
	width:580px;
	min-width:300px;
	padding: 10px 10px 10px 20px;
	}*/

/*.imagebx150 { 
			height: 160px;
			/*width: 155px;float:left;
			font-size:9px;
			padding: 5px;
			margin: 0;
			text-align:center;
			vertical-align:baseline;}*/
			
			


/* ~~ The footer ~~ */
.footer {
	text-align: center;
	background-color:#ccc;
		font-size: 80%;
	/*margin-top: 30px;*/
	padding: 20px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */

.center1 {   display: block;   margin-left: auto;   margin-right: auto; }

.fltrt {  
	float: right;
	margin-left: 8px;
	padding:5px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	padding:5px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .main .content h1 {
	text-align: left;
}
.container .main .content h1 {
	text-align: left;
}
.container2 .main .content blockquote blockquote blockquote h1 {
	text-align: left;
}
