*{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	background: url(images/bg.jpg) center top no-repeat #1d0800;
	font-family: "Helvetica Nueu", Helvetica, Tahoma, Verdana, Arial, _sans;
	color: #cb8e0a;
	font-size: 16px;
}

input{
	padding:5px
	font-size: 18px;
	font-weight: bold;
	color: #cb8e0a;
	background: #ffffff;
	border: none;
	margin:5px 0;
	outline: 0;
	width: 240px;
}

textarea{
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #cb8e0a;
	background: #ffffff;
	border: none;
	margin: 5px 0;
	width: 225px; 
	height: 150px;
	outline: 0;

}

a:link {
		color: #cb8e0a;
		text-decoration: none;
		background: #3d220e;
		padding: 3px;
	}

a:active {
		color: #cb8e0a;
		text-decoration: none;
		background: #3d220e;
	}
	
a:visited {
		color: #cb8e0a;
		text-decoration: none;
		background: #3d220e;
	}

a:hover {
		color: #3d220e;
		text-decoration: none;
		background: none;
	}
	
a.opposite:link {
		background: #cb8e0a;
		color: #3d220e;
		text-decoration: none;
	}

a.opposite:active {
		background: #cb8e0a;
		color: #3d220e;
		text-decoration: none;
	}
	
a.opposite:visited {
		background: #cb8e0a;
		color: #3d220e;
		text-decoration: none;
	}

a.opposite:hover {
		background: #cb8e0a;
		color: #3d220e;
		text-decoration: none;
	}
	
img{
	border: none;
}

#main{
	width: 850px;
	margin: 210px auto 0 auto;
}

#menu{
	width: 850px;
	margin: auto;
	text-align: right;
}

#menu p{
	color: #3d220e;
	padding: 10px;
}

#scroll{
	margin-left: -60px;
	margin-top: -20px;
	width: 970px;
}

#about{
	position: relative;
	background: url(images/coffee.png) no-repeat bottom center;
	padding-top:30px;
}

#about p{
	font-size: 12px;
	font-weight: lighter;
	line-height: 36px;
}

#left{
	width: 290px;
	float: left;
}

#right{
	width: 290px;
	float: right;
	text-align: right;
}

#doodle{
	position: absolute;
	bottom: 100px;
	z-index: 100;
	left: 375px;
}

#footer{
	position: relative;
	z-index: 1;
	background: #cb8e0a;
	height: 100%;
	color: #3d220e;
}
#footerwrap{
	width: 850px;
	margin: auto;
	position: relative;
}

#form{
	padding: 15px 0;
	font-size: 18px;
}

#twitter_div li{
	padding-bottom: 20px;
}

.heading{
	clear: left;
	padding: 40px 0 20px 0;
}

.special{
	background: #cb8e0a;
	color: #3d220e
}

div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 850px;	
	height:300px;	
					
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:0px;
	
}

div.scrollable div.items div {
	float:left;
	width:241px;
	padding:0;
	font-size:30px;
	margin-right: 64px;	
	background-color: #111; 
}

div.scrollable div.items div a{
	padding: 0;	
	background-color: #111; 
}

div.scrollable div.items div p {
	color: #666;
	font-size: 12px;
	padding: 10px;
	display: block;
}

div.scrollable {
	float:left;		
}

a.prev, a.prevPage{
	display:block;
	width:50px;
	height:50px;
	background:url(images/left.png) no-repeat;
	float:left;
	margin:100px 10px 0 0;
	cursor:pointer;
	padding: 0;
}

a.next, a.nextPage {
	display:block;
	width:50px;
	height:50px;
	background:url(images/right.png) no-repeat;
	float:left;
	margin:100px 0 0 10px;
	cursor:pointer;
	clear:right;
	padding: 0;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -50px;	
	padding: 0;	
}

div.navi {
	margin-left:455px;
	width:200px;
	height:20px;
}

div.navi a {
	width:10px;
	height:10px;
	float:left;
	margin:3px;
	background:url(images/nav.png) 0 0 no-repeat;     
	cursor:pointer;	
	padding: 0;
}

div.navi a:hover {
	background-position:0 -10px;
	padding: 0;
}


div.navi a.active {
	background-position:0 -20px; 
	padding: 0;    
} 	
