/* CSS Document */
html, body{
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
background-color:#000000;
}
	#holder{
	background-color:#000000;
	width:750px;
	height:100%;
	margin-bottom:10px;	
	border-left-color:#000000;
	border-right-color:#000000;
	border-left-width:1px;
	border-right-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	}
	#hspacer{
	background-color:#000000;
	width:750px;
	height:10px;		
	}
	#holder2{
	background-color: #FF0000;/*#5E5D5E;*/
	width:750px;
	height:100%;		
	}
		#header{
		width:100%;
		height:63px;		
		}
		#banner{
		height:231px;
		width:100%;
		text-align:left;
		background-color:#000000;
		border-bottom:1px solid #000000;
		}
		#menu{
		height:30px;
		width:100%;		
		}
		#cwrapper{
		width:750px;
		height:100%;
		background-image:url("images/backGr.jpg");
		background-repeat:repeat-x;
		background-color:#000000;			
		}
			#cspacer{			
			width:750px;
			height:20px;		
			}
			#content{
			width:710px;
			height:100%;		
			text-align:left;
			margin-left:20px;
			margin-right:20px;
			/*background-color:#FF0000;	*/					
			}
						
			#content1
				{
				width:710px;
				float:left;			
				}				
				
				#content11
				{
				width:350px;
				float:left;
				margin-right:20px;		
				}	
							
				#content12
				{
				width:340px;
				float:right;
				}
				
			#midcontent
				{
				 width:710px;
				 float:left;
				 color: #666666;	
				
				}
				
				#midcontent1
				{
				 width:350px;
				 float:left;
				 color: #666666;	
				 text-align:center;
				}
				
				#midcontent2
				{
				 width:340px;
				 float:right;
				 color: #666666;	
				 text-align:left;
				}
			

				
		#footer{
		width:100%;
		height:95px;
		text-align:center;
		color:#939297;
		background-color:#000000;
		}	
		#footer1{
		width:100%;
		height:21px;
		}
		#footer2{
		width:100%;
		height:20px;
		}
	
	#footer3{
		width:91%;
		height:23px;
		float:left;
		text-align:left; 
		color:#939297;
		background-color:#000000;
		padding-top:10px;
		}
	.footercontent{
			padding-top:5px;
			/*padding-left:10px;
			padding-right:10px;*/
			float:left;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#939297;
			}		
	.footercontent_cpy{
			padding-top:5px;
			/*padding-left:10px;
			padding-right:10px;
			float:left;*/
			width:100%;
			text-align:center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			}
		.footerspacer{
			width:210px;
			float:left;			
			}
			
			.footerlinks
			{
				color:#939297;
				text-decoration:underline;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
			}
			
			
.heading{
color:#ADADAD;
font-size:12px;
font-weight:bold;
}
.heading2{
color:#BE5D07;
font-size:12px;
font-weight:bold;
}
#cspacer{
	width:100%;
	height:15px;
	text-align:center;	
}
.carheading{
color: #666666;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
