
* {
color: #666;
}


html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background: #6E6E6E url(/media/images/back.jpg) repeat-x;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}

h1, h2, h3 {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
margin-top: 0;
line-height: 18px;
}

a {
color: #333;
}

a:hover {
text-decoration: none;
color: #000;
}

#wrapper {
width: 1000px;
height: 100%;
min-height: 100%;
margin: 0 auto;
background: url(/media/images/body.png) repeat-y;
}

html>body #wrapper {
height: auto;
}

#header {
width: 1000px;
height: 100px;
background: url(/media/images/head.png) repeat-y;
}

#logo {
float: right;
padding: 5px 15px 0px 15px;
text-decoration: none;
}

#header h1 {
float: left;
padding: 20px 0 0 20px;
font-size: 36px;
font-weight: normal;
letter-spacing: -1px;
color: #666;
}

#header h2 {
padding: 55px 0 0 20px;
font-size: 16px;
color: #666;
}

#header a {
text-decoration: none;
}

#content {
width: 1000px;
background: url(/media/images/col.png);
}

#content h1 {
line-height: 0.9em;
}

#content h1 a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666;
}

#content h2 {
margin-bottom: 1em;
}

#content h3 {
margin-bottom: 0;
}

#col1 {
float: right;
width: 740px;
padding: 20px 20px 0 20px;
}

#col2 {
float: left;
width: 180px;
padding: 20px 20px 0 20px;
}

#col2 ul {
margin-left: 0;
padding-left: 0;
list-style-position: inside;
}

.errorlist {
padding:0px 4px 0px 4px;
color:#fff;
background-color:#000;
list-style-type: none;
}

.submitButton {
color: #000;
}

.imgLeft {
float: left;
padding-top: 4px;
margin-right: 8px;
margin-bottom: 8px;
}

a.text-button {
display: block;
border: 1px solid; 
padding: 0.3em 0.6em; 
-webkit-border-radius: 5px; 
text-decoration: none;
width: 80px;
text-align: center;
}
#black-button {
color: #fff;
text-shadow: #000 1px 1px 2px; 
border-color: #777 #000 #000 #777; 
background-color: #555;
}
p.reverse {
border: 1px solid; 
padding: 0.3em 0.6em; 
-webkit-border-radius: 5px; 
text-decoration: none;
font-size: 130%;
color: #333;
border-color: #CCC; 
background-color: #CCC;
line-height: 1.5em;
}
p.reverse a {
color: #333;	
}