body {
	font-family: Calibri;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.NavMenu ul a { color: #FFFFFF; text-decoration: none; }
.NavMenu ul a:hover { color: #FF0000; }

img { border: none; }

span.LinkListLine { color: #000000; }

ul.NavMenu {
	list-style: none inside url("images/bullet.jpg");
	margin: 4px 2px 10px 0px;
	padding: 0px;
}
ul.NavMenu li { margin-top: 6px; }

/* Page Sections */
.PageBody {
	width: 800px;					/* Fixed width column */
	margin-left: auto;		/* Center the column in the browser window*/
	margin-right: auto;
	background-color: #000000;
}
.HeaderImage { margin-top: -4px; }	/* Get rid of extra spacing in IE, slight overlap in FF, but still looks good */
.FooterSection { text-align: center; }
 
/* Table columns */
.NavMenuPane { vertical-align: top; width: 150px; }
.ContentPane { vertical-align: top; }

.BodySection {
	padding-left: 8px;
	padding-right: 8px;
}
.DividedDestiny {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.CurrentVersion {
	color: #F0F030;
	font-size: large;
	font-weight: bold;
}
.CurrentDownload {
	color: #3080F0;
	font-size: large;
	font-weight: bold;
}
.IrcLink {
	color: #CFCF00;
}
.Bug {
	color: #FF0000;
}

.ImageSection img {
	border-style: solid;
	border-width: 2px;
	border-color: #FF0000;
}
