body {
  background-color:#000;
  background-image: url("http://www.columbia.edu/cu/beta/images/stars.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  text-align: center;
  margin:0;
  font-family: verdana; 
  font-color: #000; 
  font-size: 13;
}

#container {
  width:800px;
  margin:0 auto;
  background:#ddd;
  border-style: none solid;
  border-width:9px;
  border-left-color: #8EE5EE;
  border-right-color: #F6CCDA;
}

#top{
  background-image: url("http://www.columbia.edu/cu/beta/images/banner.png");
  background-color: #fff;
  background-repeat: no-repeat;
  width: 800px;
  height: 116px;
  margin-left: auto;
  margin-right: auto;
}

#navi{
  background-image: url("http://www.columbia.edu/cu/beta/images/navigation.png");
  width: 800px;
  height: 23px;
  position: relative;
}

#navi a{
  display:block;
  position:absolute;
  color: transparent;
}

#navi a.home {
  width:53px;
  height:23px;
  left: 80px;

}

#navi a.menofprinciple {
  width:156px;
  height:23px;
  left:144px;
}

#navi a.brotherhood {
  width:127px;
  height:23px;
  left:307px;
}

#navi a.recruitment {
  width:119px;
  height:23px;
  left: 441px;
}

#navi a.alumni {
  width:68px;
  height:23px;
  left: 566px;
}

#navi a.contact {
  width:80px;
  height:23px;
  left: 641px;
}

#content {
  width:800px;
  background:#ddd;
  text-align:left;
  margin:0px;
}

#text {
  margin: 4px 4px 0px 4px;
}

img.floatRight { 
  float: right; 
  padding: 4px;
  border:solid;
  border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
  border-width: 1px 2px 2px 1px;
  background-color:white;
}

img.centered { 
  display: block;
  padding: 4px;
  margin-left: auto; 
  margin-right: auto;
  text-align:center;
  border:solid;
  border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
  border-width: 1px 2px 2px 1px;
  background-color:white;
}

.facebook img{
  position:absolute;
  left:0;
  top:0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  -moz-opacity: 0.35;
  opacity: 0.35;
  border: 0;
  }

.facebook:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  border: 0;
}

.twitter img{
  position:absolute;
  left:0;
  top:75px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  -moz-opacity: 0.35;
  opacity: 0.35;
   border: 0;
  }

.twitter:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  border: 0;
}

.crown img{
  position:absolute;
  left:0;
  top:150px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  -moz-opacity: 0.35;
  opacity: 0.35;
  border: 0;
}

.crown:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  border: 0;
}

.imgcenter img{
  margin-left: auto; 
  margin-right: auto;
  text-align:center;

}

table.brothers {
  font-family: verdana; font-color:#000; font-size: 13; 
  background-image: url("http://www.columbia.edu/cu/beta/images/great_seal.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 792px;
}

table.officers {
text-align: center;
vertical-align:top;
font-size:small;
width:792px;
font-family: verdana; color: #000 font-size: 13; 
}

td.heading {
  background-color: #fff;
  font-weight:bold;
font-family: verdana; font-size: 13; 
}

tr.categories {
  font-weight:bold;
  background-color:#A1A1A1;
font-family: verdana; font-size: 13; 
}
tr.cellone {
  background-color:#fff;
font-family: verdana; font-size: 13; 
}

tr.celltwo {
  background-color:#E0EEEE;
font-family: verdana; font-size: 13; 
}

td {
vertical-align: top;
}

.caption{
  text-align: center;
  font-style: italic;
  font-size: 12;
}

.indentquote{
margin-left:20px;
font-style: italic;
}

.center{
  text-align: center;
}

.bold{
  font-weight: bold;
}

.small{
  font-size: 10;
}

.red{
  font-weight: bold;
  color:#ff0000;
}

.italic{
  font-style: italic;
}

.title {
  font-size: 20;
  text-align: center;
  color: #ff0000;
  font-family: impact;
}