/* ---------------------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);
      	background-repeat: no-repeat;
	background-position: left top;
}


#logo
{
width:595px;
margin: 0px 0px 0px 175px;
padding:10px;
        
text-align: center;
/*background-color: #000;

border:1px solid #000;*/
}

#TopLinks /*years*/
{
	width:25px; 
        margin: 10px 10px 10px 10px;
        padding:15px;
	float:left;
        
	background-color: #666;
        border:1px solid #000;
	text-align: left;

}

#BottomLinks /*site navigation links*/
{
width:95px; 
margin: 10px 0px 0px 175px;
padding:15px;
float:left;

background-color: #666;
border:1px solid #000;
text-align: left;
}

#preamble 
{
width: 390px;
margin: 10px 0px 0px 380px;
padding: 10px;

background-color: #666;
border:1px solid #000;
	
}

#noncreditramble 

/*the front page waffle*/
{
width: 550px;
margin: 0px 0px 0px 230px;
padding: 10px;


		
}

#clips_preamble 
{
width: 450px;
margin: 10px 0px 0px 320px;
padding: 10px;

background-color: #666;
border:1px solid #000;
	
}



/*--------------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;
}

h2
{
	font-size:1.5em;
	color: #000000;
	font-weight: 500;
	font-style: italic;
}
	
h3
{
	font-size: 1.3em;
	color: #000000;
	font-weight: 500;
}
	
h4
{
	font-size: 1.3em;
	color: #000000;
	font-weight: 550;
}
	
p
{	
	color: #ffffff;
}


h1.clipname
{
           font-size:1.6em;
}

h2.clipprod
{
        font-size:1.2em;
        text-align:left;
}

h3.clipdir
{
       font-size:1.0em;
       text-align:left;

}

img.clippic
{
height:144px; 
width:190px;
float:right;}

p.clipwaffle{}

#BottomLinks h2 span
{
	color: #000;
	text-transform: lowercase;
        font-size: 0.8em;
}


#noncreditramble h1
{
	font-size: 20px;
	color: #ffffff;
	}

#logo img
{
height:90px; width:145px;
}
