/* ---------------------layout---------------------------*/
html
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #000;
        font-size: 11px;
	font-family: Tahoma;
}

/*---------------------Layout all pages-----------------------------*/
#content
{
	width: 800px;
        margin-top:25px;
        margin-left: auto;
	margin-right: auto;
        padding:25px;
        /*background : #555 url(pictures/banner/sidebanner.gif)no-repeat left top;*/
        background-color: #444;
}
#picturetop 
{
	width:790px; 
        height:420px;     

        
}

#picturetop h1{display:none;}

#TopLinks /*years*/
{
	width:150px; 
        margin: 0px 0px 0px 0px;
        padding:25px;
	float:left;
  
 
	text-align: left;
}

#noncreditramble 

/*the front page waffle*/
{
width: 530px;
margin: 0px 0px 0px 230px;
padding: 15px;

		
}


/*--------------formatting--------------------*/
/*active link defintions*/
a{
	color: #999;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
}

li {
	padding: 1px 15px 1px 15px;
        border: solid 1px transparent;
	list-style-type:none;
	
}

li:hover {
	background: #666;
	border-color: #fff;
}

li:hover a {
	color: #000;
}


/*heading definitions*/
h1
{
	font-size: 1.6em;
	color: #000000;
	font-weight: 500;
}


p
{	
	color: #ffffff;
}