@charset "UTF-8";
/* CSS Document */
* {
	font-family:"Century Gothic";
	font-size: 9px;
	margin:0px;
	padding:0px;
}
html{height:100.3%}
#scroll {
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
} 
#header {
	width:665px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	height:20px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	width:665px;

}

.a {
	color: #000;
	font-family: "Century Gothic";
	font-size: 9px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-family: "Century Gothic";
	font-size: 9px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration:underline;
	color: #cc33cc;
}
a:active {
	text-decoration: none;
	color: #cc33cc;
}
ul {
	margin-top:6px;

	list-style-type:none;

}
ul li a {
	font-family: "Century Gothic";
	font-size: 9px;
	margin-right:2px;
}
ul li {
	display:inline;
}
ul li a.selected {
	text-decoration:line-through;
	color:#cc33cc;
}
.selected {
	text-decoration:line-through;
	color:#cc33cc;
}
.logo {
float:left;
margin-top:-2px;
}
#form {
	padding:5px;
}
#form input {
	margin-bottom:3px;
	padding:2px;
}
#form textarea {
	padding:2px;
	width:250px;
}

.first {
	margin-left:73px;
}
a.email,.please{color:#cc33cc}
textarea{width:345px;}