* 
{
	margin: 0; 
	padding: 0; 
}

body 
{
	background: white; 
	color: black;    
	font-family: verdana, arial, sans-serif;
	text-align: center; /* For centering in ie5.x */
}

p
{
	margin-bottom: 10px; 
}

a:link, a:visited
{
	color: #3D696A;
	text-decoration: underline;
}

a:hover
{
	color: #9D0000;
	text-decoration: none;
}

hr
{
	border: 0;
	border-top: solid 1px #9D0000;
	height: 1px;
	margin-bottom: 10px;
}

#frame
{
	width:750px;
	border:1px solid #5D0000;
	text-align:left; 
	margin-left:auto; 
	margin-right: auto; 
}
 
#header
{
	height:142px;
	background: url(../images/top-banner.jpg) #fff no-repeat left top;
}

/* main navigation */
#left 
{
	float:left;
	width: 119px;
	height: 325px;
	background:  url(../images/nav-bg.jpg) repeat-x center;
	margin-right: 10px; 
}

#left ul
{
	list-style: none;
}

#left li
{
	width: 119px;
	border-top: 1px solid #fff;
	font-size: 80%;
}

#left a:link, #left a:visited
{
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
}

#left a:hover
{
	background-color: #ffe;
	color: #9D0000;
	font-weight: bold;
}

/* main content */
#centrecontent 
{
	margin-left: 130px; 
	margin-right: 230px;
}

#centrecontent  h1
{
	font-size: 170%;
	color: #610000;
	margin-bottom: 20px; 
}

#centrecontent  h2
{
	font-size: 110%;
	color: #610000;
	margin-bottom: 15px;
}

#centrecontent  h5
{
	font-size: 90%;
	color: #720000;
}

#centrecontent p
{
	font-family: arial, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#right
{
	float:right;
	width: 200px;
	height: auto;
	margin-top: 0;
	margin-right: 2px;
	padding: 0 2px 2px 3px;
	border: dotted 2px #9d0000;
}

#right a
{
	color: #9D0000;
}

#right a:hover
{
	color: #558686;
	text-decoration: none;
}

#right p
{
	text-align: center;
	font-size: 70%;
	color: #000;
	line-height: 1.2em;
	padding: 2px 0 3px 0;
}

#right img
{
	margin-top: 0;
}

#right h1 
{
	padding-left:3px;
	padding-right:5px;
	padding-top: 2px;
	text-align: center;
	font-size: 90%;
	color: #9D0000;
	font-family: verdana, arial, sans-serif;
}

#diary
{
	float:right;
	width:200px;
	margin-top: -150px;
	margin-bottom: 20px;
	margin-right: 2px;
	padding: 0 2px 0 8px;
	height: auto;
	border: dotted 1px #9d0000;
	background: url(../images/road.gif) #ffe no-repeat left top;
}

#diary p
{
	font-size: 75%;
	text-align: center;
	padding-top: 5px;
}

#dropcap
{
	color: #720000;
	font-size: 130%;
	float:left;
	padding: 0;
}


/* footer style */
#footer 
{	
	margin-top: 10px;
	clear:both;
	height:50px;
	font: normal .7em Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	background:  url(../images/footer-fade.gif) repeat-x center;
}

#footer p
{
	line-height: 0.8em;
}

#footer a:link, #footer a:visited
{
	color:#666;
	text-decoration: underline;
}

#footer a:hover
{
	color: #9D0000;
	text-decoration: none;
}


#jsdate {
	font-size: .8em;
}



