@charset "utf-8";
body 
{
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
	background-color: #666666;
	background-image: url(../images/backgroundimage.gif);
	background-repeat: repeat;
}

#container/*class, so one of per page*/
{
	width: 80%;  /*was 80//////////////////////////////////////////////*/
	background: #000000; /* MAIN CONTENT COLOUR */
	margin: 0 auto; 
	border: 1px solid #000000;
	/* text-align: center; */ /*Place all text in the center*/
	padding: 20px;
}

#header
{ 
/* 	background: #000000;
	padding: 0 10px; 
	height: 100px;
	background-image: url(../images/binarysoldier.netlogo.jpg);
	background-position:center;
	background-repeat: no-repeat; */
}

p.blacktext
{
	color: #000;
}

h3.left
{
	text-align:left;
}

p.left
{
	text-align:left;
} 

img {border: 0;}

a:link, a:visited
{
	text-decoration : none;
	color : #98FB98;
}

a:hover, a:active
{
	text-decoration : underline;
	color : #FF0000;
} 

a.nav:link { font-size: 20px; }
a.nav:visited { font-size: 20px; }
a.nav:hover { font-size: 20px; }
a.nav:active { font-size: 20px; }

