﻿.background {
	background-color: #330000;
}
.container {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/new_images/back.jpg');
	background-repeat: repeat;
	height: auto;
}
.header {
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	height: 75px;
}
.navigation {
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	height: 31px;
}
.p {
	font-family: Gerogia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
.p_bold {
	font-family: Gerogia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
.left_page {
	float: left;
	background-image: url('../images/new_images/back.jpg');
	background-repeat: repeat;
	width: 600px;
}
.right_page {
	float: right;
	background-image: url('../images/new_images/back.jpg');
	background-repeat: repeat;
	width: 250px;
}

