/* DEFAULTS  */
	
body {
	margin:0px;
	font-family: "Myriad Web", "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;


}

.clearing { 
	clear:both; 
	height:0; 
	}	
	
p {
	margin:10px 20px;
	color: #666666;
	font-size: 13px;
	font-weight: normal;


	}
	
h1 {
	color:#333333;
	margin-left:20px;
	margin-top: 10px;
	font-size: 15px;
	text-transform:capitalize;
	font-weight: normal;

}

h2 {
	color:#333333;
	margin-left:20px;
	font-size: 14px;
	text-transform: none;
	font-weight: normal;


}	

h3 {
	color:#333333;
	margin-left:20px;
	font-size: 13px;
	text-transform:capitalize;
	font-weight: normal;

}

h4 {
	color:#333333;
	margin-left:20px;
	text-transform:none;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;


}	

img{
	border: 0;
}

/* header styles */

#logoArt {
	width:930px;
	overflow:hidden;
	height:150px;
	visibility: visible;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}

#logo {
	display:none;
	height: 10px;
}

#featuredArt {
	position:static;
	width:930px;
	height:120px;
	cursor:pointer;
	overflow:visible;
	visibility: inherit;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	background-image: url(../TheSnappingBishop.png);
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: left center;


}

#nav {
	height:50px;
	width:930px;
	text-transform:capitalize;
	font-size: 14px;
	background-position: 30px;
	font-weight: normal;
	color: #333333;
	overflow: visible;
	visibility: inherit;

	}

#gal_nav {
	background-color:#;
	height:50px;
	width:930px;
	text-transform:capitalize;
	overflow: hidden;


	}	

#navSearch {
	background-color:#;
	font-size:11px;
	font-weight:bold;
	height:50px;
	color:#333333;
	width:120px;
	padding:5px;
	float:left;
	position:relative;
}

.navLink {
	display:block;
	height:50px;
	width:100px;
	float:left;
	font-size:14px;
	text-align: left;
	padding-left: 20px;
	font-weight: normal;
	color: #333333;
	text-transform: capitalize;




	}

.navLink:link {
	background-color: #;
	color:#333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;

}

.navLink:visited {
	color:#333333;
	text-decoration: none;
}

.navLink:hover {
	color: #666666;
	text-decoration: none;
	background-image: url(../imgs/backgButton.jpg);
	background-repeat: no-repeat;
	background-position: left top;



}



.seoTitle {
	display:none;
}	

/* STRUCTURE  */

	
#middle_wrapper {
	width:930px;
	}
	
#middle_main{
	width: 698px;
	height: 422px;
	float: left;

	}
	
	#middle_main_l{
	width: 328px;
	height: 422px;
	float: left;
	padding: 10px;
	}
	
		#middle_main_r{
	width: 338px;
	height: 422px;
	float: left;
	padding: 10px;
	}
	
#middle_side{
	width:226px;
	float: right;
	background-color: #cccccc;
	border-right:2px solid #FFFFFF;
	height: 422px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

	}	
	
	
#bottom_wrapper {
	width:930px;
	height: 100px;
	background-color: #;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	background-image: url(../imgs/TheSnappingBishopBox.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;


	
	}				
	
/* LINKS  */		
	
a:link{
	color: #333333;
	text-decoration: none;
	
}

a:visited{
	color: #6666cc;
	text-decoration: none;
}	

a:hover{
	color: #333333;
	text-decoration: underline;
}

a:active{
	color: #333333;
	
}	

/* FORMS  */

input{
	border:1px solid white;
	background-color: #565656;
	color: white;
	font-size: 90%;
}

#contact_form input, #add_form input{
	border:1px solid white;
	background-color: #565656;
	color: white;
	font-size: 90%;
	width:250px;
}

#contact_form textarea, #add_form textarea{
	border:1px solid white;
	background-color: #565656;
	color: white;
	font-size: 100%;
	width:250px;
	height: 100px;
}

#edit_form input{
	border:1px solid white;
	background-color: #565656;
	color: white;
	font-size: 90%;
	width:190px;
}

#edit_form textarea{
	border:1px solid white;
	background-color: #565656;
	color: white;
	font-size: 100%;
	width:190px;
	height: 100px;
}

#contact_form .btn, #add_form .btn, #edit_form .btn{
	width: 80px;
	border:2px solid white;
}

select {
	border:1px solid white;
	background-color: #565656;
	color: white;
}

dl{
	margin-bottom: 20px;
	margin-left: 20px;
}

dd{
	margin:0px 0px 10px 0px;
}

dt{
	margin:0px 0px 5px 0px;
}

.red{
	color: #6699cc;
	font-weight: bold;
}

.record{
	border:2px solid #6699cc;
	width: auto;
	margin: 20px;
}
	
/* TABLES  */
	
#middle_main table{
	width: 95%;
	margin-left:20px;
	text-align: left;
	margin-bottom: 20px;

}

#middle_main th{
	padding: 10px 5px;
	border-bottom: 2px solid white;
	background-color:#;
}



.odd{
	background-color:#cccccc;
}

#middle_main td{
	padding: 5px;
	border-bottom: 1px solid white;
}

.actions{
	border:0; 
	background-color: #333;
}

#wrapper{
	width:932px;
	margin: 0 auto;
	margin-top: 20px;
	background-repeat: no-repeat;

}
	
	

	
	
