.content {
	padding: 5px;
	float: left;
	width: 390px;
	background-color: #000000;
	margin-left: 25px;
	background-image: url(/images/red_whip.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin dashed #808080;
	margin-right: 25px;
}
h1 {
	font-size: 18px;
	padding-left: 5px;
}
.sub {
	font-size: 16px;
}
li {
	list-style-type: none;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
ul {
}
.nav {
	float: left;
	width: 180px;
	padding-left: 5px;
	background-color: #000000;
	height: 100%;
	border: thin dashed #808080;
}
.nav2 {
	float: right;
	width: 180px;
	text-align: right;
	padding-right: 5px;
	background-color: #000000;
	height: 100%;
	border: thin dashed #808080;
}
.header {
	height: 75px;
	background-image: url(/images/image.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: thin dashed #808080;
}
.border {
	border: thin dashed #808080;
}

