/* CSS by mschindler */

body {
	margin: 0px;
	background-color: #6F6754;
	background-image: url(../images/bg_solid.gif); 
	background-repeat: repeat-x;
	font-family: "trebuchet ms", verdana, helvetica, arial;
	font-size: 12px;
	}
p {
	font-family: "trebuchet ms", verdana, helvetica, arial;
	font-size: 12px;
	line-height: 150%;
	color: #eee;
	}
.copyright {
	color: #dadab1;
	text-decoration: none;
	font-family: "trebuchet ms", verdana, helvetica, arial;
	font-size: 10px;
	letter-spacing: 1px;
	}
a.copyright:link {
	color: #333;
	}
a.copyright:visited {
	color: #333;
	}
a.copyright:active {
	color: #333;
	}
a.copyright:hover {
	color: #f90;
	background-color: #eee;
	}
textarea {
	width: 220px;
	padding:0;
	}
input {
	width: 220px;
	}
input:focus {
	background-color: #eee;
	}
input.button {
	width:85px;
	}
