/*  Iron Art Forge
	http://www.ironartforge.com/
	designer: Suzy Massey
	site: http://www.phoenixmassey.com/

 */
body {
	margin: 0px;
	padding: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #512905;
	background: #d2c380 url(images/top-bg.gif) repeat-x left top;
}
/*structure*/
#wrap {
	background: transparent url(images/logo.gif) no-repeat right top;
	margin: 0px auto 20px;
	padding: 0px;
	width: 960px;
	height: 230px;
}
#nav {
	background: #b4933d;
	margin: 0px auto;
	padding: 20px 0px 0px;
	height: 30px;
	width: 450px;
	float: left;
}
#leftCol {
	margin: 50px 0px 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
#rightCol {
	margin: 50px 0px 0px 30px;
	padding: 0px;
	width: 700px;
	float: left;
}
#footer {
	background: transparent url(images/stars_bird-sm.jpg) no-repeat left bottom;
	margin: 10px auto 0px;
	height: 120px;
	width: 760px;
	padding-left: 220px;
	padding-top: 100px;	
}
/*text*/
.nav {
	font: 0.7em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.80px;
}
.nav a{
	color: #fff;
	text-decoration: none;
}
.text {
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.credits {
	font-size: .7em;
	
}
.credits a {
	text-decoration: underline;
	color: #512905;
}
/*images*/
.border {
	border: 1px solid #666666;	
}
.floatLeftB {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
.floatRightB {
	float: right ;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
/*gallery*/
.galleryrow p {
	margin: 10px auto;	
}
.thumbnail {
	background-color: transparent;
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 8px;
}
.thumbnailLeft {
	background-color: transparent;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
