body {
	color: #20232c;
	text-align: center;
	background-color: silver;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

.top {
	background-image: url(stripes.png);
	background-repeat: repeat;
	background-color: #20232c;
	height: 60px;
	width: 100%;
}

.bottomshadow {
	background-repeat: repeat-x;
	background-image: url(shadowbottom.png);
	position: absolute;
	top: 60px;
	width: 100%;
	height: 13px;
}

.header {
	text-transform: none;
	font-weight: bold;
	text-align: left;
	margin-left: 100px;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 80px;
	border-bottom-color: #20232c;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	width: 400px;
	font-size: 13px;
}

.header a {
	font-style: normal;
	font-weight: normal;
	color: #20232c;
	text-decoration: none;
}

.content {
	margin-left: 100px;
	line-height: 16px;
	width: 400px;
	text-align: left;
	margin-top: 30px;
}

.title {
	font-weight: bold;
}

.description {
	width: 400px;
}

.description a {
	text-decoration: none;
	border-bottom-style: solid;
	color: #20232c;
	border-bottom-color: #20232c;
	border-bottom-width: 1px;
}

.description a:hover {
	border-bottom-style: solid;
	text-decoration: none;
	color: #20232c;
	border-bottom-color: silver;
	border-bottom-width: 1px;
}

.bottom {
	top: 510px;
	position: fixed;
	bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #20232c;
	background-repeat: repeat;
	background-image: url(stripes.png);
}

.topshadow {
	background-image: url(shadowtop.png);
	width: 100%;
	height: 13px;
	background-repeat: repeat-x;
	top: 497px;
	position: fixed;
}

