


/* ------------- ( Reset ) ------------------------------- */
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}




/* ------------- ( General ) ------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: url(../images/bg.jpg) no-repeat;
}
.clear { clear: both; }
h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #40510D;
	margin-bottom: 10px;
}
h2 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #40510D;
	margin-bottom: 5px;
}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #40510D;
	margin-bottom: 5px;
}




/* ------------- ( General ) ------------------------------- */
#header {
	margin-bottom: 100px;
	float: left;
	width: 760px;
}
#header h1 a {
	background: url(../images/logo.jpg) no-repeat;
	width: 380px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	margin: 40px 0px 0px 0px;
}



/* ------------- ( Content ) ------------------------------- */
#content { 
 	margin: 0px 20px 20px 0px;
 	width: 360px;
 	float: left;
}
#content p {
	line-height: 20px;
	margin-bottom: 12px;
	text-align: justify;
}



/* ------------- ( Headings ) ------------------------------- */
h1#history {
	background: url(../images/headings/the-history-of-coffee.jpg) no-repeat;
	width: 309px; height: 29px;
	text-indent: -9999px;
}
h1#brandstoday {
	background: url(../images/headings/coffee-brands-today.jpg) no-repeat;
	width: 309px; height: 29px;
	text-indent: -9999px;
}
h1#howgood {
	background: url(../images/headings/coffee-how-good-is-it.jpg) no-repeat;
	width: 309px; height: 29px;
	text-indent: -9999px;
}
h1#kindsofcoffee {
	background: url(../images/headings/different-kinds-of-coffee.jpg) no-repeat;
	width: 353px; height: 29px;
	text-indent: -9999px;
}
h1#wayscoffeeismade {
	background: url(../images/headings/different-ways-coffee-is-made.jpg) no-repeat;
	width: 353px; height: 59px;
	text-indent: -9999px;
}
h1#waysdrinkingcoffee {
	background: url(../images/headings/different-ways-of-drinking-coffee.jpg) no-repeat;
	width: 359px; height: 59px;
	text-indent: -9999px;
}
h1#coffeepopular {
	background: url(../images/headings/how-coffee-became-popular.jpg) no-repeat;
	width: 359px; height: 59px;
	text-indent: -9999px;
}
h1#morecoffee {
	background: url(../images/headings/more-than-a-cup-of-coffee.jpg) no-repeat;
	width: 359px; height: 29px;
	text-indent: -9999px;
}
h1#coffeeculture {
	background: url(../images/headings/the-coffee-shop-culture-today.jpg) no-repeat;
	width: 359px; height: 59px;
	text-indent: -9999px;
}
h1#begincoffee {
	background: url(../images/headings/the-beginning-of-coffee-house-culture.jpg) no-repeat;
	width: 359px; height: 59px;
	text-indent: -9999px;
}
h2#articles {
	background: url(../images/headings/coffee-articles.jpg) no-repeat;
	width: 141px; height: 18px;
	text-indent: -9999px;
}



/* ------------- ( Ads ) ------------------------------- */
#ads { 
 	float: left;
 	border: 1px solid #E3CE95;
 	background: #F7F0DF;
 	margin: 0px 20px 20px 0px;
	padding: 12px 0px 0px 0px;
 	width: 180px;
 	display: inline;
	text-align: center;
}



/* ------------- ( Sidebar ) ------------------------------- */
#sidebar { 
 	margin: 0px 0px 5px 0px;
 	width: 177px;
 	float: left;
}
#sidebar ul#articles li {
	display: inline; /*ie6 haslayout */
	line-height: 17px;
}
#sidebar ul#articles li a {
	display: block;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0px 5px 19px;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	background: url(../images/iconpage.jpg) 0 8px  no-repeat;
}
#sidebar ul#articles li a:hover {
	background: url(../images/iconpage.jpg) #FBF7EE 0 8px  no-repeat;
}




/* ------------- ( Footer ) ------------------------------- */
#footer {
	float: left;
	border-top: 1px solid #E3CE95;
	margin:-20px 0px 0px 0px;
	width: 760px;
	padding:  10px 0px 20px 0px;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
	color: #533630;
	padding: 3px;
}
#footer a:hover {
	background: #533630;
	color: #fff;
}













