@charset "UTF-8";
/* CSS Document */

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/paper_shadow.png);
	background-repeat: repeat-y;
	}
#content { width: 660px;
		    margin-right: auto;
			margin-left: auto;
}
.thumbs {
	float: left;
	margin-top: 14px;
	margin-right: 15px;
	margin-left: 40px;
	}
.thumbs2 {
	margin-left: 40px;
}
.thumbsBgHorizontal {
	background-image: url(../assets/background_horiziontal.jpg);
	background-repeat: no-repeat;
	height: 168px;
	width: 222px;
	background-position: center center;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thumbsFloatBgHorizontal {
	background-image: url(../assets/background_horiziontal.jpg);
	background-repeat: no-repeat;
	height: 168px;
	width: 222px;
	background-position: right center;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	padding: 15px;
	}
.thumbsFloatBgVertical {
	background-image: url(../assets/background_vertical.jpg);
	background-repeat: no-repeat;
	height: 222px;
	width: 168px;
	background-position: right center;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
.thumbsBgVertical {
	background-image: url(../assets/background_vertical.jpg);
	background-repeat: no-repeat;
	height: 222px;
	width: 168px;
	background-position: center center;
	padding: 15px;
	margin-top: 15px;
	}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #454545;
	font-size: 12px;
	text-align: left;
	line-height: 21px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #580C0C;
	   }
h2 {
	margin-bottom: 35px;
	padding-top: 196px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DFD2C0;
	margin-top: 0px;
	padding-bottom: 4px;
	background-image: url(../assets/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 25px;
	margin-left: 25px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #6F492B;
	margin-bottom: 0px;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD2C0;
	font-size: 15px;
	font-weight: bold;
	 }
p {
	margin-top: 15px;
}
#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-align: center;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/footer.png);
	height: 45px;
	width: 750px;
		  }
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #644128;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #654328;
	text-decoration: underline;
}

