body { 
  background-color: #C0C0C0;
  font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size:        small;
  margin:           10px;
}

#header {
  background-color: #1e7c32;
  margin:           10px 10px 0px 10px;
  height:           108px;
}

#main {
  background:       #B0C4DE url(images/background.gif) top left;
  font-size:        105%;
  padding:          15px;
  margin:           10px 10px 10px 10px;
}

#sidebar {
  background:       #1e7c32; url(images/background.gif) bottom right;
  font-size:        105%;
  padding:          15px;
  margin:           10px 10px 10px 10px;
  width:            100px;
  float:            left;
}

#footer {
  /*background-color: #3CB371;*/
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px 10px 10px 10px;
  font-size:        90%;
  clear:            left;
}


h1#urbsci{
  font-size: 47px;
  color: #12c5e3;
  text-align: center;
  line-height: 100px;
}



a:link {
  
  text-decoration:  none;
  border:    0px;
}
a:visited {
  
  text-decoration:  none;
  border:    0px;
}

#allcontent {
  width:            800px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #4682B4;
  margin-left:      auto;
  margin-right:     auto;
}


div#single{
width: 200px;
float: left;
}

div#student{
width: 200px;
float: right;
}

div#family{
width: 250px;
margin-left: auto;
margin-right: auto;
}

.center{
text-align: center;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

.small{
	font-size: 0.65em;
	text-align: center;
}

a:hover{
  color: #12c5e3;
}


#indent{
  margin: 0px 0px 0px 15px;
}

ul{
  list-style-position: inside;
  margin-left: 0em;
  padding-left: 0em;
  text-indent: 1em;
}

