body {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#CCC;
}

#container {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#9CF;
	border: 1px;
	border-style: solid;
}

#banner {
	width: 900px;
	height: 411px;
	background-image:url(img/banner.jpg);
}

#menu {
	width: 180px;
	height: 1300px;
	float: left;
	background-image: url(img/sidebar_bg.jpg);
	background-repeat: repeat-y;
	
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
	border-left: none;
	border-bottom: none;
	border-top: hidden;
}

#menu.sponsors {
	height: 1750px;
}

#menu.info {
	height: 1900px;
}

#menu.accommodation {
	height: 1370px;
}

#navcontainer {
	width: auto;
	height: auto;
}

#navlist
{
	padding: 0 0px 0px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	border-right: 1px;
	border-right-style: solid;
	border-left: none;
	border-top: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	width: 13em;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top: 1px solid black;
	text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 1em 0.75em;
	border-left: 1em solid #AAB;
	background: #3399ff;
	text-decoration: none;
}

#navlist li a:link { color: #FFF; }
#navlist li a:visited { color: #FFF; }

#navlist li a:hover
{
	border-color: #FE3;
	color: #FFF;
	background: #336699;
}

#content_main {
	width: 460px;
	height: auto;
	margin-left: 185px;
	margin-right: 790px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	text-align: left;
}

#sponsors {
	width: 230px;
	height: 1300px;
	float: right;
	
	padding-left: 5px;
	padding-right: 5px;
	
	/*background-color: #6699cc;*/
	background-color: white;
	
	border: thin;
	border-style: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

#sponsors.sponsors {
	height: 1750px;
}

#sponsors.info {
	height: 1900px;
}

#sponsors.accommodation {
	height: 1370px;
}

#footer {
	width: 880px;
	height: 79px;
	clear: both;
	
	padding-left: 10px;
	padding-right: 10px;
	
	border-top: 2px;
	border-top-style:groove;
	border-top-color:#0CF;
	
	background: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
}

img.adohta_logo {
	float: right;
}

#imgbg {
	width: 180px;
	height: auto;
	background-color: #0CF;
	/* for IE */
 	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

p.prioritytext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: red;
	text-decoration: blink;
}

p.sponsors {
	font-family: Verdana, Geneva, sans-serif;
	background: #f0f0f0;
}

p.mission {
		font-family: Arial, Helvetica, sans-serif;
		color: #066;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
}

ul.info_list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}

p.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
	
	position: relative;
	left: 60px;
}
