body {
	width: 800px;
	background: #121413;
	margin: 1px;
	font-family: arial, helvetica, tahoma;
	color: #ffffff;
	border: lightgrey solid 1px;
}

#content {
	
}
p {
	font-size: small;
}
#header {
	width: 800px;
	padding: 2px;
}
.nav {
	padding-left: 25px;
	width: 120px;
	float:left;
}
.bodycontent {
	width: 680px;
	
	float: right;

#maincontent {
	padding-top: 10px;
}

#footer {
	font-size: x-small;
	text-align: center;
}

#partnerentry {
	width: 80%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid white;
	margin: 2px;
	margin-top: 5px;
}

.partnertitle {
	font-weight:bold;
	font-size: large;
	display:block;
	color: orange;

}

.partnerdata {
	font-weight: bold;
	font-size: small;
	display:block;
	
}

a {color: orange;}

a:link {
	color: orange;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}

a:visited { color: orange;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
