body {
	background: #212121;
	font-family: Georgia, Times, serif;
	color: #ccc;
	padding: 0em;
	margin: 0em;
}

h1 {
	margin-top: 1.5em 0 1em 0;
	color: #69c;
	font-size: 3em;
}

h2 {
	margin: 0;
	margin-top: 0.5em;
	color: #69c;
	font-size: 2em;
}

#header {
	width: 964px;	/* Allow 30px border on each side for 1024px resolution */
	margin: auto;
}

#header_pic {
	border-style: none;
	text-align: center;
}

#wrap {
	width: 964px;
	margin: auto;
}


hr {
	background: #818181;
	clear: both; 
	height: 0.1em; 
	border: none;
}

div.p_section {
	clear: both; 
	border-top: thin solid  #ddd;
	margin-top: 1em;
	padding-bottom: 2em;
	margin-bottom: 1em;
}

#footer {
	clear: both; 
	border-top: thin solid  #ddd;
	font-size: smaller;
	color: gray;
	font-style: italic;
	padding-top: 0.5em;
	margin-top: 2em;
}

#footer img {
    border:0;
	width:44px;
	height:16px;
}

.links a {
	text-decoration: none;
	font-size: 150%;
	color: #818181;
}

.links a:hover {
	color: #fff;
}

#title {
	float:right;
	width: 17em;
	text-align: center;
}

#site_name {
	font-size: 3em;
	padding-bottom: 0em; 
}

#toplinks {
	float:left;
	margin-top: 1em; 
	margin-left: 0em;
	font-size: 1.5em;
	width: 40%;
}

#toplinks a {
	text-decoration: none;
	font-size: 150%;
	color: #818181;
	margin-right: 0.5em;
	padding-bottom: 0em;
}

#toplinks a:hover {
	color: #fff;
}


ul.links {
	list-style: none;
}

ul.links li {
	float: left;
	margin-left: 1em;
	margin-right: 1em;
}


.p_section ul.links li {
	margin-bottom: 1em;
}

.p_section p a {
	text-decoration: none;
	color: #69c;
}

.p_section p a:hover {
	text-decoration: none;
	color: #9bf;
}

#header_pic_div {
	background-image: url(/css/base-banner2_1024.jpg);
	background-repeat:no-repeat;
	background-position:center; 
	height: 198px;	/*  Height of the background jpg */
}

#header_befunge_div {
	background-image: url(/other/hellobg.gif);
	background-repeat:repeat;
	background-position:center; 
	width: 964px;
	height: 99px;	/*  Height of the background jpg */
}


/* befunge page */

#bef_download th {
  	background-color: #afafaf;
	font-weight: bold;
}

#bef_download tr.odd {
  	background-color: #eee;
  	color: #666;
}

#bef_download tr.even {
  	background-color: #777;
}
