.note{
	position:absolute;
	background-color: #FF9;
	border: 1px solid #EC2;
	margin:5px;
	padding:3px;
	font-size:7pt;
}

*{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html{
	background-color:#6F6F71;
	background: #6F6F71 url('img/bg-tile.gif') 50% 0% repeat-y;
}

body{
	width:789px;
	margin:0 auto;
	background-color:#FFF;
}

/**
 * Header
 */

#header{
	background: url('img/header.jpg');
	height: 129px;
}


/**
 * Navigation
 */

#nav{
	height:63px;
	background: url('img/nav.gif');
}

#nav ul{
	padding:0px;
	padding-top:9px;
}

#nav ul li{
	list-style-image:none;
	display:inline;
	padding-left: 15px;
}

#nav ul li a{
	color:white;
	font-size:14px;
	text-decoration:none;
}

a:hover{
	border-bottom:1px solid white;
}

/**
 * Content
 */

#content{
	background-color:#FFF;
	font-size:9pt;
	line-height:200%;
	border:0px solid black;
}

#ltContent{
	float:left;
	width:495px;
}

#rtContent{
	float:right;
	width:294px;
}

#navOverlayPlaceholder{
	/* Overlay image height - Overlay adjustment in pixels
	378 - 63 */
	height:315px;  
}

#navOverlay{
	position:absolute;
	
	/* Top set to height of header image */
	top:129px;
}

p{
margin:10px 10px;
}

/**
 * Footer
 */

#footer{
	height:35px;
	background:url('img/footer.gif');
	text-align:right;
	font-size:6pt;
	color:#FFF;
	padding:8px 10px 0px 0px;
}

#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
