*
{
	margin:	0;
	padding:0;
}
html
{
	min-height:	100%;
}
body
{
	font-size:	0.94em;
	background:	#000;
	color:		#EEE;
	width:		100%;
	min-height: 100%;
	float:		left;
}
img
{
	border:	0 none;
}
h1, h2, h3, h4, h5
{
	color:	#F5D400;
}
a
{
	color:				#F5D400;
	text-decoration:	none;
}
a:hover
{
	color:				#EEE;
	text-decoration:	underline;
}

#titlePageWrapper
{
	background:	url(../images/index_backgr.jpg) no-repeat;
	width:		600px;
	height:		520px;
	position:	relative;
	margin:		10px auto;
	padding:	40px 0;
}
#titlePageWrapper h1
{
	text-align:	center;
}
#flags
{
	text-align:	center;
}
#flags a
{
	margin:		0 5px;
}
#pageContent
{
	width:		1003px;
	margin:		0 auto;
	position:	relative;
	min-height:	100%;
}

#left
{
	width:		260px;
	min-height:	100%;
	background:	url(../images/left.jpg) repeat-y;
	float:		left;
}
#left #mainTitle1,
#left #mainTitle2,
#left #mainTitle3
{
	text-align:	center;
}
#left #mainTitle1
{
	margin-top:	33px;
}
#left #mainTitle2
{
	margin-top:	18px;
	font-weight:lighter;
	font-size:	1.4em;
}
#left #mainTitle2 a:hover
{
	color:				#F5D400;
	text-decoration:	none;
}
#left #mainTitle3
{
	margin-top:	28px;
}
#left #mainNav
{
	margin:				32px 0 88px 34px;
	width:				225px;
	list-style-type:	none;
}
#left #mainNav li
{
	padding: 	    30px 5px 10px 1px;
	border-bottom:	1px dashed #B89F00;
	font-size:		1.33em;
}
#left #mainNav li a#selected
{
	color:	#EEE;
}
#left #mainNav li a:hover
{
	text-decoration:	none;
}
#left .tickets
{
	color:			#F5D400;
	margin-left:	34px;
	font-size:		1.13em;
}
#left .tickets a
{
	text-decoration:	underline;
}


#right
{
	float:			left;
	width:			740px;
	min-height:		100%;
	border-left:	1px solid #B89F00;
	border-right:	1px solid #B89F00;
}
#right #top
{
	float:		left;
	width:		100%;
	height:		186px;
	background:	url(../images/top.jpg) no-repeat;
}
#right #options
{
	float:			left;
	width:			710px;
	padding:		8px 12px 7px 18px;
	border-bottom:	1px dashed #B89F00;
	display:		inline;
}
#right #options #pathway
{
	float:	left;
}
#right #options #languageSelect
{
	float:	right;
}
#right #options #languageSelect a
{
	margin-left:	8px;
	text-decoration:underline;
}
#right #main
{
	float:		left;
	min-height:	100%;
	width:		489px;
	padding:	40px 33px;
}
#right #main h3
{
	color:			#EEE;
	margin-bottom:	12px;
}
#right #main .newsItem
{
	margin-bottom:	20px;
	border-bottom:	1px solid #6C5200;
}
#right #main .newsText
{
	margin:	7px 0;
}
#right #main .programmeItem
{
	padding-bottom:	5px;
	margin-left:	20px;
	margin-bottom:	15px;
	margin-top:		8px;
	border-bottom:	1px solid #6C5200;
}
#right #sponsors
{
	float:			right;
	width:			174px;
	border-left:	1px dashed #B89F00;
	min-height:		100%;
	text-align:		center;
	padding:		14px 5px;
}
#right #sponsors h4
{
	font-weight:	normal;
	font-size:		0.93em;
/*	margin-bottom:	3px;*/
	margin-bottom:	22px;
}
