@charset "UTF-8";
/* CSS Document */
/*Author - Adam Hughes */

body {	
	background-color:#f4eed8;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
}

a{
	text-decoration:none;
}
p{
	margin-bottom:20px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1 {
	margin-bottom:10px;	
	font-family:cursive;
}

li{
	list-style:disc outside;
	margin-bottom:5px;
	margin-left:15px;
}

#wrapper{
	width:900px;
	margin: 0 auto;
}

#header{
	width:900px;
	height:300px;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:300px;
	margin-left:-40px;
	z-index:2;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	background:#fff;
	border:none;
}
    div#rotator ul li.show {
	z-index:5000
}

#polaroid_holder {
	background:url(/images/bg.jpg) top center no-repeat;	
}

#shadow {
	background-color:transparent;	
}
#texture{
	background:url(/images/bg.jpg) bottom center no-repeat;
	float:left;
	padding:30px 0 110px 0;
}

#content p.last{
	margin-bottom:5px;
}

#map {
	position:relative;
}
#map p {
	position:absolute;
	top:25px;
	right:0;
	width:280px;
	font-size:12px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}

#inner_left{
	float:left;
	width:240px;
	padding-right:40px;
}
#inner_right{
	float:left;
	width:320px;
}

#left_column{
	float:left;
	width:600px;
	padding:0 40px 0 0;
	
}
#right_column{
	float:right;	
	width:220px;
	padding:0 20px;	
	font-size:14px;
}
#menu ul {
	margin:0 0 30px 0;
}
#menu li{
	list-style:none;	
	margin:0 0 0 0;
	font-size:18px;
}
#footer{	
}

