

html
{
	margin: 0;
	padding: 0;
}

body
{
	color: #C0C0C0;
	background: #000 url(http://www.cinemahill.com/images/background.gif) top repeat-x;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

A:link
{
	color: #FFD937;
}

A:visited
{
	color: #FFD937;
}

A:active
{
	color: #C0C0C0;
}

A:hover
{
	color: #FF0000;
	font-weight: bold;
}

img
{
	/* needed for firefox */
	border: 0px;
}

/* forces the hand cursor on links in Safari */
a:link, a:hover
{
cursor: pointer;
}

b
{
font-weight: bold;
}

i
{
font-style: italic;
}

.noindent
{
text-indent: 0;
}

blockquote
{
	text-indent: 0;
	margin-top: 0;
}

input, select
{
  color: #555555;
  font-weight: none;
  text-decoration: none;
  background: #c0c0c0;
  border: 1px solid #FFD937;
  font-style:normal;
  font-variant:normal;
  font-size:7pt;
}

textarea
{
  color: #555555;
  font-weight: none;
  text-decoration: none;
  background: #c0c0c0;
  border: 1px solid #FFD937;
  font-style:normal;
  font-variant:normal;
  font-size:10pt;
}

TD
{
  font-size:10px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
}

#pageHeader {
	height: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
}

#pageHeader img {
	position: absolute;
	top: 0;
	right: 0;
}

