
 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* START COLORS - BACKGROUND COLORS */

BODY		{
		scrollbar-base-color: rgb(51,0,0);
 		background-color: rgb(51,0,0);
		
		}
		
		/*navigation*/
		
		
#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: rgb(223,223,223);
color: black;
font-weight: bold;

}

#navcontainer #active { border-left: 1px solid #fff; }



 /* IMAGE SIZE */


.imagearea	{ height: 350px; }


#gallerycontainer a{
	color:rgb(51,0,0);
	background-image: url(images/jesuscafe.jpg);

}
#gallerycontainer a:hover{
	border color:white;
	border: 3px;
}

div.img img
  {
  display: inline;
  margin: 4px;
  border: 5px solid rgb(0,0,0);
  }
div.img a:hover img
  {
  border: 3px solid rgb(255,255,255);
  }

 /* BORDER COLORS */

.borderlines	{
		border-top: rgb(102,0,0) 2px solid; 
		border-bottom: rgb(102,0,0) 2px solid;
		padding: 3px;
		height: 20px;
		background-color: rgb(51,0,0);
		}


#footer {
  
}


 /* MAIN FONT COLOR */

TABLE 		{ COLOR: #C0C0C0; FONT: bold 11px arial, sans-serif; }

.title 		{ color: #FFFFFF; font: 16px arial, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }


 /* LINK COLORS */

a:link    { color: #FFFFFF; text-decoration: none; }
a:active	{ color: #FFFFFF; text-decoration: none; }
a:visited	{ color: #FFFFFF; text-decoration: none; }
a:hover		{ color: rgb(255,153,255); text-decoration: none; }



 /* BUTTON COLORS AND SPACING 

.enterbutton		{
			padding-top: 3px;
			padding-bottom: 3px;
			width: 160px;
			white-space: nowrap;
			display: block;
			border: #999999 1px solid;
			background-color: #333333;
			}

a.enterbutton:hover	{
			color: #CC9999;
			text-decoration: none;
			border: #CC9999 1px solid;
			}


*/


