* { margin: 0; padding: 0; }

body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	font: 15px/1.8 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	background: #F1F2ED url(/assets/images/bg.jpg) top left repeat-x;
}

/* layout */
#title {
	color: #000000;
	text-align: left;
    margin: 7px 9px 0; 
	width: 740px; 
	height: 120px;
	border-bottom: 0px dotted black;
/*background: #F1F2ED url(/assets/images/logo.gif) 200px -10px no-repeat;*/
	background: #F1F2ED url(/assets/images/newlogo.gif) 81px 5px no-repeat;
}
#content { 
	margin-left: 10px;
	background-color: #f1f2ed; 
}
#ft {
	padding: 0;
	margin: 0 auto;
	width: 760px;
}

#ft p {
	margin: 0;
	padding: 20px 0;
	font-size: smaller;
	text-align: center;
}

/* end layout */


/* navigation */
#menu { list-style: none; width: 203px; }

#menu li {
	background: #F1F2ED url(/assets/images/note_mid.jpg) left top repeat-y;
}
#menu li a { margin: 0; text-decoration: none; }
#menu li a img { border: none; }

.note_head {
	vertical-align: top;
	background: #F1F2ED url(/assets/images/note_head.jpg) left top repeat-y;
}
.note_bot {
	height: 64px;
	vertical-align: top;
	background: #F1F2ED url(/assets/images/note_bot.jpg) left top repeat-y;
}
/* end navigation */

/* content */
#content h2 { 
	margin-top: 10px;
    padding-right: 15px;	
	height: 64px;
	background: #F1F2ED url(/assets/images/head_bg.jpg) right top repeat-y;
	text-align: right;
}

#content p { 
	line-height: 1.8em;
	padding-bottom: 10px; 
}

#my-timeline {
	height: 300px;
	border: 1px solid #aaa;
}
.timeline-event-bubble-time { display: none; }

/* end content */





