/* Styles */
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #1E1E1E url(css/body.jpg) repeat-x;
}
a{
	color: #999;
}
a:hover{
	color: #ffd700
}
hr{
	background: none;
	color: #1e1e1e;
	border: none;
	height: 1px;
	display: block;
	clear: both;
	outline: none;
}
h1 a{
	width: 271px;
	height: 31px;
	display: block;
	position: absolute;
	top: 34px;
	left: 0;
	background: url(css/logo.gif) no-repeat;
	text-indent: -9000px;
}
h2{
	width: 154px;
	height: 13px;
	position: absolute;
	top: 65px;
	left: 0;
	background: url(css/tagline.gif) no-repeat;
	text-indent: -9000px;
}
h3{
	color: #7A8A27;
	color: #ffd700;
	text-transform: uppercase;
	font-size: 90%;
	margin: 0 0 1em 0;
}
p{
	color: #777;
	font-size: 80%;
	line-height: 160%;
	margin: 0 0 1em 0;
}

#main{
	width: 860px;
	margin: 0 auto;
}
#header{
	position: relative;
	height: 122px;
	clear: both;
}
#content{
	float: left;
}
#contact{
	
}
#content ul{
	margin: 0 2.5em;
}
#content li{
	list-style: square;
	color: #666;
	font-size: 80%;
	line-height: 160%;
}
.col-1{
	background: url(css/col-1.jpg) no-repeat;
	width: 427px;
	min-height: 360px;
  	height: auto !important;
  	height: 360px;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 20px 0;
	
}
.col-2{
	background: url(css/col-1.jpg) no-repeat;
	width: 427px;
	min-height: 360px;
  	height: auto !important;
  	height: 360px;
	float: left;
	padding: 0 0 20px 0;
}
.col-3{
width: 860px;
	clear: both;
	min-height: 270px;
  	height: auto !important;
  	height: 270px;
	background: url(css/col-3.jpg) no-repeat;
	padding: 0 0 20px 0;
}
.col-1 p,
.col-2 p,
.col-3 p{
	padding: 0 15px;
}
.col-1 h3,
.col-2 h3,
.col-3 h3{
	padding: 10px 15px 0 15px;
}
img.photo{
	float: left;
	margin: 0 10px 0 15px;
	border: 5px solid #191919;
}
.col-3 ul{
	float: left;
}

#header ul{
	list-style: none;
	position: absolute;
	top: 15px;
	right: 0;
	display: none;
}
#header li{
	float: left;
}