/* CSS Document */

body 
{
margin: 0 auto;
padding: 0;
background: url(images/background_chip.jpg) no-repeat top;
background-attachment: fixed;
}

/* Structural */

#container 
{
margin: 0 auto;
padding: 0;
width: 800px;
}


#header a
{
margin: 0 auto;
padding: 0;
width: 780px;
height: 100px;
background-image: url(images/header.gif);
display: block;
}

.main {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #340E0B;
	width:	800px;
	text-decoration: none;
	top: 0px;
	margin:0 auto;	
}

a:link, a:visited {
  text-decoration:	none;
  color: #340E0B;
}

a:active, a:hover {
  text-decoration:	none;
  color: #990000;
}


.headline{
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #340E0B
	text-transform: uppercase;
	font-weight: normal;
}

.column {
	padding-left: 50px;
	top: 5px;
}
.samples {

}

.samples2 {
	padding-left: 350px;
}

.subheader{
	font-family: Georgia, Times, serif;
	font-size: 25px;
	text-decoration: none;
	color: #340E0B;
	font-weight: bold;
	padding-top: 35px;
}

.text{
font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #340E0B;
}

.hr {width: 50%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	color: #EFE6BF;
}

