/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	background:white;
	color: #000000;
	font-family: "Copperplate Gothic Bold", Tahoma;
	font-size: .8em;
}
h1 {
	margin-top: 5px;
    padding-left: 5px;	
	font-size: 1.5em;
}

a {
	text-decoration: none;
	color: #000000;
}

#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:160px;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer{height:100%;margin-left:157px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:110px;
	background:#f5f7f7;
	border-bottom:3px solid #000033;
	overflow:hidden;
	color: #000000;
	background-image: url(../gfx/title_coffee.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	height: 400px;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:112px;/*needed to make room for header*/
	left:-1px/* line things up exactly*/
}
#menu {
	border: 3px solid #000033;
	margin: 5px;	
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	height: 390px;
	background-image: url(../gfx/menu_coffee.gif);
	background-position: bottom right;
	background-repeat: no-repeat;

}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	text-indent: 5px;
	clear:both;
	height:50px;
	color: #000033;
	text-align:right;
	font-size: .8em;
	position:relative;
}
p.content {
  padding-left: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:112px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
