body
{
	font-family:Verdana,Arial;
	font-size:0.8em;
	background-color:#333333;
	color:#dedede;
}

#splashimg {
	width:600px;
	min-height:500px; /* this is for porper browsers like opera firefox etc. */
	_height:500px;    /* this is for the idiots in microsoft who: 1) Misunderstands "height" as "min-height", 2) does not recognize "min-heigh" 3) strangeously stills understands "_height" even though it is malformed */
	margin:0px;
	border:2px solid #000000;
	float: center;
	position:absolute;
	top:60;
	left:220;
	}


#content {
	background-color:#444444;
	width:600px;
	min-height:480px; /* this is for porper browsers like opera firefox etc. */
	_height:480px;    /* this is for the idiots in microsoft who: 1) Misunderstands "height" as "min-height", 2) does not recognize "min-heigh" 3) strangeously stills understands "_height" even though it is malformed */
	text-align:justify;
	border:2px solid #000000;
	padding:10px 10px 10px 10px;
	position:absolute;
	top:60;
	left:220;
	}

#menu {
	/*background-color:#444444;*/
	width:180px;   
	_width:180px;  /* this is for the idiots in microsoft who puts the border on the inside. "_width" strangeously enough overrides "width" in IE */
	min-height:500px;
	_height:500px; /* this is for the idiots in microsoft who puts the border on the inside. "_width" strangeously enough overrides "width" in IE */
	font-weight:bold;
	text-align:left;
	padding:10px 10px 10px 10px;
	/*border:2px solid #000000;*/
	position:absolute;
	top:60px;
	left:10px;
	}

#gallery {
	background-color:#444444;
	width:820px;
	min-height:820px; /* this is for porper browsers like opera firefox etc. */
	_height:500px;    /* this is for the idiots in microsoft who: 1) Misunderstands "height" as "min-height", 2) does not recognize "min-heigh" 3) strangeously stills understands "_height" even though it is malformed */
	text-align:justify;
	border:2px solid #000000;
	padding:10px 10px 10px 10px;
	position:absolute;
	top:60;
	left:10;
	}

a:link, a:visited, a:active {
	font-weight:bold;
	color:#dedede;
	text-decoration:none;
	}

a:hover {
	color:#dedede;
	text-decoration:underline;
	}

img {
	margin:12px 12px 12px 12px;
	border:2px solid #000000;
	float: right;
	}

h1
{
	font-size:1.75em;
}
td
{
	font-size:0.8em;
}
p
{
	margin-bottom:0em;
	margin-top:0em;
}
b
{
	font-size:1em;
}