body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 122%;
	margin: 0px;
	border: 0px;
	background-color: #2B2B2B;	
}

/**  links  **/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.links-contact {
	color: #FFFFFF;
	text-decoration: none;
}
a.links-contact:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.links-section {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.links-diary {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.links-diary:hover {
	color: #F2E34C;
	text-decoration: underline;
}

/**  layout  **/

td {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 122%;
}
td.top {
	vertical-align: top;
	background-color: #000000;
	background-image: url(../images/layout/left_page_fade.gif);
	background-repeat: repeat-y;
}
td.bottom {
	vertical-align: bottom;
	background-color: #000000;
	background-image: url(../images/layout/left_page_fade.gif);
	background-repeat: repeat-y;
}
td.right {
	text-align: right;
}
td.SideLeftColumn {
	width: 8px;
	vertical-align: top;
	background-image: url(../images/layout/side_left.gif);
	background-repeat: repeat-y;
}
td.SideRightColumn {
	width: 8px;
	vertical-align: top;
	background-image: url(../images/layout/side_right.gif);
	background-repeat: repeat-y;
}
td.NavigationColumn {
	vertical-align: top;
}
td.MainCopy {
	padding: 20px;
}

td.center {
	text-align: center;
}

/**  section  **/

#DiaryCell {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	border-bottom: 1px solid #4D4D4D;
}
#DiaryCell a:link, #DiaryCell a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 7px;
	color: #FFFFFF;
}
#DiaryCell a:active, #DiaryCell a:hover {
	text-decoration: none;
	display: block;
	background-color: #787878;
	padding: 5px 0 5px 7px;
	color: #000000;
}


/**  main image  **/

td.MainImage {
	vertical-align: top;
}

/**  footer  **/

td.FooterSpacer {
	width: 406px;
}
td.FooterContact {
	font-size: 0.75em;
	padding: 0 0 0 5px;
}
td.FooterCredits {
	text-align: center;
	padding: 7px 0 7px 0;
}

/** div  **/

div.imageLeft {
	width: 406px;
	float: left;
	clear: right;
}

div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}