

body {	background-color: rgb(48,48,48);
	background-image: url(images/polebunnylogo_sml_black.png);
	background-repeat:no-repeat;
	background-position:bottom right;

     }

h1 { color: purple; align: center;}

p { 	font-family:"Comic Sans MS",Arial;
	font-size:medium;
	color: rgb(192,192,192);
	text-align: justify;
  }



#content  {	position: relative;
		width: 779px;

          }

#navbar   {	position: absolute;
		top: 0;
		left: 0;
		background-color: rgb(192,192,192);
		width: 198px;
		height: 500px;
		border: solid rgb(85,0,85) 3px;
		
          }

#maintext {	margin-left:  198px;
		padding: 10px;

          }

a:link    {	text-decoration: none;
		color: rgb(192,192,192);
          }

a:hover   {	text-decoration: none;
		color: rgb(192,192,192);
          }
a:visited {	text-decoration: none;
		color: rgb(192,192,192);
	  }
a:active  {	text-decoration: none;
		color: rgb(192,192,192);
          }


#topimage  {	background-image: url(images/bannerlight_150A.png);
			background-repeat: no-repeat;
			background-position: center top;
			height: 170px;
			background-color: rgb(193,193,193);
			border-bottom: solid rgb(85,0,85) 10px;
                }

                

#navbar ul li  {	font-family:"Comic Sans MS",Arial;
			font-size:large;
			list-style: none;
			color: rgb(192,192,192);
			list-style-image: url(images/polebunnylogo_verysml_grey.png);
               }

#navbar ul li a {	text-decoration: none;
			color: rgb(85,0,85);
			line-height: 3em;
			display: block;
			
                }

list li  {	font-family:"Comic Sans MS",Arial;
		font-size:medium;
		color: rgb(192,192,192);
		padding-left: 35px;
       }

form   {	font-family:"Comic Sans MS",Arial;
		font-size:medium;
		color: rgb(192,192,192);
       }





























