/* CSS Document */
html, body, #wrapper {
   	background-color: #F3F3F3;
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
	font-family: Verdana;
	font-size: 0.9em;
	color: #666666;
}
#wrapper {
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    width: 800px;
}
.footer {
	font-family: Verdana;
	font-size: 0.8em;
	color: #666666;
}
td.header {
	font-family: Verdana;
	font-size: 2.3em;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #F97C00;
}
a:active {
	text-decoration: none;
	color: #666666;
}
td.background {
	background-image: url('../images/background.gif'); 
}
form#contact {
 color: #000000;
 font-family: Verdana;
 font-size: 0.9em;
}
#contact .text {
 font-family: Verdana;
 font-size: 0.9em;
 width: 150px;
 margin-right: 6px;
}
#contact .buttons {
 font-family: Verdana;
 font-size: 0.9em;
 background-color: #CCCCCC;
 color: #333333;
 margin-right: 6px;
}
textarea {
 font-family: Verdana;
 font-size: 0.9em;
 width: 150px;
 margin-right: 6px;
}