@charset "utf-8";
/* CSS Document */
html {
	padding:0;
	margin:0
}
body {
	padding:0;
	margin:auto;
	background-color:#171717;
	background-image:url(gradient.png);
	background-repeat:no-repeat;
}
#masthead {
	width:500px;
	height:220px;
	margin-top:60px;
	background-image:url(masthead.png);
	background-repeat:no-repeat
}
p {
	color:#ffffff;
	text-align:left;
	font-size:10pt;
	font-family:"Trebuchet MS";
	font-weight:normal
}
a:link {
	color:#85d907;
	text-decoration:none
}
a:visited {
	color:#85d907;
	text-decoration:none
}
a:hover {
	color:#4e4e4e;
	text-decoration:none
}
h1 {
	color:#fff;
	text-align:left;
	font-size:14pt;
	font-family:"Trebuchet MS";
	font-weight:normal;
	margin-left:-10px;
	background-color:#2e2e2e;
}
h2 {
	color:#f2064c;
	text-align:left;
	font-size:15pt;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:normal
}
h3 {
	color:#85d907;
	text-align:left;
	font-size:18pt;
	font-weight:normal;
	font-family:"Trebuchet MS";
}
h4 {
	color:#660066;
	text-align:left;
	font-size:30pt;
	font-weight:normal;
	font-family:"Trebuchet MS";
	width:900px;
}
li {
	color:#fff;
	text-align:left;
	font-size:10pt;
	font-family:"Trebuchet MS"
}
.white {
	color:#fff;
}
#heading {
	width:200px;
	height:25px;
	background-color:#f2064c;
	color:#fff;
	text-align:left;
	font-size:14pt;
	font-family:"Trebuchet MS"
}
#container {
	margin:40px;
}
#content {
	width:900px;
}
.special {
	color:#2e2e2e;
	text-align:center;
	font-size:10pt;
}
.pink {
	color:#f2064c;
}

