body { background-color: black;
       text-align: center;
       font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
			 font-size: 15;
			 color: white;
			 margin: 0px; }
			 
h1,h2,h3,h4 { font-family: Courier New, Courier, monospace;
              color: white; }

a:link { color: red;
         text-decoration: none; }

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

a:hover { color: red;
          text-decoration: underline; }

a:active { color: #FF5500;
           text-decoration: underline; }
					 
a:link.navbar { font-weight: bold; }

a:visited.navbar { font-weight: bold; }

a:hover.navbar { font-weight: bold; }

a:active.navbar { font-weight: bold; }

div.pic { text-align: left;
          float: left;
          clear: both;
					height: auto;
					width: 100%;
					margin: 10px 0px 10px 0px; }

div.pic img { margin-right: 10px; }
					
hr { color: red;
     background-color: red;
		 height: 2px;
		 border: 0;
		 width: 80% }

#title { width: 100%;
         height: 175px;
				 margin: 0px;
				 background: url(http://www.jellypufflemur.com/images/bckgrnd1.jpg) no-repeat scroll 0px 0px; }

#bigbox { float: left;
          clear: both;
					width: 800px; }
				 
#sidebar { width: 150px;
           height: auto;
           float: left; 
					 padding: 10px;
					 background: url(http://www.jellypufflemur.com/images/bckgrnd2.jpg) no-repeat scroll; }

#main { width: 600px;
				text-align: left;
				float: left;
				padding: 10px;
				clear: right; }

#footer { width: 750px;
          height: 200px;
					padding: 10px;
					float: left;
					clear: left; }
					
#footer p { font-size: 13; }
