body {
  background: #23273f url('images/background.png') repeat-x;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size:12px;
}


#container {
  position: relative;
	width: 700px;
	margin: auto;
}

#header_container {
  position: relative;
  top: 10px;
	width: 600px;
	height: 125px;
	margin: auto;
}

#header_left {
  float: left;
  width: 125px;
}

#header_right {
  float: right;
  width: 400px;
  height: 125px;
}

#footer_container {
  position: relative;
  top: -15px;
  text-align: center;
  color: #8a8f93;
}

#content_container {
  position: relative;
  margin: auto;
  line-height: 16px;
  color: #111111;
}

#content_top {
  background-image: url('images/content_bg_top.png');
  width: 700px;
  height: 40px;
}

#content_bottom {
  background-image: url('images/content_bg_bottom.png');
  width: 700px;
  height: 50px;
}

#content {
  background-image: url('images/content_bg.png');
  padding: 1px 70px 1px 70px;
  min-height: 300px;
}

img.content_header {
  margin-top: 30px;

}


#lefttext {
  padding-top: 30px;
  color: #808080;
  text-align: center;
  font-size: 8pt;
}

#header_icons {
  margin-top: 48px;
  text-align: right;
}

.header_icon {
  margin: 10px;
}

.social_image {
  margin: 0px 30px 0px 30px;

}

div.current_icon {
  float: left;
  width: 280px;
  text-align: center;
  font-size: 10pt;
  color: #333333;
}

img.current_icon {
  margin: 10px;
}

#appimages {
  width: 500px;
  height: 270px;
  margin: auto;
}

#mainimage {
  float: left;
  width: 400px;
  height: 267px;
}

#appscreenshots {
  float: right;
  width: 100px;
  height: 270px;
}

#appscreenshots dl {
  width: 100%;
}

#appscreenshots dt {
  margin: 10px;
}

#appdescription {
  float: left;
  width: 360px;
}

#appsidebar {
  padding: 5px;
  float: right;
  width: 100px;
  text-align: right;
  font-size: 8pt;
}

.rightmedia {
  margin: 5px;
  padding: 5px;
  float: right;
}

div.indent {
  margin-left: 30px;
  margin-right: 30px;
}

p.indent {
  margin-left: 30px;
  margin-right: 30px;
}

.statustext {
  color: #888d91;
  font-style: italic;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

img {
  border: none;
}

a:link {
  text-decoration: none;
  color: #23273f;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #23273f;
  font-weight: bold;
}

a:active {
  color: #2d3251;
  font-weight: bold;
}

a:hover {
  color: #6a729c;
  font-weight: bold;
}

.loading {
  background: url(images/spinner.gif) no-repeat center center;
}


#footer_container a:link {
  text-decoration: none;
  color: #8a8f93;
  font-weight: bold;
}

#footer_container a:visited {
  text-decoration: none;
  color: #8a8f93;
  font-weight: bold;
}

#footer_container a:active {
  color: #FFFFFF;
  font-weight: bold;
}

#footer_container a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

