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

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#ededed;
	color:#000;
	font-family:Tahoma;
	text-align:center; 
	font-size: 11px;
}

img {
	border: 0;
}

input {
    vertical-align: middle;
  }


h1#title {
	font: bold 26px Futura, Tahoma, Verdana, Arial;
	margin: 0 auto;
  padding: 4px;
  width: 730px;
  color: #fff;
  background-color: #000;
}


#containerTable {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:800px;
	height: 100%;
	display: table;
	vertical-align: top;
}

#containerCell {
	display: table-cell;
	height: 100%;
	vertical-align: top;
}

#container {
	margin: auto;
	margin-top: -3px;  /*IE6 fix */
	background-color: #FFFFFF;
	background: #ededed url(../images/container-bg.png) repeat-y;
  height: 100% !important;
}

#top {
	background: #ededed url(../images/top-bg.png) no-repeat;
	height: 10px;
	margin-top: 4px;
}

#bottom {
	background: #ededed url(../images/bottom-bg.png) no-repeat;
	height: 10px;
}

#header {
	height: 80px;
	margin-left: 10px;
	margin-right: 1px;
}

#logo {
	font-family:Elephant, Arial Black, sans-serif;
  font-size:50px;
	margin: 0 auto;
	text-align: left;
  float: left;
}

#logo a {
  color: #000;
  text-decoration: none;
}

#form {
  padding-right: 10px;
  float: right;
}

#menu-button {
	margin-top: 8px;
}

#content {
	width: 740px;
	margin: auto;
}

.column {
	width:234px;
	margin: 5px;
	float: left;
  height: 70px;
}

.column-adsense {
	width:234px;
	margin: 5px;
	float: left;
  height: 70px;
}

.column-text {
	background: #fff url(../images/column-text-bg.png);
	padding: 3px;
	text-align: left;
}

.column-text a {
	color: #3CD22B;
	cursor: pointer;
	cursor: hand !important; /* IE6 fix */
	text-decoration: none;
}

.column-text a:hover {
	text-decoration: underline;
}

.column-text-header {
	padding-bottom: 5px;
	font-weight: bold;
  text-align: left;
}

#footer {
	text-align: right;
	padding: 6px;
	font-size: 10px;
}


#heading {
	height: 37px;
	width: 574px;
	float: right;
	margin-top: 5px;
	background: #fff url(../images/buttons-bg.png) no-repeat;
	text-align: right;
}

.explanation {
  font-size: 10px;
  color:#333;
  margin-bottom: 4px;
}

  a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
  }
  
  .button {
    color: #fff;
    background-color: #000;
    padding: 4px 5px;
  }

  .button:hover {
    background-color: #eee;
    color: #000;
  }



