body {
	background-color:	#111111;
	color: 			#ffffff;
  	font-size:           	12pt;
  	font-family:         	century gothic, verdana, tahoma, arial, sans serif;
}

h1, h2 {
  	color:               	#ffcc00;
}
h3 {
  	color:               	#eebb00;
}
h1 {
  font-size:           		200%;
}

h2 {
  font-size:           		130%;
}

#allcontent {
	background-color:	#000000;
	width:			800px;
	margin-left:		auto;
	margin-right:		auto;
}

#header {
	background-image:	url(images/skyline02.jpg);
	width:			800px;
	height:			240px;
	border-width:		thin;
	border-style:		solid;
	border-color:		#ffcc00;
	text-align:		center;
}

#button_panel {
	width:			800px;
}

#button_panel ul{
	margin-top:		140px;
}

#button_panel li{
	background-image:	url(images/greybutton.jpg);
	background-repeat:	no-repeat;
	margin-left:		10px;
	padding-left:		20px;
	padding-right:		10px;
	width:			90px;
	height:			19px;
	display:		inline;
	text-align:		center;
	font-weight:		bold;
	font-size:		85%;
}

#button_panel li a:link{
	color:			#ffffff;
	text-decoration:	none;
}

#button_panel li a:hover{
	color:			#ffcc00;
	text-decoration:	none;
}

#button_panel li a:visited{
	color:			#ffffff;
	text-decoration:	none;
}


.insert_panel {
	width:			200px;
	padding:		20px;
	float:			right;
	font-family:		serif;
	color:			#ccccee;
	border-width:		none;
	text-align:		center;
}


#centre_panel {
	padding:		10px;
	padding-left:		30px;
	border-width:		thin;
	border-color:		#222222;
	text-align:		left;
}

#side_column_panel {
	background-image:	url(images/skull.jpg);
	background-repeat:	repeat-y;
	padding:		10px;
	float:			left;
	width:			100px;
	text-align:		center;
	margin-right:		10px;
}

#footer {
	background-image:	url(images/skull.jpg);
	height:			100px;
	width:			800px;
	text-align:		center;
	font-size:		70%;
	clear:			both;
	border-width:		thin;
	border-style:		solid;
	border-color:		#333333;
	color:			#444444;
}

a:link {
	color:			red;
}

a:hover {
	color:			yellow;
}

a:visited {
	color:			blue;
}

q {
	font-style:		italic;
	color:			#bbbbff;
}

em {
	font-family:		serif;
	font-size:		120%;
}

.highlight_text {
  	color:               	#ffcc00;
}
