body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8c8c8c;
	margin: auto;
	background-color: #ffd800;
	width: 854px;	
}

p
{
	color: #8c8c8c;
	border: none;
	margin: 0;
	padding: 0;
}

a
{
	color: #8c8c8c;
	text-decoration: none;
}

a:hover
{
	color: #ffd800;
}

img
{
	border: none;
}

.clear
{
	clear: both;
	height: 1px;
	font-size: 1px;
}

div
{
	border: none;
	margin: 0;
	padding: 0;
}

div.layout
{
	float: left;
	min-height: 2350px;
}

.layout_shadow
{
	background-repeat: repeat-y;
	width: 7px;
}

#layout_shadow_left
{
	background-image: url(../images/layout/shadow_left.png);
}

#layout_shadow_right
{
	background-image: url(../images/layout/shadow_right.png);
}

#content
{
	background-color: #fff;
	width: 800px;
	padding: 0 20px;
}

#head
{
	padding-bottom: 17px;
}

#language_selector
{
	text-align: right;
}	

.content_top
{
	border-top: solid 4px black;
	margin-top: 10px;
}

#content_left
{
	width: 560px;
	margin-right: 20px;
	float: left;
}
#content_left p
{
	width: 480px;
}

#content_right
{
	width: 220px;
	float: left;
}

#content_right p
{
	border-bottom: dotted 1px #7f7f7f;
	padding-bottom: 5px;
}

#content_right p:last-child
{
	border: none;
	margin-bottom: 20px;
}

#foot
{
	border-bottom: solid 1px #000;
	padding: 2px 0;
}

#foot #hhv_icon_link
{
	float: right;
}

h1, h2, h3
{
	font-size: 13px;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
}
h1, h2
{
	color: #000;
	text-transform: uppercase;
}

h1
{
	border-bottom: solid 1px #000;
}

h2
{
	padding-top: 20px;
}

h3
{
	padding-top: 10px;
	padding-bottom: 2px;
}

#impress
{
	display: none;
	margin-top: 2px;
	border-top: dotted 1px #7f7f7f;
}

#impress_toggler
{
	cursor: pointer;
}

.impress_toggler_active
{
	color: #000;
}

