/*
krazybobs.com supplemental file, default css
*/

/*
General Page Style
*/

body {
      background-image: url(./images/background.png);
      background-attachment: fixed;
      background-repeat: repeat;
      background-position: center center;
      color: #000000;
	   }

A:link {
        color: #FFFFFF;
		  }

A:active {
          color: #FF0000;
			 }

A:visited {
           color: #FFFFFF;
			  }

/*
Layout and Division Styles
*/
			  
div.pictures {
              width: 175px;
				  float: left;
				  align: left;
				  }

div.body {
          width: 815px;
			 position: absolute; left: 178px;
			 }

/*
Specific Styles
*/

p.title {
         font-size: x-large;
			text-align: center;
			text-decoration: underline;
			}
			
p.subtitle {
         font-size: large;
			text-align: center;
			}

div.map {
	      font-size: x-large;
		   text-align: center;
			}

div.spotbody {
	           }

p.spottitle {
             font-weight: bold;
				 text-decoration: underline;
				 text-align: center;
             }

/*
<-FEAR-W
120k.ca
*/