/* HOME PAGE */

html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #9d0105;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}

body {
	background: #000000;
	text-align: left;
	font: 11px arial, sans-serif;
}
#wrapper {
	text-align: center;
	margin: auto;
	top: 8px;
	left: 150px;
	width: 785px;
	height: 683px;
	background: #232323;
}
#body {
	position: relative;
	margin-left: 4px;
}
#bottom {
	background: #232323;
	left: 150px;
	width: 785px;
	height: 5px;
}


/* FOOTER */

#footer {
  text-align: left;
  font-style: verdana, sans-serif;
  font-size: 10px;
  color: #ffffff;
  margin-left: 60px;
  padding-bottom: 5px;
  padding-top: 8px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #9d0105;
	font-weight: bold;
	text-decoration: underline;
}

/* Newsletter */

#signup {
	padding: 5px; 
	background: #FFFFFF; 
	border: 0; 
	margin: 300px 0px 0 100px; 
	overflow: hidden;
}
#signup {
	overflow:auto
}
#signup input[type="text"] {
	float: left; 
	border: 1px #8a8a8a; 
	padding: 0 1ex; 
	margin-left: 80px;
	width: 15%;
}
#signup button[type="submit"] {
	float: left; 
	background: url('images/arrow.jpg') no-repeat top left; 
	width: 10px;
	margin-left: 100px;
}

