/*
	http://www.templatesheaven.com/search.html?category=8
	http://adele.gerwinski.de/~anja/gnuart/penguin/tux.jpg
*/

body
{
	background: #000000 fixed;
	color: white;
	width: 50em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

div#global
{
	border: 1px solid #808080;
}

/**************************/
/********** Menu **********/
/**************************/
div#menu
{
	padding: 1em 0em 1em 0em;
	height: 35px;
	border: 1px solid #808080;
	margin: -1px -1px 0px -1px;
}

div.menuitem
{
	float: left;
	width: 24%;
	text-align: center;
	line-height: 35px;
	font-family: Courier, "Courier New", mono;
}

span.divider
{
	float: left;
	background: black url(images/divider.gif) no-repeat;
	width: 9px;
	height: 35px;
}

/***** Links *****/
div.menuitem a, a:link, a:visited
{
	text-decoration: none;
}

div.menuitem a:active, a:hover
{
	color: #00CCFF;
}

/**************************/
/******** Content *********/
/**************************/

div#content
{
	clear: both;
	background: #292929 fixed;
	padding: 1em;
}

/***** Links *****/
p a, a:link, a:visited
{
	color: white;
	text-decoration: underline;
}

p a:active, a:hover
{
	color: #00CCFF;
}

/**************************/
/********* Footer *********/
/**************************/

div#footer
{
	font-size: small;
	text-align: center;
}

div#footer_left
{
	margin-top: 1em;
	float: left;
	width: 24%;
}

div#footer_center
{
	margin-top: 1em;
	float: left;
	width: 50%;
}

div#footer_right
{
	margin-top: 1em;
	float: left;
	width: 24%;
}

/**************************/
/******* Other Crap *******/
/**************************/
h1
{
	font-size: x-large;
	text-align: center;
}

h2
{
	font-size: large;
	text-align: center;
}

h3
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

img
{
	border: none;
}