
body {
	background-color:#333333;
	color:#DDDDDD;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.center {
	margin: 0px 0px 0px 0px;
	text-align:center;
}


.header {
	background-color:#555555;
	color:#FFFFFF;
	padding: 0px;
	width:100%;
	display:block;
	text-align:center;
	margin-bottom:30px;
}

.title {
	font-size:24px;
	float:left;
	margin-left:20px;
	color:#CCCCCC;
	font-style:italic;
	white-space:nowrap;
	width:0px;
}

.header-link {
	color:#E00000;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	position:relative;
	top:6px;
	margin:0px 6px 0px 6px;
	padding:0px 10px 0px 10px;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color:#000000;
}

.header-link:hover {
	background-color:#DDDDDD;
	border-color:#999999;
}

.pane {
	border-style:solid;
	border-color:#999999;
	background-color:#444444;
	border-width:3px;
	width:700px;
	padding:10px;
	margin:10px auto 10px auto;
	overflow:auto;
}

.home-pane {
	width:700px;
	padding:10px;
	margin:10px auto 10px auto;
}

.img-thumb {
	width:200px;
}

.img-fit {
	width:650px;
}

a {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}

.page-title {
	font-size:22px;
	text-align:center;
}