#navigation_reflect, #home_reflect, #content_reflect, #headlines_reflect, #contact_reflect, #logos img {
	behavior: url( 'iepngfix.htc' );
}
/*
	TOOLTIP
*/
#tooltip {
	position: absolute;
	width: auto;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	background-color: #298d06;
	visibility: hidden;
	z-index: 99;
}
#tooltip ul {
	padding-left: 18px;
	margin: 0px;
}
/*
	GENERAL
*/
html, body {
	margin: 0px;
	padding: 0px;
	background: #c1c2c0 url( '../_img/Backgound.png' ) top left repeat-x;
}

td {
	vertical-align: top;
}

#container {
	position: relative;
	width: 978px;
	margin: 0px;
}

/*
	HEADERS
*/
h4 {
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	color: #333333;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

/*
	BACKGROUND
*/
#background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 447px;
	height: 557px;
	background: url( '../_img/Background_sound.png' ) top left no-repeat;
}

/*
	LOGO
*/
#logo {
	position: absolute;
	left: 124px;
	top: 80px;
	width: 136px;
	height: 157px;
	background: url( '../_img/Logo.png' ) top left no-repeat;
}

/*
	HEADER
*/
#header {
	position: absolute;
	left: 42px;
	top: 10px;
	width: 940px;
}

#header .table-left {
	width: 50%;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
}

#header .table-left a, #header .table-left a:active, #header .table-left a:visited  {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
}

#header .table-left a:hover  {
	color: #007c00;
	font-family: Verdana;
	font-size: 10px;
}

#header .table-right {
	width: 50%;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
}
#header a, #header a:active, #header a:visited  {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
}

#header a:hover  {
	color: #007c00;
	font-family: Verdana;
	font-size: 10px;
}
/*
	LOGIN
*/
#login {
	margin: 0px;
}

#login input {
	color: #333333;
	font-family: Verdana;
	width: 100px;
	border: 1px solid #cccccc;
	font-size: 10px;
}

#login .submit {
	width: 20px;
	border: 1px solid #cccccc;
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
}
/*
	NAVIGATION
*/
#navigation {
	position: absolute;
	left: 42px;
	top: 434px;
	width: 300px;
	height: 170px;
	background: url( '../_img/Block_background.png' ) top left no-repeat;
	padding-top: 10px;
}

#navigation_reflect {
	position: absolute;
	left: 42px;
	top: 604px;
	width: 300px;
	height: 170px;
	background: url( '../_img/Block_reflect.png' ) top left no-repeat;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navigation a, #navigation a:active, #navigation a:visited {
	display: block;
	height: 22px;
	color: #333333;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-left: 22px;
}

#navigation a:hover {
	color: #ffffff;
	background: url( '../_img/Menu_hover.png' ) top left no-repeat; 
}

/*
	HEADLINES
*/
#headlines {
	position: absolute;
	left: 362px;
	top: 434px;
	width: 300px;
	height: 170px;
	background: url( '../_img/Block_background.png' ) top left no-repeat;
	padding-left: 22px;
	padding-top: 10px;
}

#headlines_reflect {
	position: absolute;
	left: 363px;
	top: 604px;
	width: 300px;
	height: 170px;
	background: url( '../_img/Block_reflect.png' ) top left no-repeat;
}

#headlines table {
	width: 256px;
	margin-top: 16px;
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
}

#headlines .table-left {
	width: 25%;
	font-size: 10px;
	text-align: left;
}

#headlines .table-right {
	width: 75%;
	font-size: 12px;
	text-align: left;
}

#headlines .table-right a, #headlines .table-right a:active, #headlines .table-right a:visited {
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#headlines .table-right a:hover {
	color: #007c00;
	text-decoration: underline;
}

/*
	PEOPLE
*/
.peopleImg {
	float: right;
	margin-left: 24px;
}

/*
	CONTACT
*/
#contact {
	position: absolute;
	left: 682px;
	top: 434px;
	width: 300px;
	height: 170px;
	background: url( '../_img/Contact_background.png' ) top left no-repeat;
	padding-left: 22px;
	padding-top: 10px;
}

#contact_reflect {
	position: absolute;
	left: 682px;
	top: 604px;
	width: 300px;
	height: 170px;
	background: url( '../_img/Block_reflect.png' ) top left no-repeat;
}

#contact p {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-top: 44px;
}

#contact a, #contact a:active, #contact a:visited {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#contact a:hover {
	color: #007c00;
	text-decoration: underline;
}

/*
	FOOTER
*/
#footer {
	position: absolute;
	left: 42px;
	top: 776px;
	width: 940px;
	text-align: center;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 40px;
}

#footer a, #footer a:active, #footer a:visited  {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
}

#footer a:hover  {
	color: #007c00;
	font-family: Verdana;
	font-size: 10px;
}

/*
	LOGOS
*/
#logos {
	position: absolute;
	left: 42px;
	top: 636px;
	width: 940px;
	height: 60px;
	text-align: center;
	color: #333333;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

