*{
	padding:0px;
	margin:0px;
}
html{
	font-family:verdana;
	font-size:10px;
	line-height:18px;
	color:#AF9866;
	overflow:hidden;
	letter-spacing:1px;

}
h1{
	font-weight:100;	
	font-size:20px;
	color:#732511;
	color:#A14A14;
 	font-variant: small-caps;

}
h2{
	font-weight:100;
	font-size:12px;
	padding-top:10px;
	color:#654E2F;
	color:#A14A14;
 	font-variant: small-caps;
}
a{
	color:#AF9866;
}
a:hover{
	text-decoration:none;
	color:#A14A14;
}
a.external{
	padding-right:13px;
	background:url(../images/external.png) right no-repeat;
}
p{
	padding-top:10px;
	padding-bottom:10px;
}
body{
	background:url(../images/background_brown.jpg) top left repeat-y #2D1606;
	height:100%;
}
#banner{
	float:left;
	background:url(../images/coffee2.jpg) top left no-repeat;
	width:350px;
	height:600px;
}
ul#navigation{
	font-family:times;
	position:absolute;
	bottom:0px;
	background:url(../images/background_red.jpg) top left repeat-y;
	height:105px;
	width:275px;
	left:0px;
	text-align:right;
	padding:30px;
	padding-top:15px
}
ul#navigation li{
	display:block;
	border-bottom:1px solid #824026;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
}
ul#navigation li#about{
	border-bottom:0px;
}
ul#navigation li a{
	font-size:14px;
	color:#A14A14;
	text-decoration:none;
}
ul#navigation li a:hover{
	color:#D37739;
}
#content{
	background:url(../images/jlstudio03.jpg) top right no-repeat;
	width:419px;
	position:absolute;
	left:351px;
	padding:15px;
	padding-top:80px;
}
ul.gallery{
	position:absolute;
	left:333px;
	bottom:0px;
	background:#79311B;
	display:block;
	height:130px;
	width:100%;
	overflow:hidden;
	padding-top:30px;
	padding-left:10px;
}
html>body ul.gallery{
	height:120px;
}
ul.gallery li{
	display:inline;
	padding-left:20px;
}
ul.gallery li a img{
	border:5px solid #4F220F;
	height:74px;
	width:74px;
}
ul.gallery li a:hover img{
	border:5px solid #2D1606;
}