@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url();
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
}

.container{
	margin:0px;
	padding:0px;
	width:900px;
	background-image:url(images/home_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2A2007;
	}

.galleryMainBg{
	margin:0px;
	padding:0px;
	width:900px;
	background-image:url(images/gallery_main_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2A2007;
	}
.galleryBg{
	margin:0px;
	padding:0px;
	background-image:url(images/gallery_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
img {
	border: none;
}

h1{
	margin-bottom:15px;
	margin-top:5px;
	color:#816D4A;
	letter-spacing:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	}

h2{ color:#816D4A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 15px;
	margin-bottom:15px;
	}

a{
	font-size:16px;
	letter-spacing:1px;
	font-weight:normal;
	color:#BDA980;
	outline:none;
	}

a:hover{
	text-decoration:none;
	}

.home{
	color:#846C46; 
	font-weight:bold; 
	text-decoration:none; 
	padding-bottom:6px; 
	margin-left:6px; 
	font-size:14px; 
	font-family:Georgia;
	}
.home:hover{ 
	color:#FFFFFF;
	}
.homeText{
	padding:0px 0px 24px 0px;
	font-size:16px;
	letter-spacing:1px;
	line-height:22px;
	font-weight:normal;
	color:#FAFDFF;
	}
.affiliatesText{
	padding-left:5px;}
.galleryTitle{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	}

.galleryThumb{
	border:2px solid #313034;
	}
.galleryThumb:hover{
	border:2px solid #FFFFFF;
	}

#footer {
	width:900px;
	background-image:url(images/footer_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	
	}

