body {
	font-family: arial;
	font-size: 12px;
	color: #222;
	margin: 0px;
	background: #fff;
}
a img {
	border: none;
}
ul {
	margin: 0;
}
i {
	color: #777777;
}

a:link, a:visited {
	color: #563418;
	text-decoration: none;
}
a:hover {
	color: #38220b;
	text-decoration: underline;
}
.highlight {
	color: #3366CC;
	font-weight: bold;
}
.border {
	border-top: dotted 1px #ddd;
	border-right: dotted 1px #ddd;
	border-bottom: dotted 1px #ddd;
	border-left: dotted 1px #ddd;
	margin-top: 10px;
}
h1 {
	font-size: 24px;
	color: #222;
	margin: 7px 0 10px 0;
	padding: 0;
	font-weight: bold;
	overflow: visible;
	letter-spacing: -0.4px;
}
h2 {
	font-size: 14px;
	color: #222222;
	margin: 0;
	padding: 0 0 0 0;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #777777;
	margin: 0 0 6px 0;
	padding: 6px 10px;
	font-weight: bold;
	background: #efefef;
}
hr {
	height: 0px;
	border: 0px;
	margin: 5px 0;
	border-top: dotted 1px #e1e1e1;
	overflow: hidden;
	clear: both;
}
/* HEADER */

#header {
	padding: 10px 0 10px 0;
	position: center;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	overflow: hidden;
	line-height: 17px;
}
#content-right {
	float: right;
	width: 500px;
	padding: 0 5px;
	text-align: justify;
}
#content-left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0px;
	background: #efefef;
}
#content-left-bottom {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0px;
}
#content-left h3 {
	margin: 0;
	background-image: url(nav_bg.gif);
}
#content-left-bottom h3 {
	margin: 0;
	background-image: url(nav_bg.gif);
}
#content p {
	padding: 0 0 15px 0;
}
#content .feature-list {
	margin: 10px;
	padding: 0;
	list-style: none; /* removes the original bullets */
	text-align: justify;
}
#content .feature-list li {
	padding: 1px 0 4px 20px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
/* Sub navigation */

.subnav {
	padding: 2px; /* space around the border lines */
	background: #fff;
	border: 0px solid #e1e1e1; /* use 1px to see the border line */
}
.subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.subnav h3 a:link, .subnav h3 a:hover, .subnav h3 a:visited {
	color: #FFFFFF;
}
.subnav li {
	padding: 3px 10px 3px 22px;
	border-top: 0px dotted #e1e1e1; /* use 1px to see the nav border line */
	background-image: url(coffee_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
.subnav a:link, .subnav a:visited {
	color: #38220b;
	text-decoration: none;
}
.subnav a:hover {
	text-decoration: underline;
	color: #38220b;
}

/* FOOTER */

#footer {
	font-family: verdana;
	font-size: 10px;
}
