body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:11px;
background:url(images/bg.jpg) center 0 no-repeat;
/*padding-top:100px;*/
}

	#stripe{
		position:relative;
		width:100%;
		height:70px;
		background:url(images/bg_stripe.png) 0 0 repeat;
	}
	
		#header{
			position:relative;
			width:1000px;
			height:70px;
			margin-left:10px;
		}

			#logo{
				position:absolute;
				left:9px;
				top:11px;
			}

		ul#mainnav{
			height:70px;
			float:right;
		}
		
			#mainnav li{
			float:left;
			}
			
			#mainnav a{
			display:block;
			padding:0 25px 0 25px;
			float:left;
			font-size:13px;
			line-height:70px;
			color:#fff;
			text-decoration:none;
			text-transform:uppercase;
			}
			
			#mainnav a:hover, #mainnav a.active{
			color:#000;
			background:#fff;
			}
		
		#content{
		width:1000px;
		min-height:480px;
		margin:30px 0 30px 10px;
		background:url(images/bg_content.png) 0 0 repeat;
		/*border-bottom:8px solid #000;*/
		}
	
			#topbox{
				width:960px;
				margin:0 auto;
				height:30px;
				border-bottom:1px solid #ccc;
			}
	
			#rightcol{
			width:560px;
			float:right;
			padding:20px 40px 30px 0;
			line-height:18px;
			}
		
				#rightcol p{
					margin-bottom:14px;
				}
			
				h1{
					font-size:16px;
					font-family:Tahoma, Geneva, sans-serif;
					line-height:24px;
					margin-bottom:14px;
					font-weight:normal;
					text-transform:uppercase;
				}
				
				h2{
					font-size:14px;
					font-family:Tahoma, Geneva, sans-serif;
					line-height:22px;
					margin:0 0 7px 0;
					font-weight:normal;
					text-transform:uppercase;
				}
				
				#rightcol li{
					margin-bottom:15px;
					padding-left:20px;
					background:url(images/arrow_black.png) 2px 6px no-repeat;
				}
				
				#rightcol a{
					color:#000;
					text-decoration:underline;
				}
				
				#rightcol a:hover{
					background:#ccc;
				}
				
				address{
					font-style:normal;
					margin: 0 0 14px0;
				}
		
			#leftcol{
			width:260px;
			float:left;
			padding:30px 0 30px 20px;
			}
			
				.comments{
					
				}
			
				#leftcol .comments p{
					display:block;
					padding:60px 0 0 40px;
					background:url(images/bg_comments.png) 0 0 no-repeat;
					font-size:18px;
					line-height:26px;
					font-style:italic;
					color:#666;
					text-align:center;
				}
				
				#leftcol img{
					width:120px;
					float:left;
					margin:0 10px 10px 0;
				}

	
		#footer{
		width:960px;
		height:40px;
		clear:both;
		margin:30px 0 0 10px;
		padding:10px 20px 10px 20px;
		background:url(images/bg_content.png) 0 0 repeat;
		line-height:40px;
		text-transform:uppercase;
		}
		
			ul#footernav{
				float:right;
			}
			
				#footernav li{
					float:left;
					padding:0 10px 0 10px;
				}
				
				#footernav a{
					padding:3px;
					color:#333;
					text-decoration:none;
					line-height:40px;
					text-transform:uppercase;
				}
				
				#footernav a:hover, #footernav a.active{
					background:#000;
					color:#fff;
				}

/*---------------------------------------------------------------------*/

*{
margin: 0;
padding: 0;
list-style: none;
}

:focus{
outline: 0;
}

img{
border: 0;
display:block;
}
	
.clearfix:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
/* End hide from IE-mac */