body {
	background-color:#000000;
}

#banner {
	width: 850px; 
	height: 70px;
	text-align: center;
}

#menu {
	width: 850px;
	heigh: 40px;
	text-align: right;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #a5a5a5;		
}

#content {
	width: 850px;
	text-align: left;
	vertical-align:top;
}

#footer {
	width: 850px;
	height: 100px;
	padding-top: 50px;
	text-align: left;
	vertical-align: top;
}

h1 {
  	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 20px;
	color: #a5a5a5;
	font-weight: normal;
}

p {
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   font-size: 14px;
   color: #a5a5a5;
}

ul {
	padding-left: 30px;	
}

li {
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   font-size: 14px;
   color: #a5a5a5;	
}


img {
	border: 1px solid #a5a5a5;
}

table {
	border-spacing: 0px;
}

td {
	width: 202px;
	height: 135px;
	padding-right: 10px;
	padding-bottom: 10px;
}

a { 
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #a5a5a5;	
}

a:active, a:hover {
	color: #ffffff;
}

