body 
{
	padding:0;
	margin:0;
	font-family: "helveticaneueltpro-roman",verdana;
	color: black;
	/*background-color: #006495;*/
	background-color: #006293;
	font-size: 12px;	
}

a
{
	color: #1b74a1;
}


#header_bg
{
	width: 980px;
	height: 17px;
	background-image: url(images/background_top.png);
	background-repeat: no-repeat;
}

#footer_bg
{
	width: 980px;
	height: 26px;
	background-image: url(images/background_bottom.png);
	background-repeat: no-repeat;
	clear: both;
}


#container
{
	margin-top: 60px;
	width: 980px;	
}

#content_wrapper
{
	background-color: white;
}

#header
{
	height: 70px;
	width: 980px;
	display: block;
}

#lang_link
{
	float: right;
	margin-right: 15px;
}

#lang_link a
{
	text-decoration: none;
	font-weight:bold;
	color: #1b74a1;
}

#logo
{
	float: left;
	width: 275px;
	height: 65px;
	margin-left: 40px;
	margin-top: 25px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	
	/*border: 1px solid green;*/
	clear: none;
}

	#side_image
	{
	float: left;
	
	width: 380px;
	height: 599px;
	margin-left: -21px;
	margin-top: 21px;
	background-image: url(images/side_image.png);
	background-repeat: no-repeat;
	position: absolute;
	
	/*border: 1px solid green;*/
	clear: none;
	}

#menu
{
	width: 650px;
	margin-top: 30px;
	float: left;
	/*border: 1px solid red;*/
	text-align: left;
}

table.menu
{
	font-weight: bold;
	font-size: 14px;
	
}

#page_intro
{
	float: right;
	margin-right: 30px;
	height: 20px;
	width: 650px;
	border-bottom: 2px solid #1b74a1;
	color: #a1281e;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	
}

#page_end
{
	float: right;
	margin-right: 30px;
	width: 650px;
	border-bottom: 2px solid #1b74a1;
	font-weight: bold;
	font-size: 14px;
}


table.menu a
{
	color: black;
	text-decoration:none;
}

#content
{
	width: 980px;
	text-align: left;
	padding: 20px;
	/*border: 1px solid blue;*/
	height:568px;
}

#text-content
{
	width: 600px;
	margin-right: 30px;
	display: block;
	text-align: left;
	float: right;
	/*border: 1px solid yellow;*/
}

#footer
{
	margin-right: 50px;
	width: 970px;
	text-align: right;
	clear: both;
}

.line_jump
{
	clear: both;
}

@font-face {
    font-family: "helveticaneueltpro-th";
    src: url(font/helveticaneueltpro-th-webfont.eot);
}

@font-face {
    font-family: "helveticaneueltpro-th";
    src: url(font/helveticaneueltpro-th-webfont.ttf) format("truetype");
}

@font-face {
    font-family: "helveticaneueltpro-roman";
    src: url(font/helveticaneueltpro-roman-webfont.eot);
}

@font-face {
    font-family: "helveticaneueltpro-roman";
    src: url(font/helveticaneueltpro-roman-webfont.ttf) format("truetype");
}

h1{	
	color:#b33323;
	font-weight: bold;
	font-family: "helveticaneueltpro-th", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:23px;
}

h2{	
	color:#b33323;
	font-family: "helveticaneueltpro-th", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
}


h2{	
	color:#b33323;
	font-family: "helveticaneueltpro-th", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

p{	
	font-family: "helveticaneueltpro-roman", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:250px;
		height:350px; 
		overflow:hidden; 
		}
	#slider li{ 
		background:#ffffff;
		}		
	#slider li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider li p{ 
		margin:20px;
		}				
	span#prevBtn{}
	span#nextBtn{}					

