 body {
	background-image: url('images/border.jpg'); 
	background-repeat: repeat-y;
	background-position: left;
 }
 
 p {
	font-family:   Palatino Linotype,Arial, sans-serif;
  	font-size: 12pt;
  	color: #000000;
  	text-align: center;
  	/*font-style: italic;
  	 font-weight: bold;*/
 
  }
  
 p.footer {
	font-family:   Palatino Linotype,Arial, sans-serif;
  	font-size: 10pt;
  	color: #000000;
  	text-align: center;
  	/*font-style: italic;
  	 font-weight: bold;*/
 
  }
 
 span.cpm{
 font-weight: bold;
 text-decoration: underline;
 }

 
 h1 {
	font-family:  Palatino Linotype, Arial, sans-serif;
  	font-size: 18pt;
  	color: #000000;
  	text-align: center;
	text-decoration: underline;
  }
  
 h2 {
	font-family:  Palatino Linotype, Arial, sans-serif;
  	font-size: 12pt;
  	color: #000000;
  	text-align: center;
	text-decoration: underline;
  }

 
  
  #frame {
 	margin-right:auto;
	margin-left: 140px;
	margin-right: 50px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	text-align:center;
	/*background:#fff;*/
	} 
	

#thumb {
float: left;
display: block;
border: 1px solid #696969;
width: 100px;
margin-top: 30px;
margin-left: 10px;
height: 320px;
overflow: auto;
}



	
 
div.equip {
position: relative;
display: block;
border: 1px solid #696969;
margin-top: 10px;
margin-left: 100px;
margin-right: 100px;
height: 320px;

}

img.left{
position: relative;
float: left;
padding-left:10px;
padding-top:10px;
padding-bottom: 10px;

}

img.right{
position: relative;
float: right;
padding-right:10px;
padding-top:10px;
}


hr {
 color: #696969;
 width: 95%;
}

 .pipe {
 	color:#000000;
	font-weight: bold;
 }


a.img:link {color: #ffffff;}
a.img:visited { color: #ffffff;}
a.img:hover { color: #ffffff;}
a.img:active { color: #ffffff;}


ul{
	position: relative;
 	color:#000000;
 	list-style-type: square;
	padding-left: 30%;
	text-align:left;
 }
 

 #list-menu {
 	position: absolute;
 	left: 0px;
 	width: 100px;
	margin-top:80px;

}

#list-menu ul {
font-size: 16px;
margin: 0;
margin-left: 10px;
padding: 0;
list-style-type: none;
} 
 
#list-menu li {
margin: 2px 0 0;
}
 
#list-menu a {
display: block;
width:110px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #333333 url('images/border2.jpg');
text-decoration: none; /*lets remove the link underlines*/
}
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
font-weight: bold;
}
 
 
 
 
 
 
 
 
 