/* CSS Document */

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
	margin: 0px;
	padding: 0px;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	}
	
p, td, div { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 13px; 
	}
	
/* index menu */
body#ind {
	background-color: #2C6F8F;
	background-image: url(img/ind-back.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	width: 100%;
	height: 100%;
}

.l {
	display: block;
	float: left;
	width: 178px;

}
 .enter a:link, .enter a:visited {
	background-color: #FF6A00;
	display: block;
	padding: 2px;
	width: 80px;
	color: #fff;
	border: 1px solid #fff;
	}


.langind {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;	

}

.langind a:link, .langind a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}
.langind a:hover, .langind a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
		font-weight: bold;
	}
	

/* index end */

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	
}

a:link, a:active {
	color: #FF5200;
	text-decoration: underline;
	}

a:visited {
	color: #FF5200;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.page{
	width: 776px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #F0F0F0;
	border-top: none;
	border-right: 3px solid #D3D3D3;
	border-bottom: 3px solid #D3D3D3;
	border-left: 3px solid #D3D3D3;
}

.hline-back {
	background-image: url(img/hline-back.gif);
}

.crayfish {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-color: #2B6E8F;
}
.crayfish2 {
	background-color: #BADDE7;
}

.langbk {
	border: 1px solid #D3D3D3;
	display: block;
	filter:alpha(opacity=80);opacity:.80; 
	
	background-color: #F0F0F0;
	height: 30px;
	width: 120px;
}
.lang {
	position: relative;
	z-index: 5;
	top: -24px;
	right: 10px;
}

.lang a:link, .lang a:visited {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	}
.lang a:hover, .lang a:active {
	color: #000;
	text-decoration: underline;
	font-size: 10px;
	}
	
/* Menu */

#menu {
	width: 8em;
	border-left: 1px dotted #67B8D0;
	padding: 0;
	margin-bottom: 1em;
	margin-left: 3px;
	color: #fff;
	background-color: #2B6E8F; 
	font-size: 11px;
	float:left;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
     border-bottom: 1px solid #F0F0F0;
	  }

		
#menu li {
      margin: 0;
      }
	  
#menu li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
	border-right: 1px dotted #67B8D0;
	border-bottom: 1px solid #F0F0F0;
    color: #fff;
    text-decoration: none;
    width: 100%;
      }

html>body #menu li a {
    width: auto;
      }

#menu li a:hover, .current {
   
    color: #fff;
	background-color: #529EB9; 
      }
	  
.current {
	padding: 5px 5px 5px 0.5em;
	}
	
.content {
	width: 638px;
	margin: 30px 5px 20px 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 70px;

}

.clear {
	clear: both;
		}

.photo {
	height: 204px;
	width: 226px;
	background-image: url(img/photo-bk.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 11px 0px 0px 11px;
}

.photo2 {
	height: 204px;
	width: 226px;
	background-image: url(img/photo-bk.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	padding: 11px 0px 0px 11px;
}

.photo2 img, .photo img, .photo2 img a, .photo img a, .vid  {
	border: 1px solid #8DA7AF;
	}
	
table.tb td {
	background-color: #fff;
	text-align: center;
	padding: 3px;
}

.foot {
	background-color: #2D6F90;
	border-top: 3px solid #D3D3D3;
	height: 10px;
	color: #fff;
	font-size: 10px;
	padding: 2px;
}