/* @override 
	http://localhost:3000/stylesheets/screen.css
*/

img, div {
  behavior: url(/javascripts/iepngfix.htc);  
}

img {
  border: none;
}

body {
  font-family: Lucida Grande, Arial;
  font-size: 9pt;
  background: #65bd45 url(/images/background.jpg) repeat-x;
  text-align: center;
}

h1 {
  color: #5ab33a;
  font-size: 24pt;
  font-weight: bold;
  margin-top: 0px;
}

h2 {
  color: #7dcd43;
  font-size: 18pt;
  margin-top: -20px;
}

h3 {
  color: #7dcd43;
  font-size: 15pt;
  font-weight: lighter;
}

h4 {
  color: #1eb925;
  font-size: 14pt;
}

p {
  font-size: 10pt;
  color: black;
}

label {
  color: #59b33a;
  padding-left: 2px;
}

input[type=text] {
  width: 100%;
}

.red_background {
  background-color: red;
}

.white_background {
  background-color: white;
}

#main {
  margin: 110px auto;
  width: 720px;
  height: 490px;
  text-align: left;
  z-index: 1;
}

#content {
  float: left;
  z-index: 1;
  width: 390px;
  height: 100%;
  padding: 10px 20px 10px 20px;
  background: url(/images/content_background.png) no-repeat;
}

div#content a:link, div#content a:hover, div#content a:active, div#content a:visited {
  color: black;
  text-decoration: underline;
}

div#signup a:link, div#signup a:hover, div#signup a:active, div#signup a:visited {
  color: #1eb925;
  text-decoration: underline;
}

#about_text {
  
}

#signup {
  float: left;
  width: 250px;
  background: url(/images/signup_background.png) no-repeat;
  height: 100%;
  color: #1eb925;
  font-size: 14px;
  clear: right;
  padding: 10px 30px 10px 10px;
}

#signup_form {
  padding-left: 5px;
  padding-right: 5px;
}

#signup small {
  font-size: 9px;
  white-space: normal;
}

#signup_button {
  width: 236px;
  min-height: 58px;
  padding-top: 20px;
}

#signup_button_img {
	padding-top: 20px;
}

#sponsors {
  padding-top: 10px;
}

#button_group {
  float: left;
  width: 100px;
  padding-top: 10px;
  clear: right;
}

#button_group_title {
  float: left;
  width: 100px;
  clear: left;
  padding-top: 10px;
}

#bratwurst {
  margin-left: -100px;
  margin-top: -120px;
  background: url(/images/bratwurst.png) no-repeat;
  width: 480px;
  height: 190px;
  text-align: right;
  padding-top: 5px;
}

#elc {
  text-align: center;
  text-decoration: none;
  width: 250px;
  height: 90px;
  background: url(/images/empty_premium_background.png) no-repeat;
}

#navigation {
  clear: left;
  margin: auto;
  text-align: center;
  width: 700px;
  color: white;
}

#navigation a:link, #navigation a:hover, #navigation a:visited, #navigation a:active {
  color: white;
  text-decoration: none;
}

