html, body {
	height: 100%;
}

body {	
	background: url('/public/img/background_logged_off.gif');
	background-repeat: repeat-x;
}

#main_container {
	width: 1020px;
	height: 100%;
	margin: 0 auto;
}

#header {
	height: 172px;
	width: 1020px;
	background: url('/public/img/background_content.gif');
	background-repeat: repeat-y;
}

#header_content {
	width: 942px;
	margin: 0 auto;
	height: 172px;
	background:  url('/public/img/logo.jpg');
	background-repeat: no-repeat;
}

#login_block {
	height: 172px;
	width: 350px;
	float: right;
}

#login_block p {
	color: #6aa71c;
	font-weight: bold;
	float: left;
	width: 350px;
	height: 25px;
	margin: 125px 0 0 0;
}

#login_block input {
	border: 1px solid #c1c1c1;
	height: 15px;
	width: 130px;
	margin: 0 0 0 5px;
	color: #c1c1c1;
	padding: 3px;
	text-align: center;
	font-size: 11px;
}

#login_block label {
	font-weight: bold;
	margin: 0 0 0 5px;
	cursor: pointer;
}

#login_block a {
	text-decoration:  none;
	color: #6aa71c;
}

#menu_container {
	height: 80px;
	width: 1020px;
	background: url('/public/img/background_main_menu_2.gif');
	background-repeat: repeat-y;
	float: left;
	display: block;
}

#menu {
	height: 80px;
	width: 942px;
	margin: 0 auto;
	padding: 0 0 0 100px;
}

#menu ul li {
	font-size: 16px;
	color: #625b41;
	float: left;
	margin: 0 15px;
	height: 80px;
	list-style-type: none;
	padding: 10px  0 0 0;
}

#menu a {
	text-decoration: none;
	color: #625b41;
}

#menu a:hover {
	color: #fff;
}


.active {
	color: #fff !important;
}

#banner_container {
	height: 256px;
	width: 1020px;
	background: url('/public/img/banner_1.jpg');
	background-repeat: no-repeat;
	float: left;
}

#content_container {
	margin: 1px 0 0 0;
	width: 1020px;
	background: url('/public/img/background_content.gif');
	background-repeat: repeat-y;
	float: left;
}

#content_main {
	width: 802px;
	padding: 70px 70px 20px 70px;
	margin: 0 auto;
	display: block;
	min-height: 400px;
}

#content_main label {
	display: block;
	width: 120px;
	float: left;
}

#content_main input {
	width: 200px;
	border: 1px solid #c1c1c1;
	height: 15px;
	padding: 3px;
}

.submit_button {
	border: none !important;
	color: #6aa71c;
	font-weight: bold;
	height: 25px !important;
	background: #fff;
	text-align: left;
	cursor: pointer;
}

#content_left{
	font-family: Arial;
	float: left;
	width: 400px !important;
	margin: 0 auto;
	padding: 0 20px 0 0;
}

#content_left ul{
	color: #504f53 !important;
	line-height: 25px;
	list-style-type: square;
}

#content_left table {
	width: 400px;
	color: #504f53 !important;
	font-size: 12px;
}

#content_left table tr td {
	padding: 15px 0;
	border-bottom: 1px dotted;
}

#content_left table th {
	text-align: left;
	color: #7eb519;
}

#content_right {
	font-family: Arial;
	float: left;
	width: 350px !important;
	margin: 0 auto;
}

.image {
	border: 8px solid #ebeae5;
}

.no_border {
	border: none;
}

#footer_img {
	background: url('/public/img/footer_img.jpg');
	background-repeat: no-repeat;
	height: 20px;
	width: 942px;
	margin: 100px  auto 0 auto;
	overflow: hidden;
}

h1 {
	color: #fbc000;
	font-weight: normal;
	font-size: 20px;
}

h2 {
	color: #fbc000;
	font-weight: normal;
	font-size: 18px !important;
}

p
{
	line-height: 30px;
	color: #504f53;
	width: 400px;
}

a {
	color: #fbc000;
	text-decoration:  none;
}

.error {
	color: #933900;
	font-weight: bold;
	line-height: 18px;
}