/* Basic Elements */

* { padding: 0; margin: 0; }

h1 {
  font-family: "Georgia", Times, serif;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}

h2 {
  font-family: "Georgia", Times, serif;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

a:link {
  color: #FF6600;
  text-decoration: none;
}

a:visited {
  color: #993300;
  text-decoration: none;
}

body {
 background: #333333;
 font-family: Verdana;
 font-size: 12px;
}

/* Structure */

#wrapper {
 margin: 0 auto;
 width: 922px;
 background: #FFFFFF;
}

#header {
 width: 922px;
 float: left;
 height: 325px;
 background: #000000;
}

#mainlogo {
 margin-top: 30px;
 text-align: center;
 display: block;
}

#maintext {
 width: 750px;
 margin-top: 30px;
 text-align: center;
 display: block;
 margin-left: auto;
 margin-right: auto;
 line-height: 30px;
}

#leftcolumn { 
 color: #333;
 background: #FFFFFF;
 margin-top: 10px;
 margin-left: 30px;
 height: 570px;
 width: 280px;
 float: left;
}

#midcolumn { 
 float: left;
 color: #333;
 background: #FFFFFF;
 margin-top: 10px;
 height: 570px;
 width: 280px;
}

#rightcolumn { 
 color: #333;
 background: #FFFFFF;
 margin-top: 10px;
 margin-right: 30px;
 height: 570px;
 width: 280px;
 float: left;
}

#footer { 
 width: 830px;
 clear: both;
 border-top: 1px solid #ccc;
 margin-left: auto;
 margin-right: auto; 
 padding: 10px;
}

#footer p {
 color: #CCCCCC;
 font-size: 10px;
 text-align: center;
}

/* Special sauce */

.orange {
  color: #FF6600;
}

p.frontpage {
  width: 250px;
  color: #333333;
  margin-top: 15px;  
}

.columnhedleft {
 width: 250px;
 margin-top: 60px;
 border-bottom: 1px solid #CCCCCC;
} 

.columnhedmid {
 width: 250px;
 margin-top: 60px;
 border-bottom: 1px solid #CCCCCC;
} 

.columnhedright {
 width: 275px;
 margin-top: 60px;
 border-bottom: 1px solid #CCCCCC;
} 
