html, body {
  margin: 0;
  height: 100%;
  font-family: Arial;
  color: #7d7d7d;
}

body {
  background: #000 url(../images/main-bg.png);
  background-repeat: repeat-x;
}

p {
  padding: 0;
  margin: 6px 0 6px 0;
}

a {
  color: #ff1700;
  color: #bb0000;
  font-family: Arial;
}

a img {
  border: none;
}

div.facts * {
  color: gray;
}

.content div.facts p {
  font-size: 12px;
}

.content div.facts h2 {
  font-size: 18px;
  margin-top: 20px;
}

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.header {
  width:1000px;
  height: 578px;
  background: url(../images/socheader1.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.header h1 {
  display: none;
}

.main {
  position: absolute;
  top: 176px;
  left: 75px;
}

.menu {
	margin: 0px 0px 0px 11px;
  float: left;
  width: 100%;
}

.menu .divider {
  background-image: url(../images/menu_item_holder.png);
  background-repeat: no-repeat;
}

.menu a {
	font-family: helvetica,arial;
	text-align: center;
  float: left;
  margin: 34px 0px 0px 0px;
  padding-top: 10px;
  height: 30px;
	width: 75px;
  text-decoration: none;
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
}

.menu a:hover {
	color: #aaa;
}

.first {
  background-image: url(../images/start_01.jpg);
  background-repeat: no-repeat;
  width: 849px;
  height: 509px;
  float: left;
  padding: 0 0 0 75px;
  position: relative;
}

.first .follow {
  position: absolute;
  top: 444px;
  left: 345px;
}

.first .follow a {
  width: 30px;
  height: 30px;
  margin: 10px 33px 0 0;
  float: left;
}

.first .push {
  float: left;
  width: 190px;
  margin-right: 70px;
  margin-top: 250px;
}

.first .push h2 {
  color: #bb0000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}

.first .push p {
  font-family: Georgia;
  font-size: 12px;
  line-height: 16px;
}

.first .push a {
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  color: #a70;
  float: right;
  background: url(../images/arrow-15x15.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.first .push1 {
}

.first .push2 {
}

.first .push3 {
}

.login_form a {
	float: right;
	text-decoration: none;
	color: #7d7d7d;
}

.content {
  float: left;
  width: 500px;
  min-height: 400px;
  font-size: 13px;
  margin: 20px 0 40px 30px;
  font-family: Georgia;
  line-height: 20px;
}

.content_full {
  float: left;
  width: 785px;
  min-height: 400px;
  font-size: 13px;
  margin: 20px 0 40px 30px;
  font-family: Georgia;
  line-height: 20px;	
}

.content h2 {
  font-family: Georgia;
  font-weight: normal;
  padding: 0;
  margin: 30px 0 0 0;
}

.preamble {
  color: #bb0000;
  border-bottom: 1px solid #bb0000;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  line-height: 20px;
  font-family: Arial;
}

.preamble h1 {
  font-weight: normal;
}

.picdummy {
  width: 200px;
  height: 200px;
  border: 1px solid #333;
  background: #151515;
  float: right;
  margin-right: -260px;
}

.pic {
  float: right;
  margin-right: -260px;
}

.pic1 {
  float: right;
  margin-right: -260px;	

}
.sidebar {
	float: right;
	margin-right: -260px;
	width: 250px;
}

.sidebar_small {
	float: right;
	margin-right: -260px;
	width: 155px;
}

.footer {
  border-top: 1px solid #666;
  padding: 10px 30px;
  color: #666;
  float: left;
  width: 780px;
  font-size: 12px;
  font-weight: bold;
}

.footer div {
  float: left;
}

.footer .copy {
  float: right;
}

.news_item h2 {
	font-weight: normal;
	font-family: helvetica, arial;
	font-size: 18px;
	color:#bb0000;
}

.news_item h3 {
	font-weight: normal;
	font-family: helvetica, arial;
	font-size: 14px;
	text-align: right;
	margin: -18px 0px 5px 0px;
}

.news_item p {
	
}

.news_item a {
	color: #7d7d7d;
}

.gallery_item {
	margin: 12px;
	margin-bottom: 30px;
	width: 172px;
  height: 123px;
	font-family: georgia;
	font-weight: normal;
	font-size: 13px;
	float: left;
}

.item_title a {
	float: right;
	color: #7d7d7d;
	text-decoration: none;
}

#logo_container {
	text-align: center;
}

.centered {
	text-align: center;
}

#logo_container img {
	margin: 0px;
}

.inline_image_right {
	margin: 25px;
	margin-right: 0px;
	float: right;
}

.inline_image_left {
	margin: 25px;
	margin-left: 0px;
	float: left;
}	

