* {
	margin: 0;
	padding: 0;
}
body {
	background: #3A0404 url(images/page_bg.jpg) repeat-x;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 651px;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid red;*/
}
sup {
	color: #fdca00;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 2px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 651px;
	height: 356px;
	background: #9A0000 url(images/header.jpg) no-repeat;
	float: left;
	/*border: 1px solid green;*/
}
#header h1 {
	padding: 20px 0 0 20px;
	font: 26px "arial black", arial, sans-serif;
	color: #151515;
}
#header h1 em {
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	position: relative;
	top: -4px;
}

/* Info block
-----------------------------------------------------------------------------*/
#info_block {
	width: 410px;
	height: 190px;
	background: url(images/info_block.png) no-repeat;
	position: absolute;
	left: 245px;
	top: 70px;
}
#info_block p {
	margin: 30px 10px 10px 115px;
	color: #E2E2E2;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 10px 0 10px 75px;
	/*border: 1px solid white;*/
	background-color: #901315;
}

/* Menu
-----------------------------------------------------------------------------*/
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(images/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 1.5em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 2px solid #d6d6d6;
	background: #f0f0f0 url(images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 7px;
	background: url(images/toggle_block_btm.gif) no-repeat left bottom;
	line-height: 18px;
	height: 264p;
}
.toggle_container .block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
.toggle_container .block ul li a {
	text-decoration: none;
	color: #EAE8E8;
	font-size: 12px;
}
.toggle_container .block ul li a:hover{
	color: #730F11;
	font-size: 12px;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 30px;
	text-align: center;
	color: #AAA;
	padding-top: 5px;
}
#footer a {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	color: #E76164;
	text-decoration: underline;
}
