/* General Page Layout */

html {
	scrollbar-face-color: #411f13; 
	scrollbar-arrow-color: #471f06; 
	scrollbar-highlight-color: #eaa38b; 
	scrollbar-shadow-color: #eaa38b; 
	scrollbar-3dlight-color: #eaa38b; 
}

body {
	background-color:#300c00;
	font-family: Arial;
	font-size: 11px;
	color: #e1cebd;
	margin:0;
	padding:0;
}

#page {
	width: 946px;
	height: auto;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER */
#header_global {
	width:946px;
	height:61px;
	background-color: #300c00;
	background-image: url('../img/logo_header.jpg');
	background-repeat: no-repeat;
}

#header_hp {
	width:946px;
	height:203px;
	background-color: #FFFFFF;
	background-image: url('../img/hp_header_img.jpg');
	background-repeat: no-repeat;
}

#header_buy {
	width:946px;
	height:203px;
	background-color: #FFFFFF;
	background-image: url('../img/buy-haitian-coffee_header_img.jpg');
	background-repeat: no-repeat;
}

#header_contact {
	width:946px;
	height:203px;
	background-color: #FFFFFF;
	background-image: url('../img/contact-tigeorges-haitian-coffee_header_img.jpg');
	background-repeat: no-repeat;
}

/* TABLES */
#td_headers
{ font-family:times new roman;
font-weight: normal;
font-size: 22px;
color: #bc4d29;
background-color: #300c00;
border: 0px;
border-spacing: 0px;
margin-top: 0px;}
}

#td_nav
{ font-family: arial;
font-weight: normal;
font-size: 16px;
background-color: #300c00;
border: 0px;
border-spacing: 0px;
margin-top: 0px;}
}

#td_text
{ font-family: arial;
font-weight: normal;
font-size: 16px;
color: #e1cebd;
background-color: #300c00;
border: 0px;
border-spacing: 0px;
margin-top: 0px;}
}

#td_texts
{ font-family: arial;
font-weight: normal;
font-size: 12px;
color: #e1cebd;
background-color: #300c00;
border: 0px;
border-spacing: 0px;
margin-top: 0px;}
}
/* LINKS */

#links a:link {
	text-decoration: none;
	color: #4456FD;
}
#links a:visited {
	text-decoration: none;
	color: #fca317;
}
#links a:active {
	text-decoration: none;
	color: #4456FD;
}
#links a:hover {
	text-decoration: none; 
	color: #FD0200;
}


/* FOOTER */
.footer_text {
	font-family:arial, georgia, tahoma, "arial narrow";
	font-size:10px;
	letter-spacing:1px;
	color: #494949;
}
