body{
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: gray;
}

a{
	color: rgb(65,65,65);
	text-shadow: 1px 1px 0px rgb(180,180,180);
}

div.navbar{
	background-image: url(art/navBack.png);
	background-repeat: repeat-x;
	width: 100%;
	background-color: black;
	height: 61px;
	padding-top: 8px;
}

div.navbar img{
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

div.navbar img.sep{
	padding: 0px;
}

.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.header {
	border-image: url(art/header.png) 0 12 0 12 fill stretch;
	-moz-border-image: url(art/header.png) 0 12 0 12 fill stretch;
	-webkit-border-image: url(art/header.png) 0 12 0 12 fill stretch;
	border-style: solid;
	position: relative;
	top: 25px;
	left: 20px;
	height: 48px;
	display: inline-block;
}

.header span{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: white;
	position: relative;
	top: 10px;
	padding: 12px;
}

.contbody{
	border-radius: 10px;
	padding: 20px;
	background-color: rgb(200,200,200);
	color: black;
	overflow: auto;
}