body
{
	margin: 0;
	background-color: 8080FF;
	font-family:"Times New Roman",Georgia,Serif;
}


#page_container
{
	margin: auto;
	padding: 0;
	background-color: FFFFFF;
	min-width: 1000px;
}


#nav_container
{
	min-width: 1000px;
	height: 76px;
	background-color: #DDAC88;
	border-bottom: 1px solid black;
}

#subnav_container
{
	min-width: 1000px;
	height: 76px;
	background-color: #ACDD88;
	border-bottom: 1px solid black;
}

#main_content_no_sub
{
	padding: 10px;
	min-height: 400px;
}

#main_content
{
	padding: 10px;
	min-height: 400px;
	min-width: 1000px;
}


#left_content
{
	width: 290px;
	padding: 5px;
}


#right_content
{
	padding: 5px;
}


#footer_container
{
	height: 30px;
	border-top: 2px solid black;
}

#bible_container
{
	height: 45px;
	border-bottom: 1px solid black;
	background-color: #DDAC88;
}

#verses_container
{
	padding: 5px;
}

#chat_send_container
{
	height: 26px;
	padding: 4px;
	border-bottom: 1px solid black;
	background-color: #DDAC88;
	vertical-align: middle;
}

#pagination_container
{
	height: 98px;
	border-bottom: 1px solid black;
	background-color: #DDAC88;
	text-align: center;
}

#requests_container
{
	padding: 5px;
}

.requestbox_body
{
/*	width: 750px;*/
	margin: 5px;
	min-height: 75px;
	text-align: justify;
}

.requestbox_info
{
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	background-color: #ACDD88;
}

.requestbox_form
{
/*	width: 750px;*/
	padding: 5px;
	text-align: justify;
}


#folders_container
{
	width: 214px;
	bottom:31px;
	position: absolute;
	top: 155px; /*352px;*/
	left: 0px;
	padding: 5px;
	overflow: auto;
	background-color: #DDAC88;
	border-right:1px solid black;
}
#folders_container a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#folders_container a.selected {
	background-color: #EF8050;
}

#folder_content{
	width: 765px;	/* -10 for padding allowance */
	height: 59px;
	position: absolute;
	top: 155px; /*352px;*/
	left: 225px;
	padding: 5px;
	background-color: #DDAC88;
	border-bottom:1px solid black;
	overflow: hidden;
}

.icons{
	float: right;
}

#folder_content span{
	font-size: 16pt;
	font-weight: bold;
}


#item_content
{
	width: 765px;	/* -10 for padding allowance */
	bottom:31px;
	position: absolute;
	top: 225px; /*422px;*/
	left: 225px;
	padding: 5px;
	overflow: auto;
	background-color: #ACDD88;
}



p	{
	text-align:justify;
}

.scripture	{
	color: #008800;
	font-style: italic;
}

p.scripture	{
	margin-left: 50px;
	margin-right: 50px;
}
