* {
  font-style: normal;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}
img {
  border: none;
}
a:hover {
  text-decoration: underline;
}
html {
  color: #000;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
body {
  font: small/150% Verdana, sans-serif;
  text-align: center;
}

/*** Main Positioning *********************************************************/

#header,
#body,
#footer,
#copyright {
  clear: both;
  float: left;
  width: 100%;
}
#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

/*** Header Components ********************************************************/

#header {
  background: #c5382f url("../images/header.jpg") no-repeat top left;
  height: 140px;
  position: relative;
  overflow: hidden;
}

#navigation {
  display: none;
  height: 1px;
}


/*** Content Components ********************************************************/

#content-front {
	position: absolute;
	top: 20px;
	left: 20px;
}

#content-sub {
	position: absolute;
	top: 20px;
	left: 20px;	
}

#column1 {
	width: 1px;
	display: none;
}

#column1 ul#menu {
	padding-top: 40px;
	padding-left: 15px;
}

#column1 li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#column1 a {
	color: #c5382f;
	text-decoration: none;
}

.sub {
	margin-left: 7px;
}

	#column2 {
		float: left;
		width: 800px;
}

#column2 h1 {
	font-size: 1.2em;
	margin-bottom: 20px;
}

#column2 #text {
	padding-left: 20px;	
}

/*** Footer Components ********************************************************/

#footer {
  display: none;
}


