/*
  CSS Style Sheet for Ottawa Mandarin Alliance Church Library
  Date: March 03, 2003 
  Modify History: fff5ee
*/

body
{
	margin: 0 0 0 0;
	background-color: #e7d8bb;
	font-family:  Arial, Verdana, Sans-Serif;

}

table.Outer
{
	width: 100%;
	padding: 4;
	border: 0;
}

table.Colour
{
	background-color: #e7e1c9;
	padding: 0 5 0 8;
/*	text-align: center;*/
}

.GuestBook1
{
	font-size: 16;
	font-style: italic;
}


div#Header{	background-color: #f8ebdd;}

div#Header table{	width: 100%;}

div#Header table td.title
{
	text-align:center;
/*	height: 60;*/
	width: 460;
	color: #993333;
	font-size: 40;
	font-weight: bold;
}

div#Header table td.black
{
	text-align:right;
	height: 20;
	background-color:Black;
	color: white;
	font-size: 13;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
}

div#Header table td.black a
{
	text-decoration: none;
	color: White;
}

div#Header table td.churchname
{
	background-color: #f8ebdd;
	text-align: right;
	height: 35;
	font-weight: bold;
	font-size: 15;
	font-family: Verdana, Arial;
}

div#HeaderDarkred 
{
	background-color: darkred;
	font-family: Verdana;
}

div#HeaderDarkred table td.churchtheme
{
	background-color: darkred;
	padding-top:2;
	padding-left:40;
	font-weight: bold;
	font-size: 14;
	color: White;
}

div#HeaderDarkred table td select
{
	background-color: darkred;
	color: White;
	font-weight: bold;
	font-size: 14;
}

#menu 
{ 
	float:left;
	height: 200%;
	margin: 0 0 0 0;
	padding: 30 0 0 30;
	width: 155px;
}

#contentForResources 
{ 
	margin: 0 0 0 20;
	padding: 5 20 5 20;
	background-color: #f8ebdd;
	border: 1;
}

#content 
{ 
	margin: 0 0 0 190;
	padding: 5 20 5 20;
	background-color: #f8ebdd;
	border: 1;
}

#contentBlock
{
	padding: 5 20 10 20;
/*	background-color: #ffd6c4;*/
	background-color: #e7e1c9;
}

#whatIsNew
{
	/*position: absolute;
	top: -1;
	right: 8;*/
	font: 15px verdana, sans-serif; 
	background: transparent url(images/paper-bg.jpg) top left ; 
	padding: 12px;
	width: 218px; 
	/*margin-top: 108px; */
}

#whatIsNew span 
{
	font-size:20;
	font-weight:bold;
	text-align:center;
}

#whatIsNew ul {
	margin: 0px;
	padding: 0px;
	}
#whatIsNew li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(images/cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}

#footer
{
	text-align: right;
	position:relative;
	background-color: #f8ebdd;
	margin: 0 0 0 190;
}
	
#footer a
{
	text-decoration: none;
	color:#808080
}

#footer a:hover
{
	text-decoration: underline;
	color:darkred;
}
	

