body {
	background-color: #D6D4CE;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
}
#header {
	width: 100%;
	height: 92px;
	background-color: #C2BFB7;
	background-attachment: scroll;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	margin-bottom: 50px;
}
#headerWrapper {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

/* ------ Main Nav ------ */

#mainNav {
	margin-top: 4px;
}
#mainNav ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	display: inline;
	font-size: .9em;
	letter-spacing: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
#mainNav a:link {
	text-decoration: none;
	color: #95928D;
}
#mainNav a:visited {
	color: #95928D;
	text-decoration: none;
}
#mainNav a:hover {
	color: #433433;
	text-decoration: none;
}
#mainNav #current{
	color: #5E4E4D;
}

#middleExpanse {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #D9D6D0;
	background-position: center;
	padding-top: 50px;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}


p {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 140%;
	color: #565152;
}
h1 {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #6B6766;
}
h2 {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #6B6766;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #6F6869;
}



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


a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}



/* ------------- GALLERY -------------*/

.gallery {
	margin-bottom: 50px;
}

/* -- Row: -- */
.gallery tr { 
	height: 300px;
	vertical-align: baseline;
}
/* -- Cell: -- */
.gallery td{
	width: 33.3%;
	text-align: center;
}
.gallery p{

	font-family: 'DesyrelRegular', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #565152;
	margin-top: 2px;
	padding-top: 0px;
}

/* ------------- GALLERY LTD -------------*/

.galleryLTD {

}
/* Row: */
.galleryLTD tr { 
	height: 300px;
	vertical-align: baseline;
}
/* Cell: */
.galleryLTD td{
	text-align: center;
	padding-bottom: 30px;
}
.galleryLTD p{
	font-family: 'DesyrelRegular', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #565152;
	margin-top: 2px;
	padding-top: 0px;
}

/* ------------- PRINTS -------------*/

.prints {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 100px;
}

.prints_imgCol {
	vertical-align: top;
}
.prints_imgCol p{
	font-family: 'DroidSerifRegular', "Times New Roman", Times, serif;
	font-size: .875em;

}
.prints_textCol {
	padding-left: 40px;
	vertical-align: top;
}

/* ------------- LTD PRINTS -------------*/

.LTD_prints {
	width: 673px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}
.LTD_caption {
	font-family: 'DroidSerifBold', "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	margin-bottom: 40px;
}

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



.footer {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6F6869;
	text-align: center;
	padding-top: 30px;
	line-height: 150%;
}
.line {
	background-color: #6B6766;
	height: 1px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 40px;
}
.line p{
	font-size: 1px;
	color: #a6a6a6;
}
/*.bottomLinks {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #6F6869;
}
.bottomLinks_a:link {
	color: #6F6869;
	text-decoration: none;
}
.bottomLinks_a:visited {
	color: #6F6869;
	text-decoration: none;
}
.bottomLinks_a:hover {
	color: #333333;
	text-decoration: underline;
}*/
