body {
   background-image: url('images/linesbg.png');
   background-position: top center;
   background-repeat: repeat-x;

   font-family: Tahoma, sans-serif;
   font-size: 12px;
}

#contain {
   position: absolute;
   width: 350px;
   left: 50%;
   margin-left: -175px;
}

#logo {
   background-image: url('images/nitrogen-logo.png');
   background-position: top left;
   background-repeat: no-repeat;
   width: 350px;
   height: 147px;
}

#logo h1 {
   display: none;
}

#content h2 {
   color: #3D6FA7;
   font-size: 13px;
   margin: 5px 0px;
   padding: 0px;
}


.arrowlist {
	margin: 				0px;
	padding: 				0px;
	list-style: 			none;
}

.arrowlist li {
	background-image: 		url('images/arrow.gif');
	margin: 				0px 2px;
	padding-left: 			10px;
	background-repeat: 		no-repeat;
	background-position: 	center left;

}
a img {
   border: 0px;
   vertical-align: sub;

}

a {
   color: #A64B3D;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#ss a img {
   margin: 0px 2px;
   border: 1px solid #A64B3D;
}
