* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Geneva ,sans-serif;
	font-size : 0.75em;
	height: 100%;
	color: #036;
	width: 100%;
	text-align: center;
}

fieldset {
	border: 0;
}

/* mac hide\*/
html, body {height:100%}
/* end hide */

html>body #main{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

img {
	border: 0;
	margin: 10px 10px 10px 0;
	float: left;
	position: relative;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

a  {
	color: #036;
}

h2,
h3,
h4 {
	font-family: Arial, Verdana, Geneva ,sans-serif;
	font-size : 1.3em;
	margin: 10px 0 10px 0;
	padding: 0;
}
h3 {
	margin: 5px 0 5px 0;
	font-size : 1.1em;
}
h4 {
	margin: 5px 0 0 0;
	font-size : 1em;
}
a:hover,
a:active {
	color: #F14A0C;
}
#wrapper {
	width : 772px;
	margin: 0 auto;
	height: 100%;
	border-left: 10px solid #C1CEDE;
	min-height: 100%;
	position: relative;
	text-align: left;
}
#sidebar {
	float: right;
	width: 120px;
	height: 100%;
}
#sidebar #sidebartitle {
	height: 800px;
	background: #fff url('title_sidebar.gif') top right no-repeat;
}

#header {
	float: left;
	width: 662px;
	height: 281px;
	background: #C1CEDE;
	border-top: 34px solid #FFF;
	position: relative;
	margin-left: -10px;
}
* html #header {
	width: 652px;
	overflow: hidden;
	height: 345px;
}

#title {
	float: left;
	width: 649px;
	height: 181px;
	margin-top: 50px;
	margin-left: 10px;
	border: 1px solid #000;
}
* html #title {
	margin-left: 5px;
	width: 641px;
}

#title h1 {
	float: left;
	height: 179px;
	width: 647px;
	margin: 1px;
	background: #C1CEDE url('headerimage.jpg') 0 0 no-repeat;
}
* html #title h1 {
	width: 636px;
}
#title h1 span {
	visibility: hidden;
}

#header ul {
	position: relative;
	list-style-type: none;
	background: #F6F7FB;
	width: 650px;
	height: 50px;
	border-top: 1px solid #C1CEDE;
	border-bottom: 1px solid #C1CEDE;
	border-left: 1px solid #C1CEDE;
	float: left;
	margin-left: 10px;
	border-bottom: 30px solid #8F94A6;
}
* html #header ul {
	margin-left: 5px;
	width: 641px;
}
#header li {
	float: left;
	border-right: 1px solid #C1CEDE;
	height: 100%;
}
#header a {
	display: block;
	text-decoration: none;
	padding: 5px 30px;
	line-height: 3em;
	color: #036;
}

#header a.selected,
#header a:active,
#header a:hover {
	color: #F14A0C;
}

#main {
	background: #E1E8F0;
	float: left;
	min-height: 100%;
	height: 100%;
	width: 650px;
	padding-top: 40px;
	border-left: 10px solid #C1CEDE;
	margin-left: -10px;
}
#subnavigation {
	list-style-type: none;
	width: 195px;
	float: left;
}
#subnavigation li {
	line-height: 2em;
}
* html #subnavigation li {
	height: 2em;
}
#subnavigation a {
	display: block;
	color: #036;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #C1CEDE;
}
#subnavigation a.active,
#subnavigation a:active,
#subnavigation a:hover {
	color: #F14A0C;
}
#subnavigation ul {
	list-style-type: none;
	margin-left: 15px;
}

#content {
	float: left;
	position: relative;
	padding: 5px 20px;
	width: 415px;
}
#content ul {
	margin-left: 20px;
}
#content ul li {
	line-height: 1.4em;
}

.clearer {
	position: relative;
	clear: both;
	line-height: 1px;
	padding: 0;
	margin: 0;
	width: 496px;
	height: 1px!important;
}

#foto {
	float: left;
	border-bottom: 1px solid #c1cedf;
}

#foto div.image {
	margin: 0;
	padding: 0;
	background: #FFF 0 0 repeat;
	width: 161px;
	height: 100px;
	border-top: 1px solid #c1cedf;
	border-bottom: 1px solid #c1cedf;
	border-right: 1px solid #c1cedf;
	float: left;
	overflow: hidden;
}
#foto div.image div {
	position: absolute;
}
#foto div.image img {
	margin: 0;
}
* html #foto div.image {
	width: 160px;
}

#foto div.image a span {
	display: none;
}
#foto div.image a:hover {
	color: #036;
	text-decoration: none;
	display: block;
}

#foto div.image a:hover span {
	display: inline;
	position: absolute;
	z-index: 9;
	text-align: center;
	background: #E1E8F0;
	width: 161px;
	margin-top: 50px;
	margin-left: -161px;
	line-height: 1.8em;
}

* html #foto div.image a:hover span {
	width: 160px;
	margin-left: -165px;
}