body {
	background-color:#330202;
}

div.general {
	width:1040px;
	margin:auto;
}

	div.decor_left {
		width:20px;
		height:125px;
		float:left;
		margin-top:92px;
		background-image:url(images/decor_left.png);
	}

	div.decor_right {
		width:20px;
		height:125px;
		float:right;
		margin-top:92px;
		background-image:url(images/decor_right.png);
	}

	div.header {
		width:1000px;
		height:128px;
		padding:0;
		margin:auto;
		background-image: url(images/header_background.png);
	}

		img {
			border:0;
		}


		h1 {
			float:right;
			width:560px;
			margin:0;
			margin-top:10px;
			padding:0;
			color:#fff;
			font-family:Minion Pro;
			font-size:26pt;
			text-align:center;
		}

	div.menu {
		background-image:url(images/menu_background.png);
		width:1000px;
		height:54px;
		margin:auto;
		margin-bottom:0;
	}
	
		.menu_button:link, .menu_button:hover, .menu_button:visited {
			display:block;
			float:left;
			width:160px;
			font-family:Minion Pro;
			font-size:20pt;
			font-weight:bold;
			text-decoration:none;
			letter-spacing:0.5pt;
			margin-top:8px;
			text-align:center;
			margin-left:38px;
			margin-right:4px;
		}

		.menu_button:first-child, .menu_button:first-child:hover{
			margin-left:20px;
		}
		
		.menu_button:link {
			color:#fff;
		}
		
		.menu_button:hover {
			color:#d35422;
		}
		
		.menu_button:visited {
			color:#fff;
		}
		
		.menu_button:visited:hover {
			color:#d35422;
		}

	div.main_body {
		width:1000px;
		background-color:#fdf7f7;
		margin:auto;
		margin-top:0;
		padding-top:10px;
		padding-bottom:10px;
	}
	
		h2 {
			width:526px;
			height:56px;
			background-image:url(images/h2_background.png);
			margin:auto;
			font-family:Minion Pro;
			font-size:33pt;
			text-align:center;
			color:#500707;
		}

		h3 {
			height:41;
			background:url(images/news_title_background.png) no-repeat;
			color:#fff;
			padding-left:10px;
		}
		
		.news_text {
			width:960px;
			margin-left:20px;
			margin-right:20px;
			font-family:Arial, Helvetica, sans-serif;
			line-height:1.4;
			font-size:12pt;
			text-align:justify;
		}

			.news_text:first-letter {
				margin-left:30px;
			}

			.news_link:link {
				color:#640909;
				font-weight:bold;
			}
			
			.news_link:visited {
				color:#320101;
				font-weight:bold;
			}
			
			ul li {
				font-family:Arial, Helvetica, sans-serif;
				font-size:11pt;
				text-align:justify;
			}
			
			object {
				width:640px;
				height:480px;
				margin-left:20px;
			}
			
		table.prices {
			width:960px;
			margin:20px;
			margin-top:10px;
		}

			.prices th {
				background-color:#f3d5d5;
				text-align:left;
				padding-left:10px;
			}
			
			.prices tr {
				height:40px;
			}
			
			.prices td {
				background-color:#f9eaea;
				text-align:left;
				padding-left:10px;
			}

	div.footer {
		width:1000px;
		height:50px;
		margin:auto;
		background-color:#f3ecec;
		padding-top:25px;
	}
	
		table.footer {
			width:960px;
			margin-left:20px;
			margin-right:20px;
		}

			.footer tr td {
				text-align:center;
				font-weight:bold;
			}
	li {
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.4;
		font-size:12pt;
	}