@charset "UTF-8";
/* CSS Document */

body {
	/*background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: absolute;
	background-color: #fff;	*/	
}

.container{
	width: 830px;
	height: inherit;
}

.a{
	border: 0px;
	color: #fff;
}

#logo{
	position:fixed;
	width: 830px;
	padding: 0px;
	z-index: 70;
	border: 0px;
	color: #fff;
}

#nav{
	position: fixed;
	margin: 80px 0px 0px 0px;
	z-index: 100;
}

#header{
	position: fixed;
	margin: 325px 0px 0px 0px;
	width: 20px;
	z-index: 90;
}

#description{
	position: fixed;
	margin: 325px 0px 0px 170px;
	width: 200px;
	z-index: 80;
}

#content{
	position: relative;
	margin: 20px 0px 0px 300px;
	width: 600px;
	z-index: 1;
}
	

/*TEXT*/
a.body{
	font: 12px "Andale Mono", "Courier New", Courier, monospace;
	text-decoration: none;
	color:#333;
}	

a.body:hover{
	text-decoration:underline;
}	

p.title{
	width: 150px;
	font: 15px "Baskerville", Garamond, Palatino, monospace;
	border-top: double #0F0;
	color: #333;
}

p.subtitle{
	font: 15px "Baskerville", Garamond, Palatino, monospace;
	border-top: double #0F0;
	width: 275px;
}

p.body{
	font: 13px/15px "Courier New", Courier, monospace;
	word-spacing: -1px;
	padding: none;
	opacity: .7;
	filter: alpha(opacity=70);
}

p.scripture{
	font: 25px/30px "Times New Roman", Garamond, serif;
	color: #0F0;
	z-index: 0;
}

p.footer{
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

/*PHOTOS*/
img.photo{
	border: 1px solid #333;
	margin: 3px 0px 3px 0px;
}

hr.green{
	color: #0F0;
	border-top:double;
}
