* {

margin: 0px;
padding: 0px;

}

a {
	text-decoration: none;
	color: #e8e8e8;
}

a:hover {
	text-decoration: none;
}

html, body {
height: 100%;

}


h1,h2,h3,h4 {
	font-weight: normal;
	color: #f0f0f0;
}

h2,h3,h4 {
	margin-bottom: 20px;
	color: #ffffff;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}


body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #adadad;
	background: #9ea3a3 url(images/bg.jpg) repeat;
}


#mother {
	margin: 0px auto;
	min-height: 100%;
	height: 100%;
	width: 900px;
  position: relative;

	
}

body>#mother {
 height: auto;
 }
 


#header {
	width: 900px;
}

#logo {

	height: 130px;
	line-height: 130px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logo h1 {
	font-size: 3em;

}





#menu {
	
	height: 60px;
	line-height: 60px;
	width: 900px;
	background: #e16060;
	border: solid 1px #f17070;
}

#menu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 12px 8px 12px;
	border: solid 1px #e16060;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	display: inline;
  padding: 0 8px 0 8px;
}

 #menu ul li:hover a {
	background: #f17070;
	border: solid 1px #f87777;
}


br.clearfix {
	clear: both;
}



#page {
	width: 900px;
	background: rgba(65, 70, 70, 0.4);
	border: solid 1px #474949;
	border-top: 0;


}

#page-in {
 	padding: 20px 28px 0px 28px;
}



#page-bottom {
 
	width: 900px;
	height: 150px;
	background: rgba(15, 20, 20, 0.35);
	color: #999;
	border: solid 1px #3f3f3f;
	border-top: 0;

}

#page-bottom-in {
 	padding: 20px 28px 0px 28px;
}


#footer {
  height: 60px;
  Line-height: 60px;
	text-align: center;
	color: #606060;
}

#footer a {
	color: #707070;
}


.img {
	border: 1px solid #D9D9D9;
	padding: 3px;
}

#page p {

    margin-bottom: 15px;
}

#page ul {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
}




#gallery {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#gallery li {
	float: left;
	margin: 0px;
	padding: 10px;
}

#gallery img {
	border: 1px solid #D9D9D9;
	padding: 3px;
}

