body {
	padding:0px;
	margin:0px;
	background-color:#565A5B;
	text-align:center;
	background-image: url(../images/bgbody.png);
	background-repeat:repeat-x;
	font-family:Arial,Verdana;
	font-size:80%;
	line-height:1.5em; 
}

*
{
	margin:0px;
	padding:0px;
}

#wrapper
{
	background-color:white;
	width:810px;
	height:100%;
	margin-left:auto;
	margin-right:auto;	
}

/* header styles */

#header{
	text-align:left;
	display:block;
	height:140px;
	width:790px;
	background-image: url(../images/bg_header.png);
	background-position:top right;
	background-repeat:no-repeat;
	margin-right:20px;
}

#logo{
	/*margin-left:10px;*/
	width:201px;
	height:140px;	
	display:block;
	float:left;
}

#baseline
{
	padding-top:40px;
	display:block;
	float:right;
	width:188px;	
	font-size:85%;
}

#top_navigation
{
	padding-top:100px;
	width:290px;
	float:right;
}

#top_navigation ul
{
	list-style:none;		
}

#top_navigation li
{
	float:left;	
	margin-right:20px;
}

#top_navigation a
{
	
}

/* language navigation */ 
#language_navigation
{
	width:80px;
	float:right;
	margin-top:2px;
}

#language_navigation ul
{
	list-style:none;		
}

#language_navigation li
{
	float:left;	
	margin-right:5px;
}

#language_navigation a
{
	
}


/* breadcrumb styles */

#breadcrumb
{
	clear:left;
	margin-top:20px;
	display:block;
	height:38px;
}

#breadcrumbfill
{
	float:left;
	display:block;
	/*margin-left:10px;*/
	width:50px;
	height:38px;
	background-color:#F0278B;	
}

#breadcrumbcontent
{
	float:right;
	display:block;
	width:710px;
	height:38px;
	text-align:left;
}

#breadcrumbcontent ul
{
	list-style:none;
}

#breadcrumbcontent li 
{
	float:left;
	margin-right:5px;
	padding-left:35px;
	padding-top:8px;
	height:38px;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat:no-repeat;
}



#content
{
	clear:left;
	display:block;
	margin-top:0px;
	/*margin-left:10px;*/
	background-image: url(../images/bg_content.png);
	background-repeat:repeat-y;
}

#footer
{
	clear:left;
	/*margin-left:10px;*/
	display:block;
	height:83px;
	background-image: url(../images/bg_footer.png);
	background-position:top right;
	background-repeat:no-repeat;	
	color:white;
	font-weight:bold;
}

#footer_line_1
{
	margin-top:12px;
	float:right;
	width:160px;
	text-align:left;
	height:70px;
}

#footer_line_2
{
	margin-top:12px;
	float:right;
	width:180px;	
	text-align:left;
	height:70px;	
}

#copyright
{
	clear:both;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	color:#A0A0A0;
	margin-top:20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	letter-spacing : 1px;
	text-transform : uppercase; 
	margin-bottom:20px;
}


/* root element for single scroll */
	.scroll {
		position:relative;
		overflow:hidden;
		width: 370px;
		height: 210px;
		/*float:left;*/
	}
	
	/* root element for the scroll pics */
	.scroll .pics {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics div {
		float:left;
		cursor:pointer;
		width:370px !important;
		height:210px;
		margin:0px;
	}
	
	/* possible settings for the active scroll */
	.scroll.active {
	
	}


