﻿ /* GENERAL */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #f7f4df;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}
html, body
{
	height: 100%;
	width: 100%;
	min-height: 100%;
	text-align: center;
}	

html
{
	scrollbar-base-color: #f7f4df;
	scrollbar-arrow-color: #f17720;
	scrollbar-DarkShadow-Color: #f7f4df;
}

.info {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #F17720;	
}


#TopNavigationBox
{
	position: relative;
	top: 3px;

}
#TopNavigationBoxConcerts
{
	width: 140px;
	left: -130px;
}
#TopNavigationBoxFestivals
{
	width: 140px;
	left: 30px;
}
#TopNavigationBoxWorkshops
{
	width: 140px;
	left: 390px;
}
#TopNavigationBoxInfo
{
	width: 140px;
	left: 550px;
	
}
.TopNavigationItemImage
{
	width: 140px;
	border: 0px;
	padding: 0px;
	border-bottom: solid 1px #f17720;
}
#TopNavigationHeaderImage
{
	top: 170px;
	position: absolute;
}