
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

header, header_2, header_3, header 4, header_5, header_6, header_7, section, aside, nav, article { display: block;}



.imgWrap {
  position: relative;
  width: 300px;
  height: 300px
}

.imgDescription {
  position: absolute;
  top: 300;
  bottom: 0;
  left: 100;
  right: 0;
  background: ;
  color: ;
  font-size: 20px;


  visibility: hidden;
  opacity: 0;

  /*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */
}


.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}



body {
background-color: #FFFFFF;
font-size: 0.95em;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#000000;
}



pre, code {
font-size: 1.3em;
}
a {color:#000000;}
a:visited {color:#000000;}
a:hover {color: #FFFFFF;}
a:active { color:#FFFFFF;}

h1, h2 {
font-size:1.8em;
font-weight: normal;
margin: 0 0 20px;
}

img.download {vertical-align:middle;}
img{border:none;}

p, pre{
padding:  0 0 20px;
line-height:1.5em;
}
	
/* ---------- header, header_2, header_3, header_4, header_5, header_6, header_7 content, footer width -------------- */
.inner{
	margin: 0 auto;
	padding: 10px;
	max-width: 1200px;
	min-width:700px;
}

/* ----------header for logo-------------- */
header {
	background:#FFFFFF ;
	width: 100%; 
	position: center;
	left: 0;
	top: 0;
	border-bottom:0px solid #FFFFFF;
	border-top:0px solid #FFFFFF;
}
header img { padding: 0 0 10px;}

header .inner{
	
	}
	
	
/* ----------------- content--------------------- */

section#content {

background-color: #FFFFFF;
max-width: 1700px;
min-width:700px;
margin:0  auto;
padding: 130px 20px 130px;
}

