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


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	}
	/* resets all browsers*/

body{
	font-size: 12px;
	color:#000;
 	font-family:Arial, Helvetica, sans-serif;
	background:#837874;
 
}

p {
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 color: #000;
 text-align: justify;
}




h1{
	font-size: 36px;
 font-family:Arial, Helvetica, sans-serif;
 color: #CCC;
}

h2{
	font-size: 24px;
 font-family:Arial, Helvetica, sans-serif;
 color: #525462;
}
h3{
	font-size:18px;
 	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
h4{
	font-size:24px;
 	font-family:"Courier New", Courier, monospace;
	color: #666;
	text-align:center;
	}
	
 
					
a{
	color:#fff;}

	
#outside{
	width:902px;
	margin:30px auto;
	
	
	}
	
	
		#inside{
			float:left;
			width:900px;
			background:url(images/grand-canyon.jpg) no-repeat;
			
	}
	
	
	

					
	
	#banner{
		float:left;
		margin:20px 20px 20px 20px;
		width:225px;
		height:100px;
		background:url(images/barrys-logo2.png
					  ) no-repeat;
		}
		#bannerL{
		float:right;
		margin:20px 30px 20px 30px;
		width:130px;
		height:105px;
		
		background:url(images/art-in-framing.png) no-repeat;
		}
	
		
			
	#navbar{
		float:left;
		width:890px;
		padding-left:10px;
		line-height:35px;
		color:#fff;
		font-size:14px;
		background:#A3897E;
		}
		
		
				#navbar ul {
	float: left;
	margin:0px 0px 0px 0px;
	
	list-style:none; /* turns off bullets or changes them */
	text-decoration:none;
		}
	

						#navbar ul li{ /* for list items */
						float:left;
						margin:0px 15px 0px 0px;
	
						text-align:left;
						display:block;
		
			}
						/*controlling links in this section*/
						#navbar ul li a{
							padding:5px 0px 0px 0px;
						color:#fff;
						text-decoration:none;
						display:block;
						}
						
						#navbar ul li visited{
						color:#fff;
						text-decoration:none;
						display:block;
						}
						
							#navbar ul li a:hover{
						color:#D9823F;
						text-decoration:none;
						
							}
					#navbar ul li a:active{
						color:#FFF;
						text-decoration:none;
						height:25px;
						width:150px;
						/*background:#666; */
					}

		
	#conten{
		float:left;
		padding:20px;
		margin:25px 30px 25px 30px;
		width:800px;
		background:url(images/blue.png);
		}
		.row{
			float:left;
			width:475px;
			padding:0px 0px 0px 20px;
			text-align:justify;}
	.colunnL{
		float:left;
		width:248px;
		padding:20px;
		margin:30px 10px 0px 0px;
		background:#549ACB;
	
		}
	.colunnL2{
		float:left;
		width:248px;
		padding:10px 20px 20px 20px;
		margin:100px 10px 40px 0px;
		background:#549ACB;
	
		}	
	.colunnL2 table {
		width:240px;
	font-size: 16px;
	line-height: 20px;
	color:#fff;
}

		
	.colunnR{
		float:right;
		width:245px;
		padding:20px;
		background:#549ACB;
		
	
		}
	
		
	#footer{
		float:left;
		width:900px;
		line-height:35px;
		padding:0px 0px 0px 0px;
		text-align:center;
		color:#fff;
		font-size:16px;
		background:#A3897E;
		}
		
			
				#footer ul {
			
				height: 100%;
				margin:0px 0px 0px 0px;
				list-style:none; /* turns off bullets or changes them */
				text-decoration:none;
		}
	

						#footer ul li{ /* for list items */
					float:left;
						height:30px;
						width:140px;
						text-align:left;
						display:block;
		
			}
	
		.left {
	float: left;
	padding-right: 20px;
}
.right {
	float: right;
}

