body
{
	font-family: Arial black, Monaco, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px;
	padding: 0px;
	background-image: url(../graphix/blue.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF; 
	scrollbar-face-color:#070066;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
}

h1
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: 900;
}

h2
{
	font-size: 13px;
}

.guest
{
	color: #ff0066;
}

.Content>p
{
	margin: 0px;
}

.Content>p+p
{
	text-indent: 30px;
}

#collage
{
    text-align: center;
}

hr
{
	color: #FFFFFF;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}


a:link
{
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline
}

	/* All the content boxes belong to the content class. */
.content
{
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 0px 190px 20px 160px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	z-index: 3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#menu
{
	position: absolute;
	width: 135px;
	top: 20px;
	left: 10px;
	font-effect: outline;
	color: #FFFFFF;
	padding: 0px;
	z-index: 2;

	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
	declaration. The incorrect IE5/Win value is above, while the correct value is 
	below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 135px;
}

	/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
	length values to user agents that exhibit the parsing error exploited above yet get 
	the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
	a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#menu
{
	width: 135px;
}
		
#menu2
{
	position: absolute;
	width: 190px;
	top: 20px;
	right: 10px;
	z-index: 1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 168px;
}

	/* Again, "be nice to Opera 5". */
body>#menu2
{
	width: 190px;
}

