.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 150px; }
.gallery li a { display: block; margin: 2px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }

.container-fluid {
  padding-left: 5px;
  padding-right: 5px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

body {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-color: #ffffff;
	background-color: #000000;
}
a {
	color: #fff;
	text-decoration: none;
	border: 1px
}
a:hover {
	color: #b1b1b1;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
	font-size: 15px;
	line-height: 15px;
	color: #FFF;
	margin-left: 0px;
	margin-right: 40%;
}
h2 small {
  font-size: 18px;
}
h3 {
	font-size: 24px;
	line-height: 220px;
	color: #FFF;
	margin-left: 8px;
}
h3 small {
  font-size: 14px;
}
h4, h5, h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

p {
  margin: 0 0 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
p small {
  font-size: 12px;
  color: #000;
  line-height: 16px;
}
.container {
  width: 100%;
  margin-left: 15%;
  margin-top: 20%;
  margin-right: auto;
  margin-bottom: auto;
  *zoom: 1;
}
.row {
  margin-left: 20px;
  *zoom: 1;
}
.span3 {
	margin-left: 4px;
}
.span2 {
	width: 20px;
}
.span1 {
	width: 100%;
}
.well {
  min-height: 20px;
  padding: 10px 0px 0px 0px;
  margin-bottom: 20px;
  border: none;
}
blockquote {
  padding: 0 0 0 10px;
  margin: 0 0 18px;
  border-left: 1px solid #9badc9;
}
blockquote p {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #000;
}
blockquote small {
	display: block;
	font-size: 12px;
    line-height: 18px;
	font-weight: bold;
	margin: 0;
    color: #081328;
}
