body {
  background: #202234 url("../img/bg_dark.jpg") right top repeat-x;
  color: #FFF;
  font-size: 12px;
  height: auto;
  padding-bottom: 20px;
  font-family: F-DFont, Georgia, serif;
  letter-spacing: 1px;
}

@font-face{font-family: F-DFont;	src: url("fonts/AvenirLTStd-Black_0.otf") /* EOT file for IE */}
@font-face{font-family: E-DFont;	src: url("fonts/AvenirLTStd-Medium.otf") /* EOT file for IE */}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: F-DFont, Georgia, serif;
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
  padding-top: 115px;
  text-align: center;
  letter-spacing: 1px;
}

h2 {
  font-family: E-DFont, Georgia, serif;
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
  padding-top: 115px;
  text-align: center;
  letter-spacing: 1px;
}

h5 {
  font-family: F-DFont, Georgia, serif;
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
  padding-top: 1px;
  text-align: center;
}

.projectimg{
		display: block;
		border: 1px solid #eaeae8;
		padding: 0px;
		margin: 0px;
		width: 188px;
	}



.container_12,
.container_16,
.container_24 {

  margin-bottom: 20px;
}

.container_12 {
  background-image: url(../img/12_col.gif);
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../iimg/bg.jpg);
}