body {
	margin: 0 auto;
	background-color: #E5E6E7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_img/ah-background-tiled.gif);
}
#container {
	margin: auto;
	position: absolute;	
	width: 891px;
	left: 50%;
	top: 50%;
	margin-left: -435px;
	margin-top: -315px;
	text-align: left;
	overflow: visible;
}
#container h1 {
	/* display: block; */
	width: 100px;
	height: 130px;
	text-indent: -9999px;
	background: transparent url(../_img/ah-logo.gif) no-repeat 0 0;
	position: relative;
	top: -60px;
	left: -50px;
}
#header {
	background-image: url(../_img/ah-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;

}
#content {
	background-image: url(../_img/ah-content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	overflow: auto;
}
#footer {
	background-image: url(../_img/ah-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 66px;
	clear: both;
}
#footer #nav ul {
	margin: 0px;
	padding: 15px 85px 0px 0px;
	text-align: right;
}
#footer #nav ul li { 
	list-style-type: none;
	display: inline;
	padding: 0px 20px;
	font-size: 12px;
}
#footer #nav a {
	color: #000000;
	text-decoration: none;
}
#footer #nav a:hover {
	text-decoration: underline;
}
#company-info {
	padding: 20px 0px 0px 30px;
	float: left;
}
#company-info h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 15px;
}
#company-info h2 a {
	color: #000000;
	text-decoration: none;
}
#company-info h2 a:hover {
	text-decoration: none;
}
#company-info p {
	padding: 1px 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}
#company-info a {
	color: #CC0000;
	text-decoration: none;
}
#company-info a:hover {
	text-decoration: underline;
}
#buttons {
	float: left;
	clear: left;
	margin: 150px 0 0 0;
	width: 200px;
}
#buttons ul {
	margin: 0;
	padding: 0;
}
#buttons ul li {
	margin: 0;
	padding: 5px 10px 5px 30px;
	list-style-type: none;
}
#buttons .calendar {
	background: transparent url(../_img/ah-btn-cal.gif) no-repeat 0 0;
	width: 167px;
	height: 50px;
	text-indent: -9999px;
	position: relative;
	display: block;
}
#buttons .application {
	background: transparent url(../_img/ah-btn-app.gif) no-repeat 0 0;
	width: 167px;
	height: 50px;
	text-indent: -9999px;
	position: relative;
	display: block;
}
#buttons .recipe {
	background: transparent url(../_img/ah-btn-rec.gif) no-repeat 0 0;
	width: 167px;
	height: 50px;
	text-indent: -9999px;
	position: relative;
	display: block;
}
#main {
	float: right;
	width: 549px;
	height: 488px;
	margin-right: 20px;
}
#bubble {
	height: 100%;
	font-size: 12px;
	overflow: hidden;
}
#bubble li {
	list-style-type: none;
	padding-top: 4px;
}
