.bakground {
	background-image: url(../statics/background.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.filmstrip_bkg {
	background-image: url(../statics/filmstrip_c.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.courier_11 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
.courier_12 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.courier_14 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
}
.courier_16 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}
.courier_18 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
.courier_20 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 50px;
	color: #674F2A;
	letter-spacing: -4px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6F400A;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}
.menu:hover {
	color: #461511;
}
.menu_active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: -1px;
}
.photo {
	border: 2px solid #000000;
}
.thumbnail {
	border: 2px solid #000000;
}
.thumbnail:hover {
	border: 2px solid #9A7841;
}
.georgia_12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
.georgia_14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.georgia_18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.georgia_24 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.georgia_10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5B2A05;
	background-color: #D7C59B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4C1600;
	border-right-color: #7C5306;
	border-bottom-color: #C8B88D;
	border-left-color: #B79652;
	width: 100%;
}
