/* CSS Document */

body{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	background: url(images/bg.jpg) repeat-x center top;
}
h1,h2,h3,h4,h5,h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	font-weight: 300;
	color: #000;
	line-height: 10px;
	margin: 25px 0 0 0;
}
	
a{
	color: #d25111;
	text-decoration: underline;
}
a img{
	border: none;
}


#head{
	margin: 0 auto;
	width: 901px;
	height: 92px;
}
	#headl{
		float: left;
	}
	#headr{
		padding: 20px 0 0 0;
		float: right;
	}

#top{
	margin: 0 auto;
	width: 908px;
}
	#nav{
		margin: 0 0 0 5px;
		height: 26px;
		background: url(images/navhome.jpg) no-repeat;
	}
		#nav ul{
			display: inline;
			list-style-type: none;
		}
			#nav li{
				padding: 5px 0 0 0;
				width: 114px;
				float: left;
				text-align:center
			}
				#nav a{
					font-size: 12px;
					color: #fff;
					text-decoration: none;
				}
	#banner{
		padding: 40px 250px 0 40px;
		background: url(images/painter.jpg) no-repeat;
		height: 304px;
		color: #fff;
	}
		#banner a{
			color: #FFCC66;
		}
				
	#nav2{
		margin: 0 auto;
		width: 908px;
		height: 26px;
	}
		#nav2 ul{
			display: inline;
			list-style-type: none;
		}
			#nav2 li{
				padding: 5px 0 0 0;
				width: 114px;
				float: left;
				text-align:center
			}
				#nav2 a{
					font-size: 12px;
					color: #fff;
					text-decoration: none;
				}
				.current a{
					color: #222 !important;
					text-decoration:
				}
				.current a:hover{
					color: #222;
				}
		.gallery{
			background: url(images/nav2.jpg) no-repeat;
			color: #222;
		}
		.services{
			background: url(images/nav3.jpg) no-repeat;
		}
		.exhibits{
			background: url(images/nav4.jpg) no-repeat;
		}
		.registry{
			background: url(images/nav5.jpg) no-repeat;
		}
		.about{
			background: url(images/nav6.jpg) no-repeat;
		}
		.contact{
			background: url(images/nav7.jpg) no-repeat;
		}
		.blog{
			background: url(images/nav8.jpg) no-repeat;
		}

.content{
	margin: 0 auto;
	padding: 0;
	width: 901px;
	border-top: 1px dotted #ccc;
	line-height: 26px;
}
	#contentl{
		width: 480px;
		float: left;
	}
	#contentr{
		width: 400px;
		float: right;
	}
	.contentw{
		min-height: 272px;
	}
		#content a{
			color: #FF6600;
		}
			#content a:hover{
				text-decoration: underline;
			}
	.content ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
			
		#subnav{
			margin: 0 auto;
			padding: 20px 0 20px 0;
			width: 901px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			color: #666;
			border-bottom: 1px dotted #ccc;
		}
			#subnav a{
				margin: 0 20px 0 0;
				color: #666;
				text-decoration: none;
			}
				#subnav a:hover{
					color: #d25111;
					text-decoration: underline;
				}
		#title{
			margin: 0 auto;
			width: 901px;
			padding: 20px 0 25px 0;
			color: #c53434;
			font-size: 24px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			line-height: 34px;
		}
		.dotted{
			height: 10px !important;
			margin: 30px 0 0 0;
			clear: both;
			border-top: 1px dotted #ccc;
		}
		.folio{
			min-height: 200px !important;
			width: 440px;
			float: left;
		}
			.folio img{
				margin: 0 8px 5px 0;
				border: 5px solid #ddd;
			}


#footer{
	margin: 0 auto;
	margin-top: 30px; margin-bottom: 30px;
	padding: 20px 0 20px 0;
	width: 901px;
	border-top: 1px dotted #999;
	font-size: 11px;
}
	#footer ul{
			display: inline;
			list-style-type: none;
		}
			#footer li{
				float: left;
			}
			#footer a{
				margin: 0 20px 0 0;
				font-size: 11px;
				color: #666;
				text-decoration: none;
			}
	#footr{float: right; text-align: right;}
	#footl{float: left;}


.bani{padding: 0 40px 0 0; float: left;}
	.bani a{font-size: 18px; color: #fff;}
	
#banicon{margin: 15px 0 0 0; width: 550px;}
	#banicon .td1{width: 41px;}
	#banicon .td2{}
		#banicon img{margin: 10px 0 0 0;}
		#banicon a{font-size: 18px; color: #fff; text-decoration: none;}
		#banicon a:hover{color: #FFCC33; text-decoration: underline;}
	
#folioprev{height: 329px; width: 400px; background: url(/images/folio.jpg);}
#folioprev:hover{background: url(/images/foliohover.jpg);}

.space{clear: both;}
