body
{
	background-color:#000000;
	color:#ccc;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;

}

a:link 
{
	text-decoration: underline;
	color:#cfcfcf;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color:#cfcfcf;	
}

#logo
{
	position: absolute; 
	left: 100px;
	top: 70px;
	width: 92px;
	height: 170px;
	z-index:10;
}

#col
{
	position: absolute; 
	left: 300px;
	top: 0px;
	width: 500px;
	height: 70px;
	z-index:0;
	background-color: #2e1b0d;
}


#bgimage 
{
	position: relative; 
	left: -300px;
	bottom: 0px;
	width: 300px;
	height: 446px;
	margin; 0;
	padding; 0;
	background-image: url(images/latte2.jpg);
	z-index:0;
}

#wrapper 
{ 
	width: 500px; 
	background-color: #2e1b0d;
	margin-left: 300px;
	height: auto;
	z-index:100;
}

#slider 
{ 
	width: 459px; 
	margin-top: 70px;
	margin-left: 40px;
}

.header
{
	width: 439px;
	border: 0px;
	padding-bottom: 20px;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	/*background: url(images/header.gif);*/
}

/*.header:hover { background: url(images/header_over.gif); }*/
.content { overflow: hidden; }

.text
{
	width: 430px;
	border: 0px;
	padding: 0px;
	padding-bottom: 40px;	
}
