@charset "utf-8";
/* CSS Document */

#home {
	background:url(images/bg-home.jpg) repeat-x;
	overflow:hidden;
	padding:0 0 20px;
	font-size:14px;
	line-height:18px;
}
#homeimages {
	list-style:none;
	width:900px;
	height:520px;
	overflow:hidden;
}
#homeimages .tagline {
	overflow:hidden;
	background:url(images/bar-bg.png) repeat;
	height:95px;
	width:900px;
	margin:-100px 0 0;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	font-weight:100 !important;
	line-height:34px;
	font-size:30px;
	font-style:italic;
	color:#fff;
	text-shadow:0px 2px 0px rgba(0,0,0,1);
	position:relative;
	z-index:100;
}
#homeimages .tagline span {
	display:block;
	padding:30px 20px 0px;
}
#homecopy {
	padding:20px 0 0;
	overflow:hidden;
}
h1,h2 {
	font-style:italic;
	font-weight:100;
	color:#000;
	font-size:22px;
	line-height:25px;
	padding:0 0 15px;
}
#maincontent .left {
	width:400px;
	padding:0 50px 0 0;
	border-right:1px solid #ccc;
}
#maincontent .right {
	width:400px;
}
#maincontent p {
	padding:0 0 15px;
}