/*- header and navigator stuffs -----------------------------------------*/

#header{
	width: 800px;
	height: 140px;
	padding-left:10px;
	margin-top: 0px;
	margin: auto;
}
#header h1{
	display: block;
	text-indent: -16000px;
	background: url(../img/header_large.png) no-repeat;
	background-position: left;
	font: 80px "Trajan pro", serif;
	float: left;
	width: 420px;
	margin-top: 30px;
/*	border: 1px solid red;*/
}
#header h1.logo {
	display: block;
	position: relative;
	top: 30px;
	color: #000;
	background: url(../img/top_logo_gr.png) no-repeat;
	background-position: left;
	font: 80px "Trajan pro", serif;
}

#header h2{
	position: relative;
	text-indent: -16000px;
	top: 291px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 18px "Trajan pro", serif;
}
#nav { text-align: right; 		position:relative;
	background: none;
	/*border: 1px solid red;*/
	float: right;
	width: 366px;
	margin-top: 30px;
	height: 96px;
}
#nav ul{
	list-style: none;
	line-height: 20px;
	margin-right: 0px;
	margin-top: 75px;
}
#nav li{
	display: inline;
	margin-left: 36px; 
}
#nav li a:hover{	
	text-shadow: 1px 1px 1px #fff;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#00d2ff;
}
#nav li a {	
	text-decoration:none;
	text-shadow: 1px 1px 1px #fff;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#333;
  	-webkit-transition: color;
  	-webkit-transition-duration: 200ms;
  	-webkit-transition-timing-function: ease-out;
  	-moz-transition-property: color;
  	-moz-transition-duration: 200ms;
  	-moz-transition-timing-function: ease-out;
  	-o-transition-property: color;
  	-o-transition-duration: 200ms;
  	-o-transition-timing-function: ease-out;
}

/*-----------------------------------------------------------------------*/
#news_left{
	float: left;
	width: 470px;
	height: 250px;
	margin: 0 0px 0px 0px;
	border-right: 1px dotted silver;
	background: yellow;
}

#news_left, #news_entry a:link { 
	text-decoration:none;
	color: #00c5ee;
	-webkit-transition: color;
  	-webkit-transition-duration: 200ms;
  	-webkit-transition-timing-function: ease-out;
  	-moz-transition-property: color;
  	-moz-transition-duration: 200ms;
  	-moz-transition-timing-function: ease-out;
  	-o-transition-property: color;
  	-o-transition-duration: 200ms;
  	-o-transition-timing-function: ease-out;
}
#news_left, #news_entry a:hover{ 
	text-decoration:none; 
	color: #2d5dfe;	
}
#news_left, #news_entry a:visited { 
	text-decoration:none;
	color: #00c5ee;
}
#news_left ul{
	margin-top: 10px;
	margin-bottom: 30px;
	list-style: none;
}
#news_left li{
	color: #515151;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 5px;
	
}
#news_left h3{
	text-shadow: 1px 1px 2px #CCC;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666;
}
#news_left, #news_entry, #art p{
	color: #515151;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
#news_right{
	float: right;
	width: 295px;
	height: 250px;
	margin: 0 0px 0px 0;
	background: green;
}
#news_right h3{
	text-shadow: 1px 1px 2px #CCC;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666;
}
#news_right p{
	color: #515151;
	font: 11px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: right;
	margin-right: 23px;
}
#news_right a:link { 
	text-decoration:none;
	color: #00c5ee;
	-webkit-transition: color;
  	-webkit-transition-duration: 200ms;
  	-webkit-transition-timing-function: ease-out;
  	-moz-transition-property: color;
  	-moz-transition-duration: 200ms;
  	-moz-transition-timing-function: ease-out;
  	-o-transition-property: color;
  	-o-transition-duration: 200ms;
  	-o-transition-timing-function: ease-out;
}
#news_right a:hover{ 
	text-decoration:none; 
	color: #2d5dfe;	
}
#news_right a:visited { 
	text-decoration:none;
	color: #00c5ee;
}
#news_right ul{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
#news_right li{
	list-style: none;
	display: bloack;
	background: red;
	width: 200px;
	height: 200px;
}
/*-----------------------------------------------------------------------*/

th{	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #909090;
	border: 0 solid #000;
	padding: 4px 4px 4px 12px;
	background-color: #eee;
	border-left-width: 1px;
	border-left-color: silver;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-top-color: silver;
}
td{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#333;
	padding: 4px 4px 4px 12px;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
}
th.alt {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #909090;
	padding: 4px 4px 4px 12px;
	background-color: #eee;
	border-left-width: 1px;
	border-left-color: silver;
	border-bottom: 1px solid silver;
}
td.alt {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#333;
	padding: 4px 4px 4px 12px;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}
#news_entry{

	margin: auto;
	width: 780px;
	border:1px solid #000000; /*#d6d6d6;*/	
	background: black 0 -24px;
	-moz-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 30px 10px 20px;
	height: 220px;
	margin-top: -100px;

}
#news_entry h4{
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#fff;
}
#news_entry p{
	margin-bottom: 15px;
	text-align: left;
	color: #787878;
	margin-top: 10px;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#news_entry dl{
	
	margin: 0px;
	padding: 0px;
	font: 10px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #5e5e5e;}
#news_entry .entry{
	float: left;
	width: 260px;
	height: 200px;
	background: none;
	
}
#news_entry .entry .border{
	border-left: 1px solid #262626;
	height: 186px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
#news_entry .entry .first{
	padding: 0px 12px 12px;
	height: 186px;
}
#news_entry .entry .jump{
	background: none;
	margin: 0px;
	text-align: left;
	padding-left: 15px;
}
#news_entry img{
	
	margin-right: 15px;
}


#art{

	margin: auto;
	width: 780px;
	height: 270px;
	background: white;
	margin-top: 10px;
	padding-bottom: 40px;
	border:1px solid #d6d6d6;	
	padding: 10px;
	-moz-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;

}
#art h4{
	font: bold 21px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#333;
	padding: 0px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 10px;
}
#art p{
	text-align: right;
	margin-right: 16px;

}
#art dl{
	padding: 0px;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #999;
	margin-right: 16px;
	margin-left: 16px;
}
#art ul{
	list-style: none;
	padding-left: 10px;
}
#art ul li{
	float: left;
	display: block;
	background: silver;
	width: 180px;
	height: 180px;
	margin: 5px;
}
#art a:link { 
	text-decoration:none;
	color: #00c5ee;
	-webkit-transition: color;
  	-webkit-transition-duration: 200ms;
  	-webkit-transition-timing-function: ease-out;
  	-moz-transition-property: color;
  	-moz-transition-duration: 200ms;
  	-moz-transition-timing-function: ease-out;
  	-o-transition-property: color;
  	-o-transition-duration: 200ms;
  	-o-transition-timing-function: ease-out;
}
#art a:hover{ 
	text-decoration:none; 
	color: #2d5dfe;	
}
#art a:visited { 
	text-decoration:none;
	color: #00c5ee;
}

#fadebg{
	width: 100%;
	height: 660px;
	margin:auto;	
	z-index: -1;
	position: relative;
	left: -240px;
	background: none;
	overflow: hidden;
	
}
#test{
	background: yellow;
	width: 1000px;
	height: 100px;
	display: block;
	z-index: 1;
	position: relative;
	left: -100px;
	margin: auto;
}
