BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	color: #FFD700;
	font-size : 8pt;
	margin-top: 100px;
}

A {
	text-decoration: underline;
	color: #00CC00;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

/**************************************************************
   #topbar: holds common SM&Co menu
 **************************************************************/
 
#topbar {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  
  width: 100%;
  min-width: 724px;
  height: 95px;
  
  background: url(http://www.acalltoarmsmovie.com/images/bg/topbar.png) repeat-x bottom left;
}

#topbar .width {
  margin: 0 auto;
  width: 660px;  
}

#topbar a {
  float: left;  
  height: 78px;  
  
  font: bold 1.15em arial, sans-serif;  
  line-height: 77px;    
  
  color: #B5B5B5; 
  cursor: pointer; 
}

#topbar a:hover {
  color: #111;
}


/* SM&Co Logo */
#topbar #logo {
  float: left;
  padding-left: 115px; 
  background: url(http://www.acalltoarmsmovie.com/images/text/smco_logo.jpg) no-repeat 15px 3px;
}


/* Main SM&Co menu */
#topbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#topbar ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

#topbar ul li a {
  margin: 0 -10px;
}

#topbar ul li a span {
  float: left;
  height: 78px;
  padding: 0 30px;  
}

#topbar ul li a:hover {
  background: url(http://www.acalltoarmsmovie.com/images/bg/topbar_link_l.gif) no-repeat bottom left;
}

#topbar ul li a:hover span {
  background: url(http://www.acalltoarmsmovie.com/images/bg/topbar_link_r.gif) no-repeat bottom right;
}



#acta {
	color: #000;
	font-size: 1.5em;
	text-align: center;
	padding: 10px 0 10px 0;
}
#acta a:link {
	color: #33465f;
}
#acta a:visited {
	color: #33465f;
}
#acta a:hover {
	color: #33465f;
}