body{
	background-color:#a4784a;
	background-image:url('html.jpg');
	background-repeat:repeat-x;
	font-family:Georgia;
	font-size:16px;
	margin:0px;
}
a{
	color:#dbcfc1;
	text-decoration:none;
}
h1{
	color:#dbcfc1;
	font-family:Georgia;
	font-weight:lighter;
	font-size:48px;
	margin:32px 0px 16px 0px;
	text-shadow:0px 1px #111111;
}
h2{
	color:#660000;
	font-weight:lighter;
	font-size:32px;
	margin:16px 0px;
	text-shadow:0px 1px #c6ad90;
}
h3{
	color:#111111;
	font-weight:lighter;
	font-size:24px;
	margin:12px 0px;
	text-shadow:0px 1px #c6ad90;
}
hr{
	background-image:url('hr.png');
	background-repeat:no-repeat;
	border:none;
	height:24px;
	width:940px;
}
label{
	display:block;
}
input, textarea{
	font-family:Helvetica;
	font-size:16px;
	margin:10px 0px;
	padding:5px;
}
ul.menu{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.menu li{
	margin:0px;
	padding:10px 0px;
}
ul.menu li span{
	font-weight:bold;
	float:right;
}
.left{
	float:left;
	margin:0px;
	margin-right:10px;
	width:460px;
}
.right{
	float:left;
	margin:0px;
	margin-left:10px;
	width:460px;
}
#logo{
	height:72px;
}
#menu{
	height:72px;
	margin-bottom:32px;
	text-align:right;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li{
	display:inline;
	font-family:Georgia;
	font-size:24px;
	line-height:72px;
	padding:10px;
	text-shadow:0px 1px #dbcfc1;
}
#menu li a{
	color:#5a4e3f;
	text-decoration:none;
}
#menu li a:hover{
	color:#2d2720;
}
#menu li.active a{
	color:#660000;
}
#container{
}
#title{
	margin-bottom:16px;
	position: relative;
}
#title p{
	color:#a4784a;
}
#slideshow{
	background-color:#ffffff;
}
#overlay{
	height:365px;
	position:absolute;
	right:-10px;
	top: -5px;
	width:480px;
	z-index:1000;
}
#social{
	bottom: 10px;
	position: absolute;
}
#social a{
	color:#dbcfc1;
	margin-right:10px;
	text-decoration:none;
	text-shadow:0px -1px #111111;
}
#social a:hover{
	color:#ffffff;
}
#twitter{
	background-image:url('twitter.jpg');
	color:#ffffff;
	height:300px;
	-webkit-box-shadow:0px 4px 8px #000000;
}
#twitter p{
	margin:20px;
}
#footer{
	color:#523c25;
	height:64px;
	line-height:8px;
	text-align:center;
	text-shadow:0px 1px #bc9c77;
}
#footer a{
	color:#523c25;
	text-decoration:none;
}