BODY { 
    background-image: url();
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #eee;
	color: #666;
	font-size: 11px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	text-align: center;
	line-height: 150%;
}


/* STYLES FOR THE STRUCTURE OF THE SITE */
#container
{
	width: 80%;
	margin: 10px auto;
	background-color: #fff;
	color: #666;
	border: 1px solid gray;
	text-align: left;
	line-height: 130%;
}

#header
{
    background-image: url(../images/header/tulobk.jpg);
	background-repeat: no-repeat;
	padding: 0;
	background-color: #ccc;
	border-bottom: 1px dotted #999;
	color: #999;
	height: 100px;
}


#rightnav
{
	background-color: #f7f7f7;
	float: right;
	width: 180px;
	margin: 0;
	padding: 1em;
	padding-right: 0;
	border-left: 1px solid #ccc;
	background-image: url(../images/rightbar/waterbg.jpg); 
	background-repeat: repeat-y;
}

#content
{
	margin-right: 200px;
	padding: 1em;
}

#footer
{
	clear: both;
	margin: 0;
	padding-bottom: .1em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid #999;
}



/* STYLES FOR ELEMENTS IN THE HEADER */

#header h1
{
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 30px;
	font-family: Palatino Linotype, Ariel, serif;
}

#header_pic
{
	background-image: url(../images/header/water.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
	float: right;
	width: 110px;
	padding: 0;
}


/*NAVIGATION ELEMENTS*/

#navcontainer {
	position: relative; 
	margin-left: 15px; 
	bottom: 0;
	top: 80px;
	color: #999;
	font-size: 11px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
}

#navlist
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist li
{
	display: inline;
	padding: 0;
	margin-right: 0;
	color: #999;
	font-size: 11px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
}

#navlist li a 
{
	text-decoration: none;
	border: 0;
	padding: 5px;
}

#navlist li a:link 
{
	color: #999;
}

#navlist li a:visited 
{
	color: #999;
}

#navlist li a:active 
{
	color: #999;
}

#navlist li a:hover 
{
	color: #963;
}
	
#navlist li:before { content: ". "; color: #999; padding-right: 5px;}
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 5px 0 5px;
margin: 0 0.4em 0 -0.4em;
color: #999;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }





/* STYLES FOR ELEMENTS IN THE CONTENT DIV */

#content h2 { margin: 0 0 .5em 0; }

#one, #two, #three
{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
	line-height: 150%;
}

.title
{
	border: 1px solid #999;
	height: 29px;
	padding: 1px;
	margin-right: -0.5em;
}

#rant_title_norm
{
	background-image: url(../images/content/rant.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 29px;
	float: left;
	width: 174px;
	padding: 0;
}

#rant_title_rev
{
	background-image: url(../images/content/rant_rev.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 29px;
	float: right;
	width: 174px;
	padding: 0;
}

#photo_title_norm
{
	background-image: url(../images/content/photo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 29px;
	float: left;
	width: 174px;
	padding: 0;
}

#photo_title_rev
{
	background-image: url(../images/content/photo_rev.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 29px;
	float: right;
	width: 174px;
	padding: 0;
}

.content_img
{
	border: 0px solid #69c;
	margin: 0;
}

.photos
{
	text-align:center;
}

/* STYLES FOR ELEMENTS IN THE RIGHTNAV */

#rightnav p 
{ 
	margin: 0 0 0 0;
	font-size: 11px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	line-height: 150%; 	
}

#rightnav h2 
{ 	
	font-size: 16px;
	font-family: Palatino Linotype, Ariel, serif;
}

#about, #verse, #book, #links
{
	background: transparent url(../images/rightbar/fff.gif);
	border: 1px solid #ccc;
	margin: 1em;
	margin-left: 0;
	margin-right: 1em;
	text-align: left;
	padding: .5em;
}

.right_img
{
	border: 2px solid #69c;
	float: right;
	clear: both;
	margin: 0;
}

.right_header
{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}
	
#book_info
{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #069;
}

#links ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
	

/* STYLES FOR ELEMENTS IN THE FOOTER */
#footer a:link img { border: none; }
#footer a:visited img { border: none; }


#footer p
{
padding: 0;
text-align: center;
}
/* STYLES FOR LINKS */
a 
{
	text-decoration: none;
	border: 0px;
}

a:link 
{
	color: #c96;
}

a:visited 
{
	color: #c96;
}

a:active 
{
	color: #c96;
}

a:hover 
{
	color: #963;
}

a img 
{
	border: 1px;
	border-style: dotted;
	border-color: #c96;
}