body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background:#000000 url(../img/body_back.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666666;
	line-height:20px;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
}

a {
  outline: none;
}

 
#esde a:hover{
	background:none;
	color:#b4bdc0;
	}

.oneColFixCtrHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:70px;
	background:none; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:1000px;
}
.oneColFixCtrHdr #footer {
	padding:3px;
	text-align:center;
	background:none;
	color:#666666;
	font-size:80%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align:center;
	padding: 10px 0; 
	font-size:80%;
}

/*NEW//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*menu////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#esde{
	position:absolute;
	margin-top:82px;
	margin-left:125px;
	text-align:right;
	}
#index_title{
	position:absolute;
	width:300px;
	margin-top:170px;
	margin-left:350px;
	background-color:#030303;
	padding:10px;
	text-align:justify;
	}
#index_title a{
	text-decoration:underline;
	}
.transparent{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.transparent2{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
#menuLeft{
	position:absolute;
	margin-top:35px;
	margin-left:65px;
	}
	
/*main////////////////////////////////////////////////////////////////////////////////////////////////////*/
#block{
	width:770px;
	margin-top:85px;
	margin-left:90px;
	margin-bottom:50px;
	background:#000000;
	border:1px solid #3969aa;
	padding:15px;
	z-index:1;
	}
#block p{
	padding:10px 40px;
}
#accordion{
	position:absolute;
	width:820px;
	margin-top:85px;
	margin-left:85px;
	z-index:1;
}
#accordion img{
	border:none;
}
#blockAccordion{
	width:770px;
	height:578px;
	background:url(../img/back_accordion.jpg);
	margin-bottom:10px;
	text-align:center;
	}
#flickr{
	margin-top:20px;
	margin-bottom:15px;
}
h1 {
	font-size:250%;
	font-weight:lighter;
	color:#282828;
	font-family:georgia, serif;
	margin-bottom:25px;
	margin-left:5px;
	padding:0;
}
h2 {
	font-size:150%;
	font-weight:lighter;
	color:#cccccc;
	margin-left:10px;
	margin-bottom:3px;
	padding:0;
}
h3{
	font-size:120%;
	color:#CCCCCC;
	font-style:italic;
	font-weight:lighter;
	margin-left:10px;
	padding:0 0 15px 0;
	}
h4 {
	font-size:100%;
	font-weight:lighter;
	line-height:14px;
	color:#999999;
	margin-left:10px;
	margin-top:0;
	padding:0;
}	
span{
	font-size:140%;
	font-weight:lighter;
	color:#999999;
}
hr {
	margin:15px 0 48px 0;
	border:1px solid #282828;
}

/*lightbox////////////////////////////////////////////////////////////////////////////////////////////////////*/
#definition{
	padding:30px;
	border:none;
	background-color:#181818;
	height:340px;
}
#definition h2{
	padding:0;
	margin:0;
}