* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c1d1e;
}
img {
	border: 0;
}

a, a:link, a:visited {
     font-family: Tahoma;
     color: #3b4f5f;
     font-size: 12px;
     text-decoration: none;
}
a:hover {
     color: #53728a;
     text-decoration: none;
}
a:active {
     color: #3b4f5f;
     text-decoration: none;
}

h1 {
	font: Franklin Gothic Medium;
	font-size: 22px;
	color: #34709e;
}

.menurechts{
     width: auto;
     height: auto;
}

.menurechts ul {
     padding: 0;
     margin: 5px 0 10px 0;
}
.menurechts li {
     line-height: normal;
     list-style: none;
     display: block;
     _margin-bottom:-16px;
     width: auto;
     height: auto;
}
.menurechts a {
     font-size: 12px;
     text-align: right;
     padding: 2px 5px 2px 0;
     display: block;
     width: auto;
     height: auto;
     line-height: 16px;
     text-decoration: none;
}
.menurechts a:hover {
     background-color: #599dd1;
     color: #fff;
}

#menu {
	width: 175px;
	margin-left: 30px;
	height: auto;
}

#container {
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(../images/odio/bg.gif) top left;
}

#header {
	width: 780px;
	height: 119px;
	background: url(../images/odio/header.gif) top left;
}

#content {
	width: 780px;
	height: auto;
}

#footer {
	width: 780px;
	height: 60px;
	clear: both;
}

#left {
	width: 205px;
	height: auto;
	float: left;
}

#right {
	width: 575px;
	height: auto;
	float: right;
	background: url(../images/odio/contentbgtop.gif) no-repeat;
}

#navbar {
	width: 205px;
	height: auto;
	background: url(../images/odio/navbar.gif) top left;
}

#rightcontent {
	width: 510px;
	height: auto;
	padding-left: 20px;
	padding-right: 45px;
	text-align: justify;
}