body {
	margin: 0px;
	font: normal 90% "Lucida Sans Unicode",sans-serif;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/ekbg.jpg) top repeat fixed;
	color: #ffffff;
}
a:link {
	color: silver;
	text-decoration: none;
}
a:visited {
	color: silver;
	text-decoration: none;
}
a:hover {
	color: grey;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.center {
	text-align: center;
}
#outerBox {
	margin: 0px auto;
	width: 760px;
	background-color: #000000;
	
}
#logo  {
	border: 0px solid silver;
	text-align: center;
	height: 85px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 3px solid #FF6B00;
}

#links {
	text-align: center;
	border-bottom: 3px solid #FF6B00;
	padding-top: 5px;
}
#links a {
	padding-left: 20px;
	padding-right: 20px;
}

#content {
	border-bottom: 3px solid #FF6B00;
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

#video {
	border-bottom: 0px solid #FF6B00;
	background-color: #000000;
	margin-top: 20px;
	padding: 0px;
}

#audio {
	border-bottom: 0px solid #FF6B00;
	background-color: #000000;
	padding: 0px;
}

#contact {
	padding-left: 100px;
	background-color: #000000;
	padding-bottom: 10px;
}
.orange {
	color: #FF6B00;
}

/*  Carousel elements  */
/* Arrows */	
div.jMyCarousel .prev{
	background: url('images/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('images/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
div.jMyCarousel .up{
	background: url('images/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('images/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
	margin: 2px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}