/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : black;
	background-color : rgb(255,255,255);
	font-family:sans-serif;
  font:small Verdana,Arial,Sans-serif;
  font-size: small;
  font-size/* */:/**/small;
  font-size: /**/small;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:500px;
}

ul.menu
{
    font:11px;
	list-style:none;
	margin:0px;
}

ul.menu li
{
    font:11px;

}

.menu
{
	  font:11px Verdana,Arial,Sans-serif;

}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.menu a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
}

.title
{

	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
}


.menu strong
{
	font-size : 18px;
}

.other
{
	  font:x-small Verdana,Arial,Sans-serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  font-size:85%;
    font:x-small;

}

.other a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.other a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
}


.otherb
{
	text-align : center;
	background-image : url(images/redfilter.gif);
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
}

.contentText
{
	color : rgb(50,50,50);
	background-color : rgb(240,240,240);
	border : 1px solid;
        width : 500;
}

.footer
{
	background-image : url(images/redfilter.gif);
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}

	#pixels {
		position: absolute;	
		top:73px;
		left:10px;
		right:10px;
		bottom:10px;
		width:1000;
		height:1000;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		}


	#help {
		position: absolute;	
		top:33px;
		left:700px;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		}



