body {
	background: #fff;
	min-width: 856px;
	margin: 0px;
	padding: 0px;

	background: #000748 url('images/bg.jpg') bottom center no-repeat;
	background-attachment:fixed;
}

	a:link, a:active, a:visited {
		color: #ec151a;
		text-decoration: none;
		font: normal normal normal 10pt/1.6em arial, sans-serif;
	}

		a:hover {
			text-decoration: underline;
		}

.clear {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: normal normal bold 18pt/1.6em arial, sans-serif;
}

hr {
	border: 1px solid #dddddd;
	height: 0px;
	margin: 25px 0px 25px 0px;
}

#wrap {
	margin: 20px auto;
	width: 856px;
}

	#header {
		height: 233px;
		background: url('images/header.png') top left no-repeat;
		padding: 18px 0px 0px 38px;
	}

	#container {
		background: #fff url('images/bg_content.png') top left repeat-y;
		padding-left: 6px;
	}

		.menu_top a:link, .menu_top a:active, .menu_top a:visited {
			font: normal normal normal 10pt/1.6em arial, sans-serif;
			color: #fff;
			text-decoration: none;
		}

			.menu_top a:hover {
				color: #f30202;
			}

	#menu_left {
		width: 192px;
		float: left;
		min-height: 345px;
		background: url('images/bg_menu.jpg') top left no-repeat;
	}

		#menu_left a:link, #menu_left a:active, #menu_left a:visited {
			font: normal normal normal 10pt/1.0em arial, sans-serif;
			color: #fff;
			text-decoration: none;
			padding: 5px 10px 5px 10px;
			display: block;
		}

			#menu_left a:hover {
				color: #fff;
				background: #971111;
			}

	#content {
		float: right;
		width: 600px;
		margin: 10px 30px 20px 0px;
		font: normal normal normal 10pt/1.6em arial, sans-serif;
	}

	#footer {
		clear: both;
		height: 40px;
		background: url('images/footer.png') top left no-repeat;
		margin: 0px;
		padding: 310px 0px 0px 25px;
		font: normal normal normal 10pt/1.6em arial, sans-serif;
	}

	.news a:link, .news a:active, .news a:visited {
		color: #000;
		text-decoration: none;
		font: normal normal normal 12pt/1.6em arial, sans-serif;
	}

		.news a:hover, .news a:focus {
			color: #ec151a;
		}

		.news_date {
			font: normal normal normal 10pt/1.6em arial, sans-serif;
			color: #787777;
			margin-bottom: 20px;
		}

	#socialnetworking {
		clear: both;
		margin-bottom: 10px;
	}

		#socialnetworking a {
			float: right;
			margin-left: 3px;
		}
