
.container	{
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 960px;
	height: 131px;
	margin: 0px;
	padding: 0px;
}

#header-left	{
	float: left;
	width: 232px;
}

#header-right	{
	float: right;
	width: 728px;
	margin-top: 10px;
}

#nav	{
	clear:both;
	background: #000;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.85em;
}

#nav a {
  color: #FFFFFF;
  font-family:Verdana;
  font-weight:bold;
  text-decoration:none;
	font-size: 0.85em;
}

#content	{
	float: left;
	width: 620px;
	margin-bottom: 10px;
}

#right-sidebar	{
	width: 300px;
	padding: 10px;
	margin-left: 10px;
	float: right;
	background: #f3f2f9;
	margin-bottom: 10px;
}

#footer	{
	clear: both;
	background: #f3f2f9;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0px;
	color: #000000;
	font-size: .9em;
	font-weight:bold;
	
	
}

.home-actions a	{
		display: block;
		overflow: hidden;
		height: 0px;
		background-repeat: no-repeat;
		width: 190px;
		padding-top: 130px;
		float: left;
		margin-right: 25px;
}

.home-actions a.blog	{
	background-image: url(http://www.textweek.com/template/blog_home.gif);
}

.home-actions a.scripture-index	{
	background-image: url(http://www.textweek.com/template/scripture_index.gif);
}

.home-actions a.newsletter	{
	background-image: url(http://www.textweek.com/template/sign_up.gif);
	margin-right: 0px;
}

#home-banner .home-banner-text	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 620px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 1.6em;
}

#right-sidebar ul.purple-list,
#right-sidebar ul.purple-list li	 {
		margin: 0px;
		padding: 0px;
		list-style: none;
		list-style-type: none;
		list-style-image: none;
}
#right-sidebar ul.purple-list li a	{
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	background: #666699;
	color: #fff;
	border-bottom: 1px solid #F3F2F9;
	display: block;
  font-family:Verdana;
	font-size: 0.9em;
}
	
#right-sidebar ul.purple-list li.list-header	{
	font-size: 1.3em;
	color: #000;
	padding: 10px 0px;
}

#right-sidebar ul.purple-list li.blank	{
	height: 10px;
}

#right-sidebar .facebook a	{
		display: block;
		margin: 0px auto;
		overflow: hidden;
		height: 0px;
		background-repeat: no-repeat;
		width: 144px;
		padding-top: 44px;
		background-image: url(http://www.textweek.com/template/facebook.gif);
}

#right-sidebar .newsletter-subscribe	{
	color: #fff;
	background-color: #666699;
	padding: 10px;
	text-align: center;
}

.newsletter-subscribe h1 {
color: white;
}