html {
	overflow-Y: scroll;
}
body {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
 
.container {
	width: 500px;
	margin: 80px auto;
}
.container2 {
	width: 500px;
	margin: 0 auto;
}
h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px 0;
	color: #aaa;
	position:absolute;
	top:0px;
}
h1 span { color: #666; }
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;

	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}


h2.tloa{
	background: url(../img/h2_trigger_a.gif) no-repeat;
}
h2.tloa a:hover {
	color: red;
}
h2.tlob{
	background: url(../img/h2_trigger_b.gif) no-repeat;
}
h2.tlob a:hover {
	color: yellow;
}
h2.tloc{
	background: url(../img/h2_trigger_c.gif) no-repeat;
}
h2.tloc a:hover {
	color: #A7D956;
}
h2.tlod{
	background: url(../img/h2_trigger_d.gif) no-repeat;
}
h2.tlod a:hover {
	color: #05c3c3;
}

h2.active {background-position: left bottom;}
.ch2{
display:inline;
	font-size:9px;
	font-weight:normal;
	margin-left:460px;
	position:absolute;
	top:45px;
}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../img/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(../img/toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.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;
}
a.title:link{font-size:24px;}
a.bla:link {color:#A7D956;font-size:18px;font-family:Georgia, serif;text-decoration: none; font-weight:normal;line-height:26px;}
a.bla:visited {color:#A7D956;font-size:18px;font-family:Georgia, serif;text-decoration: none; font-weight:normal;line-height:26px;}
a.bla:active {color:#A7D956;font-size:18px;font-family:Georgia, serif;text-decoration: none; font-weight:normal;line-height:26px;}
a.bla:hover {color:black;;font-size:18px;font-family:Georgia, serif;text-decoration: none; font-weight:normal;line-height:26px;}
a.norm:link{font: 10px normal Arial, Helvetica, sans-serif;color:#000;}
a.norm:visited{font: 10px normal Arial, Helvetica, sans-serif;color:#000;}
a.norm:active{font: 10px normal Arial, Helvetica, sans-serif;color:#000;}
a.norm:hover{font: 10px normal Arial, Helvetica, sans-serif;color:#000;}