@import url("editor.css");
body {
	background: #fff url("../gfx/gradient.jpg") repeat-x;
	padding-bottom: 2em;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: transparent url("../gfx/wrapper_borders.gif") repeat-y;
}

/* HEADER */
#header {
	height: 131px;
	background: transparent url("../gfx/header.jpg") no-repeat;
}

/* MAIN */
#main {
	zoom: 1;
	margin: 0 11px;
	background: #e4e5d8 url("../gfx/main_gradient.gif") repeat-x;
	padding-bottom: 20px;
}

/* MENU */
#menu {
	height: 39px;
	background: transparent url("../gfx/menu_background.gif") no-repeat;
	padding-bottom: 12px;
}
#menu ul {
	list-style-type: none;
	margin-left: 2em;
}
#menu li {
	float: left;
}
#menu li a img{
	border: 0;
}

/* SIDEBAR */
#sidebar {
	float: left;
	width: 174px;
}
#sidebar .box {
	zoom: 1;
	margin-top: 1px;
	margin-bottom: 10px;
}
#sidebar .box .top {
	font-size: 0px;
	height: 10px;
	background: transparent url("../gfx/sidebar_box_top.gif") no-repeat;
}
#sidebar .box .middle {
	zoom: 1;
	padding: 10px 15px;
	background: transparent url("../gfx/sidebar_box_middle.gif") repeat-y;
}
#sidebar .box .bottom {
	font-size: 0px;
	height: 11px;
	background: transparent url("../gfx/sidebar_box_bottom.gif") no-repeat;
}

/* CONTENT */
#content_wrapper {
	zoom: 1;
	margin-left: 184px;
	margin-right: 11px;
}
#content_wrapper .top {
	font-size: 0px;
	height: 10px;
	background: transparent url("../gfx/content_top.gif") no-repeat;
}
#content {
	padding: 10px 20px;
	background: transparent url("../gfx/content_middle.gif") repeat-y;
}
#content_wrapper .bottom {
	font-size: 0px;
	height: 11px;
	background: transparent url("../gfx/content_bottom.gif") no-repeat;
}

/* FOOTER */
#footer {
	clear: both;
	height: 46px;
	line-height: 36px;
	padding: 0 0 0 40px;
	background: transparent url("../gfx/footer.gif") no-repeat;
}
#footer a {
	color: #AE6E2B;
}

/* EMEDIA SIGNATURE */
#signature {
	background-color:white;
	width:800px;
	float: right;
	margin-right: 3px;
}
#signature, #signature a {
	color: #B2B2B2;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: normal;
}

/* OPISKELU & JÄRJESTELMÄ */
#content_opiskelu, #content_jarjestelma {
	margin-left: 184px;
}

/* HAKU */
div.search_form {
	margin-bottom: 30px;
}
div.search_form input.search_string {
	width: 150px;
}
div.search_form input.search_submit {
        margin-left: 10px;
	padding: 0 1em;
}
div.search_result {
	margin-bottom: 15px;
}

