/* GENERAL STYLE DEFINITIONS */

body { 
   margin: 0; 
   padding: 0;
   background: #053C6D url(/images/background_stripes.gif) top left repeat-y; 
}

* {
   margin: 0; 
   padding: 0;
   font-size:11px; 
   font-family: Arial, Verdana, Tahoma, sans-serif; 
   color: #FFFFFF;
}

a {
   color: #7090AC;
   text-decoration: none;
}

a:visited {

}

a:hover {
   text-decoration: underline;
}

img {
   display: block;
}

p {
   padding: 5px 0 5px 0;
}

.nav { 
   z-index: 1; 
}

.riggingphoto { 
   position: absolute; 
   top: 0; 
   left: 0; 
   z-index: 5; 
}

.spacer { 
	clear: both; 
	line-height: 0;
	height: 0;
	font-size: 2px;
}

.subnav {
   margin-left: 196px;
   margin-bottom: 4px;
}

.subnav ul {
   list-style: none;
}

.subnav ul li {
   padding: 0 0 1px 0;
}

.subnav ul li a {
   color: #FFFFFF;
   font-size: 10px;
   font-family: Tahoma;
}

.subnav ul li a:hover {
   color: #8EB2C7;
}