@import url("editor.css");
@import url("services.css");

body {
	background: transparent url("../gfx/body.gif") repeat-x;
	background-color: #b7d7f2;
	
}

/* WRAPPER */
#wrapper {
	width: 952px;
	margin: 0px auto;
	position: relative;
	border: solid 1px;
}

/* HEADER */
#header {	
	display: none;
}
/* MAIN */
#main {
	overflow: hidden;
	border-left: solid 1px #6f6f6f;
	border-right: solid 1px #6f6f6f;	
	zoom: 1;
	margin-top: -14px;
	background: transparent url("../gfx/blue.gif") repeat-x;
	background-color: white;
}

/* SIDEBAR */
#sidebar {
	display: none;
}
/* CONTENT */
#content {
	float: left;
	margin-top: 14px;
}
	#content .colum_marg{
		padding: 15px;
  	   width: 715px;
		overflow: hidden;
	}
	/* etusivu.tpl */
	.row{
		
	}
	.hello_text{
		float:left;
		padding:15px;
		width:439px;
	}
	.new_box{
		float: left;
		width: 245px;
		padding: 15px 15px 0 15px;
		margin-top: -13px;
		background: transparent url("../gfx/news_box.gif") no-repeat;
	}
	.big_box{
		background: transparent url("../gfx/big_box.gif") no-repeat;
		overflow:hidden;
		padding:20px;
		width:704px;
	}
		.left_box{		
			background: transparent url("../gfx/vertical_dot.gif") repeat-y right;
			padding: 0 10px;
			width: 212px;
			overflow: hidden;
			float: left;
		}
		.right_box{
			padding: 0 10px;
			width: 412px;
			overflow: hidden;			
			float: left;
		}

/* FOOTER */
#footer {
	display: none;
}

/* EMEDIA SIGNATURE */
#signature {
	display: none;
}
.ext{
	clear: both;
}
#admin_link{
	display: none;
}
