.requesttitle {
    position: relative;
    background: #3388cc;
    color: #ffffff;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold; 
    margin: 0px;
    padding: 4px;   
    text-align: left;
}

.container {
    margin: 0px 0px 15px 0px;
    background: #3388cc;
    font-family: Verdana;
    font-size: 10pt;
    position: relative;
    text-align: left;
}

.container p {
    color: #ffffff;
    display: block;
    margin: 0px;
    padding: 6px;
}

label {
    font-weight: bold; 
}

#name_label,
#email_label,
#content_label {
    display: block;
}

.requesttitle .date {
    position: absolute;
    top: 4px;
    right: 4px;
}

.viewpraise {
    display: none;
}

.more {
    display: none;
    text-indent: none;
    padding: 0px;
    margin: 0px;
}


ol {

    list-style-image: url("/static/images/spacer.gif");

}

#pages {
    font-family: Verdana;
    font-size: 10pt;
    margin: 10px;
    text-align: center;
}

#recent {
    font-family: Verdana;
    font-size: 10pt;
    text-align: center;
    color: white;
}

body {
    background-image: url("/static/images/jesuschristslovebg.jpg");
    margin: 0px;
    background-repeat: repeat-y;
}

#content {
    width: 580px;
    margin-left: 230px;
    position: absolute;
}

#navigation {
    padding-left: 10px;
    float: left;
    width: 200px;
    font-size: 8pt;
}


#navigation a:link {

	text-decoration: none;

	color: white; 

	font-size: 0.9em; 

	font-family: Verdana;

}

#navigation a:active {

	text-decoration: none;

	color: white;

	font-size: 0.9em; 	 

	font-family: Verdana;

}

#navigation a:visited {

	text-decoration: none;

	color: white;

	font-size: 0.9em;  

	font-family: Verdana;

}

#navigation a:hover {

	text-decoration: underline;

	color: white;

	font-weight: bold;

	font-size: 0.9em; 

	font-family: Verdana;

}

#sidebar {
	margin: 14px 0px 0px 14px;
	width: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#toplink {
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 15px;
}

#toplink:link {
	text-decoration: none;
}

#toplink:hover {
	text-decoration: underline;
}

.section {
	margin: 15px 0px;
}

.section a {
	font-size: 8pt;
	color: #ffffff;
}

.section a:link {
	text-decoration: none;
}

.section a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.section h3 {
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
}

#image_links {
	text-align: center;
}

#header_image {
	text-align: center;
	margin: 15px 0px;
}

#stats {
	text-align: right;
	color: #0000ff;
	font-size: 8pt;
}

#more_friends {
    margin-left: -212px;
    width: 210px;
} 

 .linky {
    color: white;
    background-color: blue;
    text-decoration: none;
} 

.Sunday {

    background: #5588BB;
}


.Monday {

    background: #1188CC;
}


.Tuesday {

    background: #4444DD;
}


.Wednesday {

    background: #6699CC;
}


.Thursday {

    background: #3388CC;
}


.Friday {

    background: #3344DD;
}


.Saturday {

    background: #4499AA;
}
