html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body {
  background: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
}
#wrapper {
  width:100%;
  z-index:2;
  background: url(background.jpg) repeat-x #3a1c7a;
  position: relative;
}
#neocon {
  margin: 0 auto;
  width: 1064px;
  background: url(background.jpg) repeat-x #3a1c7a;

}
#splash {
  width: 1064px;
  margin-left: -50px;
  background: url(splash2.jpg) no-repeat;
  height:540px;
  z-index: 4;
  padding: 0;
  padding-top: 310px;     
} 
#content {
  margin-left: 602px;
  z-index: 3;
  width: 366px;      
}
#content h1 {
  display: none;
}
#content h2 {
  color: #FFF;
  font-size: 18px;
  margin-top: 42px;
  margin-bottom: 28px;
}
#content p {
  color: white;
  font-size: 12px;
  line-height: 18px;
}
#content form {
  margin-top: 12px;
  padding: 0;      
  padding-bottom: 47px;
}
#content form div{
	width: 366px;
  height: 31px;
  background: url(input.png) no-repeat;
  border: 0;
  overflow: visible;
}
#content input[type='text'] {
	width: 222px;
	height: 20px;
	background: transparent;
  padding: 6px 3px 4px 6px;
  font-size: 14px;
  font-weight: bold;
  float: left;
	border: 0;
}
#content input[type='image']{
  float: right;
}
#content dl{
  clear: both;
  float: left;
  padding: 0;
}
#content dl dt{
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}
#content dl dd img{
  margin-left: -24px;
}
#content ul{
  float: right;
  width: 120px;
}
#content ul li{
  margin-bottom: 5px;
}
#content ul li a{
  color: #ea79fc;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#footer {
  background-color: #FFF;
  background-image: url(neocon_logos.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  bottom: 0px;
  width: 100%;      
  z-index: 1;
  height: 100px;
  min-width: 1064px;
}
#footer #legal{
  width: 1064px;
  margin: 68px 0 20px 0;
  color: #999999;
  font-size: 11px;
}
#footer #legal p{
  margin-bottom: 6px;
  padding-left: 20px;
}
#footer #legal a{
  color: #999999;
  font-size: 11px;
  text-decoration: none;
}