#logos a, #logos a:active, #logos a:visited, #logo a:hover {
	color: #333333;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*
	HOME
*/
#home {
	position: absolute;
	left: 530px;
	top: 78px;
	width: 300px;
	height: 170px;
	background: url( '../_img/Top_background.png' ) top left no-repeat;
	padding-left: 22px;
	padding-top: 10px;
}

#home_reflect {
	position: absolute;
	left: 530px;
	top: 248px;
	width: 300px;
	height: 170px;
	background: url( '../_img/Home_reflect.png' ) top left no-repeat;
}

#home p {
	width: 256px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#home a, #home a:active, #home a:visited {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#home a:hover {
	text-decoration: underline;
}

/*
	CONTENT
*/
#content {
	position: absolute;
	left: 362px;
	top: 74px;
	width: 620px;
	height: 530px;
	background: url( '../_img/Content_background.png' ) top left no-repeat;
	padding-left: 22px;
	padding-top: 10px;
}

#content_reflect {
	position: absolute;
	left: 362px;
	top: 604px;
	width: 620px;
	height: 170px;
	background: url( '../_img/Content_reflect.png' ) top left no-repeat;
}

#content .holder {
	width: 554px;
	height: 478px;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 10px;
	padding-right: 22px;
	overflow: auto;
}

#content .holder_news {
	width: 554px;
	height: 458px;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 10px;
	padding-right: 22px;
	overflow: auto;
}

#content .holder a, #content .holder a:active, #content .holder a:visited {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	margin: 0px;
}

#content .holder a:hover {
	color: #007c00;
	text-decoration: underline;
}

#content .text {
	float: left;
	width: 340px;
	height: 478px;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 10px;
	padding-right: 16px;
	overflow: auto;
}

#content .text a, #content .text a:active, #content .text a:visited {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	margin: 0px;
}

#content .text a:hover {
	color: #007c00;
	text-decoration: underline;
}

#content .block {
	float: left;
	width: 204px;
	margin-top: 10px;
	margin-right: 20px;
}

#content .block_top {
	width: 204px;
	height: 5px;
	background: url( '../_img/Block_part.png' ) top left no-repeat;
	margin: 0;
	font-size: 0px;
}

#content .block_content {
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #298b06;
	padding-left: 10px;
	padding-right: 6px;
	margin: 0;
}

#content .block_content a, #content .block_content a:active, #content .block_content a:visited {
	display: block;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: url( '../_img/Icon.png' ) top left no-repeat;
	padding-left: 24px;
}

#content .block_content a:hover {
	text-decoration: underline;
}

#content .block_bottom {
	width: 204px;
	height: 5px;
	background: url( '../_img/Block_part2.png' ) top left no-repeat;
	margin: 0;
	font-size: 0px;
}

#content .holder table {
	width: 100%;
	color: #333333;
}

#content .holder .table-left {
	width: 12%;
	font-size: 10px;
	text-align: left;
}

#content .holder .table-right {
	width: 88%;
	font-size: 12px;
	text-align: left;
}

#content .holder .table-right a, #content .holder .table-right a:active, #content .holder .table-right a:visited {
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#content .holder .table-right a:hover {
	color: #007c00;
	text-decoration: underline;
}

/*
	LINKS
*/
#content .link_title, #content .link_title a, #content .link_title a:active, #content .link_title a:visited {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

#content .link_title a:hover {
	color: #007c00;
	text-decoration: underline;
}

#content .link_url {
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 12px;
}

/*
	SITEMAP
*/
#sitemap li {
	margin-bottom: 16px;
}

/*
	SPONSOR
*/
.sponsor {
	width: 135px;
	height: 80px;
	background: url( '../_img/Sponsor_background.png' ) top left no-repeat;
}

.sponsor .title {
	width: 135px;
	padding-top: 12px;
	text-align: center;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.sponsor .price {
	width: 135px;
	text-align: center;
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
}

/*
	NAVIGATION
*/
#nav {
	margin-top: 16px;
}

#nav input {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#nav .nav_active {
	color: #007c00;
}

#nav .nav_on {
	color: #333333;
	cursor: pointer;
}

#nav .nav_off {
	color: #cccccc;
}
/*
	FORM
*/
.containerForm label {
	font-size: 11px;
	color: #999999;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 15px;
}
.containerForm .field {
	width: 140px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
}
.containerForm .radio {
	
}
.containerForm select {
	width: 140px;
	font-size: 9px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .error {
	border: 1px dotted #ff3300;
}
.containerForm .ubb {
	width: auto;
}
.containerForm textarea {
	width: 400px;
	background-color: #fafafa;
	font-family: Verdana;
	font-size: 10px;
	border: 1px dotted #cccccc;
}
.containerForm .item {
	margin-bottom: 10px;
	clear: both;
}
.small {
	color: #999999;
	font-size: 9px;
}