/* CSS Document */

body	{
	margin:0;
	background:#fff url(../images/bg2.gif) repeat-y left;
	font-size:14px;
	
}

p, div, td	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p, #content li	{
	margin:0 0 14px 0;
	font-size:13px;
	line-height:16px;
}
#content li	{
	margin:0 0 6px 0;
	line-height:12px;
	color:#333;
}

#wrapper	{
	float:left;
	margin:0;
	width:758px;
	background:#AECAE2;
}

#header	{
	width:100%;
}

#header, #headerLeft, #headerCenter, #headerRight	{
	height:129px;
}

#headerLeft	{
	float:left;
	width:224px;
	height:107px;
	padding-top:22px;
	background:url(../images/header_l.gif) no-repeat;
	text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#D3A351;
}
	#headerLeft span	{
		font-size:18px;
		display:block;
	}
#headerCenter	{
	float:left;
	width:394px;
	width:338px;
	height:97px;
	padding:32px 0 0 56px;
	background:url(../images/header_c.gif) no-repeat;
		font-size:36px;	
		color:#BCA277;
}
	#page-home #headerCenter	{
		background:url(../images/header_c_home.jpg) no-repeat;
		color:#FFFFFF;
	}
	#page-lessons #headerCenter	{
		background:url(../images/header_c_lessons.jpg) no-repeat;
		color:#FFFFFF;
	}
	#page-studies #headerCenter	{
		background:url(../images/header_c_studies.jpg) no-repeat;
		color:#FFFFFF;
	}
	#page-digests #headerCenter	{
		background:url(../images/header_c_digests.jpg) no-repeat;
		color:#FFFFFF;
	}
	#page-contact #headerCenter	{
		background:url(../images/header_c_contact.jpg) no-repeat;
		color:#FFFFFF;
	}
	
	#headerCenter, #headerCenter div, #headerCenter span	{
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	#headerCenter span	{
		font-size:30px;
	}
	#headerCenter div	{
		margin:-15px 0 0 40px;
		float:left;
		clear:both;
	}
#headerRight	{
	float:left;
	width:140px;
	background:url(../images/header_r.gif) no-repeat;
}
	#headerRight ul	{
		margin:29px 0 0 0;
		padding:0;
		text-align:center;
		list-style-type:none;
	}
	#headerRight li	{
		height:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#A28B64;
	}
	#headerRight a	{
		color:#A28B64;
		text-decoration:none;
	}
	#headerRight a:hover	{
		text-decoration:underline;
	}
	
#sideBarHome	{
	float:left;
	width:224px;
	height:504px;
	background:#AECAE2 url(../images/sideBar.gif) no-repeat;
}


#sideBar	{
	float:left;
	width:224px;
	height:504px;
	background:#AECAE2 url(../images/sideBar.gif) no-repeat;
}


#content	{
	float:left;
	width:518px;
	padding:8px;
	background:#fff url(../images/contentBG.gif) no-repeat top;
}

#footer	{
	width:764px;
	float:left;
	clear:both;
	padding:28px 0 6px 0;
	text-align:center;
	background:url(../images/footer.gif) no-repeat;
	font-size:12px;
	color:#5D6D7B;
}
#content p	{
	color:#333;
}

/*--- Headers
------------------------------------------------------------------*/

h1	{
	margin:0px 0 12px -5px;
	padding:0 0 6px 0;
	line-height:20px;
	text-indent:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#507798;
	background:url(../images/h1_bg.gif) no-repeat bottom;
}
h2	{
	margin:0px 0 6px -5px;
	padding:0 0 0px 0;
	line-height:16px;
	text-indent:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#BCA277;
}

h3	{
	margin:6px 0 6px -5px;
	padding:0 0 0px 0;
	line-height:16px;
	text-indent:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#BCA277;
}

/*--- Links
------------------------------------------------------------------*/

a:link, a:active, a:visited	{
	color:#28455D;
}
a:hover	{
	color:#507798;
}

/*--- Studies & Lessons
------------------------------------------------------------------*/

table	{
	width:100%;
	padding:0;
	margin:0;
}
table thead tr th	{
	text-align:left;
	font-size:12px;
	color:#28455D;
}
table tbody tr td	{
	height:36px;
	margin:0;
	padding:4px;
	font-size:12px;
}
	.row-odd	{
		background:#F5EDE0;
	}


/*--- Digests
------------------------------------------------------------------*/

table#digests td	{
	border-bottom:1px solid #EFE3D1;
}
table#digests td	{
	text-align:center;
}

table#digests td.img	{
	width:208px;
	text-align:left;
}
table#digests td.img img	{
	padding:1px;
	border:3px solid #DFC9A7;
}


/*--- Lessons
------------------------------------------------------------------*/

.cell-date	{
	font-size:10px;
	color:#666;
}
.cell-author	{
	font-size:10px;
}



p.info	{
	font-size:9px;
}

