body {
	background: #f1f4f6;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6666661;
}
	
h1, h2, h3, h4 {
	color: #666666;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

a {
	text-decoration: none;
	color: #844370;
}

ul.cool-li li {
	padding: 0px 0px 0px 10px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}



.container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.clearfix {
	clear: both; 
}

#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 112px;
}


.logopos {
	width: 311px;
	height: 67px;
}



#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 110px;
	top: 10px;
	overflow: hidden;
}




#header ul#top_menu li {
	float: left;
}

#header ul#top_menu li a {
	color: #ffffff;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
}

#header ul#top_menu li a {
	text-decoration: none;
}

#header ul#top_menu li.active a, #header ul#top_menu li a:hover {
	color: #cccccc;
}

#header ul#top_menu li.active {
	background: url(images/active_item.gif) repeat-x;
	margin: 0px 5px;
}



#main {
	float: left;
	width: 540px;
}

#content {
	background: #ffffff url(images/content_bg.gif) repeat-x top left;
	padding: 33px 0px;
}

#pic {
	margin-top: 70px;
	float: right;
	position: relative;
}
#language {
	margin-top: 80px;
	float: left;
	position: relative;
	margin-left: 862px;
	z-index:750;

}


#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 17px;
	color: #666666;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #ffffff url(images/sidebar_block_bg.png) repeat-x;
	padding: 14px 30px 8px;
}



#pagename {
	background: #e9edf0 url(images/pagename_bg.png) repeat-x top left;
	border-bottom: 1px solid #e7e9ea;
	height: 90px;
}

#pagename h2 {
	color: #666666;
	margin: 22px 0px 0px;
	font-size: 35px;
	font-family: Palatino Linotype, Georgia, serif;
}

tr.border_bottom td {
  border-bottom:1pt solid black;
}