@import url(/local/site/global.css);

body {
	background: url(/local/site/layout/bg.jpg) repeat-y center;
	margin: 0px;
}

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

a:link, a:active, a:visited, a:active {
	color: blue;
}

p.em {
	font-size: 10px;
}

table tr td {
	vertical-align: top;
	padding: 10px;
}

table tr td#paper p {
	font-size: 10px;
}

table tr td#paper p a {
	font-size: 12px;
}

table tr td#blue {
	height: 71px;
	border: 1px solid #1f497d; 
	background: url(/local/site/layout/table_header.jpg) repeat-x;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	background-color: #365f91;
	height: 45px;
	width: 1000px;
}

#logga {
	width: 470px;
	margin-left: 151px;
	background-color: #fff;
	padding-left: 20px;
	padding-top: 17px;
}

#spacer {
	width: 1000px;
	height: 9px;
	font-size: 0px;
	background-color: #c4bc96;
}

#bottom {
	width: 1000px;
	height: 9px;
	font-size: 0px;
	background-color: #c4bc96;
	position: fixed;
	bottom: 0px;
}

#content {
	width: 1000px;
	padding-top: 15px;
}

#leftcontent {
	float: left;
	width: 151px;
}

#maincontent1 {
	float: left;
	margin-left: 10px;
	width: 470px;
}

#rightcontent1 {
	width: 355px;
	float: left;
	margin-left: 10px;
}

#maincontent2 {
	float: left;
	margin-left: 10px;
	width: 835px;
}

#main {

}

#menu {
	width: 151px;
}

#menu-root {
	list-style-type: none;
	margin-left: 4px;
}

#menu-root li {
	margin-bottom: 10px;
	background: url(/local/site/layout/menu_bg.jpg) no-repeat;
}

#menu-root li:hover {
	background: url(/local/site/layout/menu_bg.jpg) no-repeat;
}

#menu-root li.active {
	background: url(/local/site/layout/menu_bg_active.jpg) no-repeat;
}

#menu-root li a {
	width: 142px;
	height: 25px;
	padding-top: 8px;
	display: block;
	color: #fff;
	text-align: center;
}
