body {
	padding: 0;
	margin: 0;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #535548;
	font-size: 13px;
	background: url(images/bg.jpg) repeat-x;
}

img {
	 border: none;
}

a, a:link, a:visited {
	color: #D03030;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#site {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 770px;
}

#header {
	width: 770px;
	height: 117px;
	background: #D6E5EF url(images/header.jpg) no-repeat left 23px;
	border-bottom:1px solid #96C1E0;
}

#languages {
	margin-left: 7px;
	padding-top: 2px;
}

#header-menu {
		width: 770px;
		background: url(images/topmenu_bg.jpg) repeat-x;
		height: 33px;
		overflow: hidden;
}
#header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#header-menu ul li {
	display: inline;
}
#header-menu ul li a {
	display: block;
	float: left;
	width: auto;
	padding: 0 10px;
	margin: 0;
	line-height: 30px;
	height: 33px;
	background: url(images/topmenu_li_bg.jpg) no-repeat top right;	
	color:#FFFFFF;
	font-size:11px;
}
#header-menu ul li a.active {
	background: url(images/topmenu_li_selected_bg.jpg) repeat-x;
}

.active-arrow {
	background-image:url(images/topmenu_a_bullet.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	display:block;
	margin-bottom:-2px;
	padding-bottom:2px;
}

#left-side {
	width: 176px;
	display: inline;
	float: left;
}

.block-small {
	width: 176px;
	display: block;
	margin-top: 18px;
}

.block-small .header {
	width: 176px;
	height: 12px;
	background: url(images/block_small_header.gif) no-repeat;
}

.block-small .middle {
	width: 154px;
	background: url(images/block_small_middle.gif) repeat-y;
	padding: 0 11px 5px 11px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
}

.block-small .footer {
	width: 176px;
	height: 5px;
	background: url(images/block_small_footer.gif) no-repeat;
}

.block-small ul {
	margin-top: 10px;
	padding-left: 15px;
	font-size: 12px;
}

.block-small ul li a.active
{
	color: #000000;
}

.block-small ul li ul {
	margin-top: 5px;
	padding-left: 8px;
}

.block-big {
	width: 591px;
	display: inline;
	float: left;
	margin-top: 18px;
	margin-left: 3px;
}

.block-big .header {
	width: 591px;
	height: 13px;
	background: url(images/block_big_header.gif) no-repeat;
}

.block-big .middle {
	width: 575px;
	background: url(images/block_big_middle.gif) repeat-y;
	padding: 8px;
	padding-top: 0px;
	
}

.block-big .footer {
	width: 591px;
	height: 5px;
	background: url(images/block_big_footer.gif) no-repeat;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000000;
}

.clear {
	clear: both;
}

#site-footer {
	width: 770px;
	height: 106px;
	background: url(images/footer_bg.jpg) no-repeat;
	color: #ffffff;
	font-size: 11px;
}

#site-footer a, #site-footer a:link, #site-footer a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#site-footer a:hover {
	text-decoration: none;
}

#gallery a {text-decoration:none;}
#gallery a img {border:none;}
h2 {margin: 0; padding: 0; font-size: 13px; color: #D03030;}
h3 {margin:0; padding:0 0 5px 0; text-align:left; font-size:14px; font-weight:bold; color:#007cbf;}
.gallery-image-holder {width: 167px; border: 1px solid #d8d8d8; padding: 5px; text-align: center; float: left; display: inline; margin-left: 10px; margin-bottom: 10px; height: expression(this . scrollHeight <   160 ?   "160px" :   "auto"); min-height: 160px;}
.gallery-image-title {width: 157px;}
a.videoPlayer { 
	display:block; 
	width: 572px; 
	height: 384px;
	text-align:center; 
	border:1px solid #D03030; 
	margin-bottom: 20px;
} 
				 
/* play button */ 
a.videoPlayer img { 
	margin-top:158px; 
	border:0px; 
} 
				 
/* when container is hovered we alter the border color */ 
a.videoPlayer:hover { 
	border:1px solid #999; 
}

#logo
{
	display: block;
	height: 88px;
	width: 102px;
	position: relative;
	top: 26px;
	left: 25px;
}





















