body {
	background-image: url("http://www.creasys.fi/media/body_bg.png");
	background-repeat: repeat-x;
	background-color: #fafafa;
	margin: 0;
}

#wrap {
	width: 948px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: transparent;	
}

#header {
	position: relative;
	width: 960px;
	height: 169px;
	margin: 0 auto 0 auto;
	background: url("http://www.creasys.fi/media/header.png");
	background-repeat: no-repeat;
	z-index: 0;
	left: 1px;
}

#container {
	position: relative;
	display: block;
	background-color: #fff;
	border-right: 798px solid transparent;
	border-left: 148px solid transparent;
	top: -10px;
}
#inner {
	display: block;
	margin-left: -148px;
	margin-right: -798px;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}
#left {
	min-height: 295px;
	float: left;
	position: relative;
	width: 148px;
	left: 0px;
	/*border-right: 2px solid #000;*/
	background-image: url("http://www.creasys.fi/media/left_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 1;
	
}
#right {
	float:right;
	position: relative;
	width: 798px;
	right: 0px;
	z-index: 1;
	
}

#content {
	min-height: 285px;
	width: 788px;
	padding: 5px;
	background-color: #fff;
	font-family: verdana, arial;
	font-size: 12px;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	background-image: url("http://www.creasys.fi/media/shader.png");
	background-repeat: repeat-x;
}

#content p {
	padding: 0;
	margin: 0 0 5px 0;
}

.clear {
	clear: both;
	margin: 0;
}

#main_menu_header {
	width: 148px;
	height: 25px;
	margin-bottom: 5px;
	background-image: url("http://www.creasys.fi/media/nav_header_bg.png");
	background-repeat: repeat-x;
}

#main_menu ul {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: verdana, arial;
	list-style-type: none;
}

#main_menu ul li {
	margin-left: 5px;
	margin-bottom: 3px;
	padding-left: 26px;
	height: 20px;
	width: 114px;
	line-height: 20px;
	background-image: url("http://www.creasys.fi/media/arrow.png");
	background-repeat: no-repeat;
}


/*Main menu a style*/
#main_menu ul li a:link, #main_menu li a:visited {
	text-decoration: none;
	color: #000;
}

#main_menu ul li:hover {
	background-image: url("http://www.creasys.fi/media/arrow_hover.png");
	background-repeat: no-repeat;
}

#main_menu ul li a:hover {
	color: #000;
}

#footer_hr {
	height: 5px;
	color: #920007;
	background-color: #920007;
}

#footer {
	position: relative;
	width: 948px;
	height: 22px;
	margin:	0 auto 0 auto;
	background: #fafafa;
	text-align: center;
	line-height: 18px;
	font-size: 10px;
	font-family: verdana, arial;
	color: #000;
	cursor: default;
	
	top: 10px;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

.container	
			{
				width:790px;
				height:300px;
				overflow:hidden;
				margin:auto;
			}
			.selector
			{
							}			
			.hovering
			{
								opacity: 0.5;	
			}						
			.container .TabMenu
			{
				position: relative;
				top: 5px;
				left: 2px;
				z-index: 10;
				cursor: pointer;
			}
			.container .TabMenu span
			{
				display: inline-block;
				height: 130px;				
				margin: 0px;
				padding:0px;
			}
			.container .ContentFrame
			{
				width: 360px;
				height:206px;
				left: 10px;
				position: relative;
				overflow:hidden;
			}			
			.container .ContentFrame .AllTabs
			{
				position: relative;	
				left:0px;		
				width: 1190px;
				height: 206px;
				overflow:hidden;
			}
			.container .ContentFrame .AllTabs .TabContent
			{
				width:360px;
				height: 200px;
				margin-right:20px;
				text-align: justify;
				float:left;
				overflow:hidden;				
			}
