
/* Basic Elements
**************************************************/

body
{
	background-color: #000020;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

img
{
	border: 0px;
}

acronym
{
    border-bottom: 1px dashed;
    cursor: help;
}

a
{
	color: #9C9AB1;
	text-decoration: none;
}

a:visited
{
	color: #9C9AB1;
	text-decoration: none;
}

a:active
{
	color: Yellow;
	text-decoration: none;
}

a:hover
{
	color:Yellow;
	text-decoration: underline;
}


/* Specific Divs
**************************************************/

#banner-left
{
	padding: 20px 0px 0px 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
}

/*
* Here we are using a little trick to replace text in a h1 with an image. Courtesy of Douglas Bowman
* http://www.stopdesign.com/articles/css/replace-text/
*/

#banner-middle
{
	margin-left: 150px;
	margin-right:150px;
	text-align: center;
	background-image: url("/images/midnight_logo.gif");
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
}

#banner-middle span
{
	display: none;
}

#banner-right
{
	padding: 10px 10px 0px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
}

#container
{
	padding: 5px 5px 5px 5px;
	background-color: #666699;
}

#sidebar
{
	float: right;
	width: 220px;
}

#content
{
	padding: 5px 5px 5px 5px;
	margin-right: 225px;
	background-color: #000020;
	font-size: 12px;
}

#footer
{
	clear: both;
}


/* Div Classes
**************************************************/

.menu-box
{
	padding: 3px 3px 3px 3px;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.menu-content
{
	background-color: #333366;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.software-heading
{
	padding: 3px 0px 3px 0px;
	background-color: #445588;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.news-header
{
	padding: 3px 5px 3px 0px;
	background-color: #333366;
	text-align: right;
	font-size: 11px;
}

.news-content
{
	padding: 3px 20px 3px 20px;
	font-size: 11px;
}


/* Book table
**************************************************/

td.books
{
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	background-color: #333366;
	border: 1px solid #FFFFFF;
}


/* Articles
**************************************************/

td.section-header
{
	font-size: 12px;
	background-color: #333366;
	padding: 3px 0px 3px 5px;
}

td.section-content
{
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}


/* Guestbook form
**************************************************/

td
{
	font-family: verdana, sans-serif;
	font-size: 11px;
}
