/* Timothylutheran.com (T41) - 12/7/06 */


/* LAYOUT STYLE */

body
{
	background-color: #250e08;
	background-image: url(pics/main.jpg);
	background-repeat: no-repeat; 

}

#wrap
{
	width: 800px;
	margin: 0;
}

#top
{
	height: 100px;
}


#leftnav
{
	float: left;
	width: 175px;
	background-color: #ffffff;
	opacity: .89;
	filter:alpha(opacity=89);
	margin-top: 0px;
	padding: 5px;
	border: 2px solid #a9a9a9;

}

#content
{
	background-color: #ffffff;
	margin-left: 215px;
	padding: 5px;
	border:2px solid #a9a9a9;
}

#footer
{
 	clear:both;
  	margin: 0;
	text-align: center;
	background-color: #000000;
}

/* J-SCRIPT MENU */

#dropmenudiv
{
	position:absolute;
	padding: 1px 2px;
	opacity: .89;
	filter:alpha(opacity=89);
	background-color: #ffffff;
	border:1px solid #a9a9a9;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	padding: 1px 0;
}

.leftnav li 
{
 	list-style:none;
 	margin:0px;
 	margin-left:-25px;
 	padding: 0px;
}


/* TEXT LAYOUT */
	
#textleft
{
	float: left;
	width: 275px;
}

#textright
{
	margin-left: 280px;
	Width: 275px;
}	
	
#subtext
{
	padding: 0 5px 5%;
}

#future
{
	padding: 0px;
	height:500px;
	background-image: url(pics/future.jpg);
	background-repeat: no-repeat; 
}


	/* IMAGES */

img.left
{
	float: left;
	margin: 5px;
	border: 0px;
}
	
img.right
{
	float: right;
	margin: 5px;
	border: 0px;	
}	
	
/*  TEXT FORMATTING */

#leftnav h3, p 
{
 	padding:0 10px;
}

P.title
{
	font-size: 14px;
	color: #000000;
	font-family: arial, serif;
	font-weight: bold;
}	
	
P
{
	font-size: 12px;
	color: #000000;
	font-family: arial, serif;
	font-weight: normal;
}	
blockquote {
	text-indent: -0.8em;
	font-size: 12px;
}

P.footer
{
	font-size: 11px;
	color: #ffffff;
	font-family: arial, serif;
	font-weight: bold;
}
	
p.sub
{
	font-size: 14px; 
	color: #000000; 
	font-family: arial, serif; 
	font-weight: bold;
}

p.top
{
	font-size: 14px; 
	color: #ffffff; 
	font-family: arial, serif; 
	font-weight: bold;
	padding: 2px;
}
	
ul, ol
{
	font-size: 13px;
	list-style:none;
	color: #000000;
	font-family: arial, serif;
	font-weight: normal;
}	

/* HLINK STYLES */
	
a.content:link {font-size: 13px; color: #0d38b3; font-family: arial, serif; text-decoration: none; font-weight: bold;}
a.content:visited {font-size: 13px; color: #0d38b3; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a.content:active {font-size: 13px; color: #8ba7f7; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a.content:hover {font-size: 13px; color: #8ba7f7; font-family: arial, serif; text-decoration: none; font-weight: bold;}

a.side:link {font-size: 13px; color: #000000; font-family: arial, serif; text-decoration: none; font-weight: bold;}
a.side:visited {font-size: 13px; color: #000000; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a.side:active {font-size: 13px; color: #0008ff; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a.side:hover {font-size: 13px; color: #0008ff; font-family: arial, serif; text-decoration: none; font-weight: bold;}
	
a:link {font-size: 13px; color: #071019; font-family: arial, serif; text-decoration: none;}
a:visited {font-size: 13px; color: #071019; font-family: arial, serif; text-decoration: none;} 
a:active {font-size: 13px; color: #071019; font-family: arial, serif; text-decoration: none;} 
a:hover {font-size: 13px; color: #071019; font-family: arial, serif; text-decoration: none;}	
	
a.footer:link {font-size: 11px; color: #fbfbf1; font-family: arial, serif; text-decoration: none; font-weight: bold;}
a.footer:visited {font-size: 11px; color: #fbfbf1; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a.footer:active {font-size: 11px; color: #03ddff; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a.footer:hover {font-size: 11px; color: #03ddff; font-family: arial, serif; text-decoration: none; font-weight: bold;}	