/* COMMONS */
body {
	margin:0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	/* font-family:Agenda, 'Gill Sans', Arial, serif; */
	/* font-family: 'Cantarell', arial, serif; */
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:url(../images/bg-white.gif) repeat-x;
	background-color:#eff2f2;
}
img {
	border:none;
	}
.spacer {
	height:28px;
	}
#links a, #concept a, #bio a, #event a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	border-bottom:1px dotted #000;
}
#links a:hover, #concept a:hover, #bio a:hover, #event a:hover {
	color:#FF0033;
	border-bottom-color: #FF0033;
}
h1 {
	font-size:20px;
	margin:5px 0 3px 0;
	font-weight:normal;
	line-height:32px;
}
h2 {
	font-size:13px;
	text-transform:uppercase;
	margin:0;
	line-height:1.7em;
}
h3 {
	font-size:10px;
	font-weight:normal;
	color:#999;
	margin:0;
	line-height:1.7em;
}
.box-white1 {
	float:right; width:695px; 
	background:#fff url(../images/box1-bottom.gif) bottom right no-repeat;
	padding:15px 15px 0 15px;
}
.box-white2 {
	float:right; width:695px; 
	background:#fff url(../images/box2-bottom.gif) bottom right no-repeat;
	padding:15px 15px 0 15px;
}
/* HEADER */

#header-container {
	position:fixed; 
	width:100%; 
	z-index:1000000; 
	top:0px; 
	padding:35px 0px; 
	background-image:url(../images/bg-top-shader.png); 
	background-repeat:repeat-x; 
	margin:0 0; 
	display:block; 
	height:40px;
	}
#header {
	margin:0px auto 0px auto;
	width:970px;
}
/* LOGO */
#logo {
	float:left;
	text-align:left;
}
/* NAV */
#links {
	font-size:11px;
	float:right;
	width:730px;
	text-align:right;
	text-transform:uppercase;
}
#links a {
	margin:0 8px 0 8px;
	display:inline;
	font-weight:bold;
}
/* CONTAINER */
#container {
	margin:60px 0 0 0;
	position:relative;
	text-align:left;
	background-color:#FFF;
	border-bottom:1px solid #E6E8E8;
}
/* OPERA */
.opera {
	padding-top:80px;
	display:block;
	height:450px;
	background:url(../images/lightbox-ico-loading.gif) center 275px no-repeat;
}
/* DIDA */
.dida {
	padding-top:20px;
}

/* CONCEPT */
#concept {
	margin:0px auto;
	width:970px;
	padding-top:40px;
	padding-bottom:0px;
	line-height:1.7em;
}
/* EVENT */
#event {
	margin:0px auto;
	width:970px;
	padding-top:20px;
	padding-bottom:0px;
	line-height:1.7em;
}
/* BIO */
#bio {
	margin:0px auto;
	width:970px;
	padding-top:20px;
	padding-bottom:0px;
	line-height:1.7em;
}
/* CONTACTS */
#contacts {
	margin:0px auto;
	width:970px;
	padding-top:20px;
	padding-bottom:100px;
	line-height:1.7em;
}
/* Easy Slider */

#slider ul, #slider li {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}
#slider {
	clear:both;
	height:640px;
	overflow: hidden;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	position:relative;
}
#slider li {
	width:600px; 
	/* height:600px; */
	overflow:hidden;
	position:relative;
	left:185px;
	text-align:center;
}
span#prevBtn a {
	/* display:block; */
	position:absolute;
	left:0px;
	top:10px;
	width:60px;
	height:576px;
	background-image:url(../images/bt-prev.png);
	text-indent:-8000px;
	pointer:hand;
	border:none;
}
#nextBtn a {
	/* display:block; */
	position:absolute;
	right:0px;
	top:10px;
	width:60px;
	height:576px;
	background-image:url(../images/bt-next.png);
	text-indent:-8000px;
	pointer:hand;
	border:none;
}



/* // Easy Slider */
