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




/*
----- The Design -----
This site is designed James Dziezynski, © 1999-2007 Mountainous Words writing. Based on tips from www.cssZenGarden.com.  

----- The Photograph -----
Taken from the summit of Mount Linicoln, Colorado (October 2005) with Mount Bross in the background. 

*/

   
/* ----- BASIC and DIVS ----- */
html {
	margin: 0;
	padding: 0;
	}

body {	
 
    background-image:url('http://www.mountainouswords.com/images/BackgroundFadeout.jpg');
    background-repeat: repeat-x;
    margin: 0;
	padding: 0;
	height: 100%;
	font: normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	margin-left: auto;
    margin-right: auto;
	width:950px;
	height: 1200px;
	background: url(../images/Index/INDEX_container_bg.jpg) top left no-repeat;
	border-left:thin;
	border-left-color: #0033FF;
	border-left-style: solid;
	border-right: thin;
	border-right-color: #0033FF;
	border-right-style: solid;
		}

#toplinks {
	position: relative;
	width:900px;
	height:22px;
	left:27px;
	top: 83px;
	background: url(../images/Index/INDEX_topnav_bg.png) top left no-repeat;
	}
#toplinks_box {
    position: relative;
	width:900px;
	height:22px;
	top:2px;
	}

	
a:link   {
	color: #FFFF06;
	text-decoration:underline;
	}

a:visited  {
    color:#FFFF06;
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
ul#nav {
list-style-type: none;
font-family:Georgia, "Times New Roman", Times, serif;
margin: 0px;
padding: 0px;
text-align: center;
  }

ul#nav li {
display: inline;
color: #00FF00; }

    

ul#nav li a {
   padding: 5px 25px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:700;
   margin: 0px 2px;
   text-decoration:none;
   color: #FFFFFF;
   }
  

ul#nav li a:visited {
   color: #C4E1FF;
   text-decoration: none;
   }
   
ul#nav li a:hover {
   text-decoration: underline;
   color: #FFFF00;
     }

ul#nav li a:active {
   color: #C4E1FF;
   }
   
#bookbox  {
	position: relative;
	width: 200px;
	height: 300px;
	top: 100px;
	left: 725px;
	background-image:url(../images/fadeout_bookbox.jpg);
	background-repeat:repeat-x;
	border:thin solid #000099;
   }

#contentbox {
	position: relative;
	width: 675px;
	height: 450px;
	top:-200px;
	left:30px;
	}
	
#contentbox a:link   {
	color: #1182E2;
	text-decoration:underline;
	}

#contentbox a:visited  {
    color: #990066;
	text-decoration:none;
	}

#contentbox a:hover {
	text-decoration: underline;
	color: #0066FF;
	}
    
	
h1 {
	font-family: Arial;
	font-weight:normal;
	font-size: 22px;
	color: #1182d7;
	padding-top:0 px;
	padding-bottom:0 px;
	margin-bottom:0 px;
}

h2 {
	font-family: Arial;
	font-weight:normal;
	font-size: 18px;
	color: #1182d7;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

h3 {
   font-family: Arial;
	font-weight:bold;
	font-size: 16px;
	color: #000099;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	padding-left: 2px;
}

h4 {
   padding-left: 2px;
   font-size:10px;
   }
   
#bookbox a:link {
color:#FFFF64;
text-decoration:underline;
}

#footer {
position: relative;
width: 925px;
height: 35px;
background-color: #000066;
left: 10px;
top: 380px;
text-align:center;
}

#footer a:link {
color: #FFFF00;
text-decoration:none;
}

#footer a:visited {
color: #FFFF00;
text-decoration:none;
}

#footer a:hover {
color:#00FF66;
text-decoration:underline;
}

p {
	margin: 0;	
	padding: 0px 0px 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	}

p2 {
	margin: 0;	
	padding: 0px 0px 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
p3 {
    margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
	
	
	

	


	
/* h3 text-replacing images (text hidden above) */
	

	

	
#truefooter	 {
	position: absolute;
	left:50%;
	margin-left:-450px;
	width: 896px;
	top: 1061px;
	text-align: center;
	padding: 2px 2px 2px 2px;
	background-color: #CCCCCC;
	border: double #000000;
	height: 58px;
	}



	


	
