@charset "utf-8";
body {
	background-color: #272928;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	background-image: url(images/vertbar2_wd4.png);
	background-position: 80px;
	background-repeat: repeat-y;
}
.headFloat {
	float: left;
	padding-top: 50px;
	clear: none;
	padding-left: -50px;
	margin-right: 70px;
}


#Header {
	color: #FFFFFF;
	width: 600px;
	margin-bottom: 0px;
	font-size: 64px;
	padding-top: 50px;
}

#Links {
	float: none;
	width: 600px;
	margin-top: 90px;
	margin-bottom: 0px;
}

#Links ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	line-height: 60px;
}
a:hover  {
	color: #FF66CC;
}
a    {
	color: #FFFFFF;
	text-decoration: none;
}
#Content {
	float: none;
	margin-top: 90px;
	margin-bottom: 0px;
	width: 600px;
}
.downlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	width: 80%;
	font-style: italic;
}
.title {
	width: 400px;
	margin-top: 60px;
	height: 50px;
	margin-bottom: -15px;
	font-size: 30px;
}

.longtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 90%;
	margin-left: 2%;
	white-space: normal;
}
#Wrapper {
	padding-left: 100px;
	background-image: url(images/head_left.png);
	background-repeat: no-repeat;
	background-position: 12px 52px;
	background-attachment: scroll;

}
