body	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	background-color: #000;
	padding: 0px;
}

img	{
	border: none;
}

a, a:link	{
	color: #fff;
	text-decoration: underline;
}

a:hover	{
	text-decoration: none;
}

h2	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

p	{
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}

#sidebar a, #sidebar a:link	{
	color: #000;
	text-decoration: none;
}

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

#page	{
	width: 970px;
	background: url('/_img/background.jpg') repeat-y;
	margin: 5px auto;
	text-align: left;
}

#flags	{
	margin: 5px;
}

#flags li	{
	float: left;
	margin-right: 5px;
	list-style-type: none;
}

#logo	{
	margin-top: 23px;
	float: right;
}

#sidebar	{
	width: 360px;
	height: 575px;
	background: #9C8C79 url('/_img/background_navi.jpg') no-repeat;
	font-size: 12px;
	position: relative;
	float: left;
}

#sidebar li	{
	list-style-type: none;
}

#navi_block1	{
	position: absolute;
	top: 160px;
	left: 160px;
}

#navi_block2	{
	position: absolute;
	top: 370px;
	left: 200px;
}

#navi_block3	{
	position: absolute;
	top: 480px;
	left: 30px;
}

.current_page_item a	{
	color: #fff !important;
}

#content	{
	width: 550px;
	height: auto;
	background-color: #3B2D28;
	float: right;
	padding: 60px 30px 40px 30px;
}

#footer	{
	clear: both;
}