/* <![CDATA[ */
/* -------------------------------------------------------------------------- */

body
{
	background-color: #000000;
	background-image: url("../graphics/background-grey.png");
	font-family: tahoma, lucida grande;
	font-size: 0.8em;
	color: #ffffff;
}

#mainbox
{
	width: 760px;
	margin: 0px auto 20px auto;
}

#mainmenu
{
	padding: 5px;
	background-color: #204c9c;
}

#mainheader
{
	height: 200px;
	border-color: #065FB7;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	background-image: url("../graphics/blueback-thin.png");
	background-repeat: repeat-x;
}

#maingfx
{
	height: 100px;
	background-color: #666;
	border-color: #fff;
	border-width: 20px 0px 1px 0px;
	border-style: solid;
	background-image: url("../graphics/main-pict.jpg");
}

#maingfx1
{
	height: 20px;
	background-color: #666;
	border-color: #fff;
	border-width: 20px 0px 1px 0px;
	border-style: solid;
}

#maincontent
{
	background-color: #333;
	border-color: #333;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	min-height: 450px;
}

#mainfooter
{
	background-color: #666;
	border-color: #fff;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding: 5px;
	text-align: center;
}

#content1
{
	border-color: #5A5A5A;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	padding: 5px;
	background-image: url("../graphics/frontpanel-8bit.png");
	background-repeat: no-repeat;
}

#content2
{
	border-color: #474747;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
}

/* - hrefs ------------------------------------------------------------------ */

a
{
	color: white;
	text-decoration: underline;
}

a:link
{
	color: white;
	text-decoration: underline;
}

a:visited
{
	color: white;
	text-decoration: underline;
}

a:active
{
	color: white;
	text-decoration: underline;
}

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

a.mainmenu:link
{
	color: #ffffff;
	text-decoration: none;
}

a.mainmenu:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.mainmenu:active
{
	color: #ffffff;
	text-decoration: none;
}

a.mainmenu:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */

.whitey { color: #8B8B8B; }

.h1
{
	font-weight: bolder;
	font-size: 20px;
}

.liney
{
	margin-left: 12px;
	margin-right: 7px;
}

/* -------------------------------------------------------------------------- */
/* ]]> */