@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	color: #888;
	line-height: 23px;
	border: 0px;
	font-weight: 400;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
}

IMG {
  margin: 0px;
  padding: 0px;
}

A {
  margin: 0px;
  padding: 0px;
}

A:hover {
  color: #fff;
}

body, html {
  height: 100%;
  background: #111;
}

div#top_container {
}

div#top{
	width: 945px;
	margin: 0 auto;
}

div div div#text_left{
	float:left;	
	width: 312px;
	margin-right: 40px;
}

div div div#text_mid{
	float:left;	
	width: 310px;
	margin-right: 40px;
}

div div div#text_right{
	float:left;	
	width: 240px;
}

div div#header {
}

div#mid_container {
	background: #fff;
}

div#mid{
	width: 945px;
	height: 116px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;	
}

div#bottom_container {
}

div#bottom {
	width: 945px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 40px;
}

div div#footer span#menu{
  float:left;
}

div div#footer span#info{
  float:right;
}

div div#footer A, div div#footer p span {
  color: #555;
}

div div#footer A:hover {
  color: #fff;
}

h1 {
	font-size: 1.00em;
	text-transform: uppercase;
	font-family: Georgia, Arial, Helvetica, Geneva;
	color: #9c9d87;
	font-weight: 100;
	margin-bottom: 18px;
}

p {
	font-size: 0.78em;
}

p.down {
	margin-top: 40px;
}

