/*Default CSS position values */


{
	margin: 0px;
    padding: 0px;
}


body 
{
	background: #666666;
	font-family:Arial, Helvetica, sans-serif
}

#wrapper 
{
			width: 855px;
			background: #000000;
			margin: 0px auto;
}

#header 
{
			height: 171px;
}


#header h1
{
			width:100%;
			height:100%;
			background:url(images/Fryderyk-Chopin.gif)  no-repeat 0 0;
}

/* Set properties for English/Polish links */

#language
{
			background: url(images/header_bg.gif) repeat-x;
			height: 30px;
			padding: 18px;
			text-align:center;
			font-size:11px;
			color:#FFF;
			margin-top: 3px;
}

.emailLink
{
color:#06F;			
}

.emailLink  a:link, a:hover
{		
color:#FFF;

}

.langLink
{		
color:#06F;
word-spacing: 2px;
}

.langLink  a:link, a:hover
{		
color:#FFF;
word-spacing: 2px;
}


/********************MENU CSS***************************/


#nav ul
{
			margin-left: -23px;
			margin-top: -25px;
			display:block;
			list-style: none;
			font-size:11px;
			padding-bottom: 5px;
}

#nav li

{
	margin: 0px;
	font size: 9px;
	padding: 0px;
	border: solid, 1px, #FFFFFF;
}

#nav li a:link,li a:visited,li a:active 
{
			color:#036;
	font size: 9px;
			text-decoration: none;
			margin: 0px;
			padding: 2px 0px 0px;
			border: .5px solid ##FFFFFF;
}

#nav li a:hover 
{
	color: #ccc;
	font size: 9px;
	text-decoration: none;
	background-color:#003;
	border: .5px solid ##FFFFFF;
}

ul 
{
list-style-type: none;
width: 100%; /* precision for Opera */
}

/* horizontal menu specifications*/

.menu li 
{
			float: left;
			margin-left: 1px;
}

.menu a 
{
			margin: 0px 2px;
			width: 115px;
			display: block;
			text-align: center;
			border: 1px solid gray;
			text-decoration: none;
			color: #FFF;
			background: #996;
			height: 20px;
}

.menu a:hover 
{
background: #999;
border: 1px solid gray; 
}

.menu a:active 
{
background: ##999;
border: 1px solid gray; 
color: #066;
}


/*css for content*/

#mainContent 
{
			min-height: 250px;
			width: 773px;
			background: url(images/templatemo_right_bg.gif) repeat-x;
			padding: 40px;
			top: 10px;
			margin-top: 15px;
			margin-bottom: 5px;
			border-top: 10px solid #000000;
			border-right: .5px solid #000000;
			border-bottom: .5px solid #000000;
			border-left: .5px solid #000000;
}

#mainContent p 
{
			color: #FFFFFF;
			text-align: justify;
			font-size:11px;
			letter-spacing: 1px;
}

#mainContentCenter p 
{
			color: #FFFFFF;
			text-align: center;
			font-size:11px;
			letter-spacing: 1px;
}
#mainContent h2
{
			font-size: 13px;
			color: #A6A976;
			font-style: normal;
			letter-spacing: 1px;
}

.bulletList ul
{
			text-decoration:none;
}

.bulletList li 
{
list-style: square inside;
color:#FFF;
text-align: left;
font:arial;
font-size:12px;
}
#textLeft p 
{
			color: #FFFFFF;
			text-align: left;
			font-size:11px;
			letter-spacing: 1px;
}

#textCenter p 
{
			color: #FFFFFF;
			text-align: center;
			font-size:11px;
			letter-spacing: 1px;
}
#footer 
{
			background: #FFF url(images/footer_bg.gif) repeat-x center;
			border: .5px solid #000000;
			text-align: center;
			font-size: 9px;
			color:#999 ;
			letter-spacing: 1px;
			height: 30px;
}

#footer p
{
			margin-top: 10px;
}
.contact
{
color:#06F;			
}

.highlightInfo
{
	
			color: #CF0;			
}
.eventsHighlight
{
		
			color: #F00;		
}
