body{
	background-image:url(textures/blue_dot2.jpg);
	}
	
#all{
  width: 800px;
  margin: 20px auto;
  border: 4px ridge white;
  background-image:url(textures/wrapper2.jpg);
    
}

#cal{
	text-align:center;
	padding: 2px;
	}
	
#head{
	padding: 25px;
	height: 150px;
	text-align: right;
	background-image:url(textures/wildcatlogo6.jpg);
	color: white;
	
	}
	
#head h1{
	margin-top: -.5em;
	font-size: 2.3em;
	}
#head h3{
margin-top: -1em;
}


#left{
	float: left;
	width: 20%;
	background-color: #cc0000;
	background-image:url(textures/dusty_book2.jpg);
	border-top: 3px ridge white;
	padding: 1%;
	margin-top: -17px;
	}

#menu {
	margin-top:-1em;
	}

#menu a:link{
    text-decoration:none;
    display: block;
    border: 3px ridge white;
    color:blue;
    }

#menu a:visited {
    text-decoration:none;
    display: block;
    border: 3px ridge white;
    color:purple;
    }

#menu li{
    list-style-type: none;
    width: 175px;
    text-align: center;
    margin-left:-3em;
}
#menu a:hover, a:active{
    background-color: white;
    border: 3px groove white;
}	
	
	

#center{
	float: left;
	width: 77.5%;	
	border-top: 3px ridge white;
	border-left: 2px ridge white;
	border-bottom: 3px ridge white;
	background-color:#fff;
	margin-top: -18px;
	min-height: 500px;
	text-align: center;		
	}

#center p{
	text-indent: 1.5em;
	margin: 1em;
}

#center a:link{
	color: blue;
}

#center a:hover, a:active{
	color: gold;
}

#center a:visited{
	color: purple;
}
#hozmenu{
  text-align:center;
  margin-top:-1em;
}


#hozmenu ul {
  margin-left: -2.5em;
}

#hozmenu li {
	background-image:url(textures/dusty_book2.jpg);
  list-style-type:none;
  float:left;
  width: 206px;
  text-align:center;
}

#hozmenu a:link{
    text-decoration:none;
    display: block;
    border: 3px ridge white;
    color:blue;
    }

#hozmenu a:visited {
    text-decoration:none;
    display: block;
    border: 3px ridge white;
    color: purple;
    }

#hozmenu a:hover, a:active{
    background-color: white;
    border: 3px groove white;
}


#footer{
	clear:both;
	text-align:center;
	background-image:url(textures/footer.jpg);
	color:#ffffff;
	border: 3px ridge white;
	min-height: 150px;
}

#footer a:link, a:visited, a:hover, a:active{
	color: white;
}


.district{
color:white;
background-color:#ee2200;
}

.clear{
	clear:both;
}

.left{
	float:left;
	margin-right:1%;
}

.left3{
  float:left;
  margin-right:-15%;
}

.right3{
  float:right;
  margin-left:-10%;
}

.left2{
	float: left;
	margin-top: -2.5em;
	margin-left: -1.5em;
	}

.right{
	float:right;
	margin-left:1%;
}

.center{
	text-align:center;
}

.pinkbold{
background-color:#ee71a2;
}

.pinkish{
background-color:#f9c8d8;
}
.aquabold{
background-color:#000080;
background-image:url(textures/blue_dot2.jpg);
color:#ffffff;
}
.aquaish{
background-color:#ffffff;
}

.aquaish2{
text-align: left;
}
.melonbold{
background-color:#ee2200;
background-image:url(textures/bricks2.jpg);
color:white;
}
.melonish{
background-color:#ffffff;
}

.melonish2{
text-align: left;
}
.peachbold{
background-color:#f8c47e;
}
.peachish{
background-color:#fde2b8;
}

.hozlist {
  list-style-type: none;
  margin: auto;
  }

.bullet {
  list-style-type: circle;
}

.red {
  color: red;
}

.tleft {
  text-align: left;
}

/*strong{
	font-size: 2em;
}*/

