/* global prop. */
*{
  margin: 0;
  padding: 0;
}

/*** COMMON ELEMENTS ***/

html, body{
  height:100%;
  margin-bottom: 75px;
}

html{
  font-size: 100%;
}

body{
  font-family: "Twcen",Arial, Helvetica, Sans;
  color: #80561B;
  min-height:100%;
  height:auto;
}

div.wrap{
	width: 900px;
	margin: auto;

}

div.project{
	float: right;
/*	background:#9c9;*/
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.title{
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}

div.contact{
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}

div.icon{
	clear: both;
/*	background:#7b7;*/
	float: left;
	width: 260px;
	margin-top: 30px;
	margin-right: 30px;
}


.gallery {
	clear: both;
	width: 610px;
	margin-left: -5px;
}

.gallery ul { list-style: none; }

.gallery ul li { display: inline; }

.gallery ul img {
		border: 5px solid #fff;
}

.gallery ul a:hover img {
		border: 5px solid #c37b1f;
}


/* FONT DECLARATIONS
/////////////////////////////////////////////////////*/

@font-face {
  font-family: "Geosanslight";
  src: url(fonts/geosanslight.ttf) format("truetype");
}

@font-face {
  font-family: "Molot";
  src: url(fonts/molot.otf) format("opentype");
}

@font-face {
  font-family: "Twcen";
  src: url(fonts/twcen.ttf) format("truetype");
}


/* LINKS
/////////////////////////////////////////////////////*/

a{
	color: #c37b1f;
}

a:visited{
	color: #c37b1f;
}

a:hover{
	text-decoration: none;
}


/* LISTS
/////////////////////////////////////////////////////*/

ul{
	margin-top: 10px;
	color:#87746d;
	list-style: none;
	font-size: 10px;
}

/* COMMON PAGE ELEMENTS
/////////////////////////////////////////////////////*/
hr{
	clear: both;
	width: 100%;
	color: #c37b1f;
	background-color: #c37b1f;
	height: 5px;
}

#video{
	margin-top: 10px;
}


/* HEADER DECLARATIONS
/////////////////////////////////////////////////////*/

h1{
/*  font-family: "Molot", Arial, Helvetica, Sans;*/
  font-family: Helvetica, Arial, Sans;
  color: #4d4d4f;
  font-size: 40px;
}

h2{
/*  font-family: "Molot", Arial, Helvetica, Sans;*/
  font-family: Helvetica, Arial, Sans;
  color: #4d4d4f;
  font-size: 25px;
}

h3{
/*  font-family: "Geosanslight", Arial, Helvetica, Sans;*/
  font-family: Helvetica, Arial, Sans;
  color: #87746d;
  font-size: 16px;
  line-height: 40px;
}

h4{
/*  font-family: "Twcen", Arial, Sans;*/
  font-family: Helvetica, Arial, Sans;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 22px;
}