body {
	background:#3F3008;
	margin: 0 auto 0 auto;
	margin-top:15px;
	margin-bottom:15px;
	font-family:times new roman; /* Default font type for all normal text */
}

/* ------ Div ID's ------- */


#wrapper {
	width:775px;
	margin:0 auto;
	border: 1px solid black;
}

#header {
	margin-bottom:1px;
	background: url('images/header2.jpg');
	width:773px;
	height:169px;
	border: 1px solid black;
}

*HTML #header {
	width:777px;
	}
	
#container {
	margin-top:-44px;
	width:775px;
}

#navigation {
	margin-top:118px;
	margin-left:130px;
	font-size:25px;
	font-family:times new roman; /* Font type for "Home, About Us, Products etc. */
}

#navigation a:link {
	color:#000000;
	font-weight:400;
	text-decoration:none;
}

#navigation a:hover {
	color:#000000;
	font-weight:400;
	text-decoration:none;
}

#navigation a:visited {
	color:#000000;
	font-weight:400;
	text-decoration:none;
}

#subnav {
	text-align:center;
	margin-left:-100px;
}

#subnav-1 {
	text-align:right;
	margin-right:173px;
}

#subnav a:visited {
	font-weight:bold;
	text-decoration:none;
}

#subnav a:active {
	font-weight:bold;
	text-decoration:none;
}

#subnav a:hover {
	font-weight:bold;
	text-decoration:none;
}

#subnav a:link {
	font-weight:bold;
	text-decoration:none;
}		

#subnav-1 a:visited {
	font-weight:bold;
	text-decoration:none;
}

#subnav-1 a:active {
	font-weight:bold;
	text-decoration:none;
}

#subnav-1 a:hover {
	font-weight:bold;
	text-decoration:none;
}

#subnav-1 a:link {
	font-weight:bold;
	text-decoration:none;
}		


#content-wrapper {
	background:#A38758;
	width:775px;
}


*HTML #content-wrapper {
	width:779px;
	margin-top:44px;
}

#content {
	background:#A38758;
	width:725px;
	margin-top:83px;
	margin-left:15px;
	margin-right:20px;
	padding-top:2px;
}

*HTML #content {
	margin-top:0px;
}

#content-1 {
	text-align:center;
}
	
#footer {
	background:#A38758;
	text-align:center;
	width:775px;
	padding-top:10px;
	padding-bottom:4px;
	font-family:Centaur; /* Font type for the footer */
	font-size:12px;
}

*HTML #footer {
	width:779px;
	}
	
#content .pic {
	background:#A38758;
	float:left;
	padding: 0px 10px 5px 5px;
}

*HTML #content .pic {
	padding:0px 10px 0px 5px;
	}

#pic-home-1 {
	background:#A38758;
	margin-left:350px;
	vertical-align:bottom;
	padding: 5px 5px 5px 5px;
}

#pic-coffee {
	float:right;
	padding: 5px 5px 5px 10px;
}

#pic-coffee-1 {
	float:left;
	padding: 5px 5px 5px 0px;
}

#title {
	float:right;
	background:#A38758;
	text-align:right;
	width:765px;
	height:30px;
	padding:5px 5px 5px 5px;
}

*HTML #title {
	width:769px;
}

#footer a:visited {
	text-decoration:underline;
	font-weight:bold;
	color: #3A2416;
}

#footer-coffee a:visited {
	text-decoration:underline;
	font-weight:bold;
	color: #3A2416;
}


/* ------------------------ Style ID's ----------------------------- */


.titles {
	text-align:right;
	font-family:papyrus; /* Font type for the titles of all pages */
	font-weight:bold;
	font-size:22px;
}

*HTML .titles {
	margin-bottom:-1px;
}
	
.titlesabout {
	text-align:right;
	font-family:papyrus; /* Font type used for all subtitles in each page */
	font-weight:bold;
	font-size:17px;
	margin-bottom:20px;

}

.titlesroast {
	text-align:center;
	font-family:papyrus; /* Font type used for all subtitles in each page */
	font-weight:bold;
	font-size:17px;
	margin-bottom:20px;
}

.sub-title {
	font-family:Tempus Sans ITC; /* Font type used for the mini nav under the main nav */
	font-size:17px;
}

.text {
	font-size:16px;
	line-height:18px;
	text-align:justify;
}

.start-text {
	font-size:17px;
	font-family:Papyrus;
}

ul {
	margin-top:-5px;
	margin-left:-5px;
}
	
*HTML ul {
	margin-left:37px;
}

/* ------------ Default Link styles ------------------*/

A:link {
	text-decoration:underline;
	font-weight:bold;
	color: #000000;
}

A:active {
	text-decoration:underline;
	font-weight:bold;
	color: #3A2416;
}

A:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#613D25;
}

A:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#895535;
}

