/* Kill margin and padding on all elements - because different browsers have different defaults */
*{
	margin:0;
	padding:0;
}

html{
/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width:770px;
}

body{
/* Use backgound image as opposed to colour so that site is still functional if images are off */
	background:#111111;
/* Shove all content to the center of the screen for Internet Explorer 5 */
	text-align:center;
}




a.menuheader:link {color: #FFFFCC}     /* unvisited link */
a.menuheader:visited {color: #CCCCCC}  /* visited link */
a.menuheader:hover {color: #FFFF00}   /* mouse over link */
a.menuheader:active {color: #FF0000}   /* selected link */
