* { margin:0; padding:0; font-family:verdana;}


body {
  color:            #1f2532;
  background-color: #8690a6;
  font-family:      verdana;
}

A {
  color:          #1f2532;
  font-family:     verdana;
  font-weight:     bold;
  text-decoration: none;
}
A:hover {
  color: #545c5f; 
  font-weight: bold;
  text-decoration: none;    
}
.mainImg {
  width: 300px;
  height: 460px;
  position: absolute;
  left:    60px;
  top:     30px;
  background-image: url(pics/cdu_bp.png);
  background-repeat: no-repeat;
}

.mainBlock  {
  width:            100%;
  position:         absolute;
  left:             0px;
  top:              250px;
  color:            #000000;
  background-color: #c7ccec; 
  border-top:       4px solid #e2ebfe;
  border-bottom:    4px solid #e2ebfe;
}

.mainSpacer {
  width: 400px;
  height: 10px;
}


.vertBlock  {
  width:            900px;
  height:           100%;
  position:         absolute;
  left:             100px;
  top:              0px;
  color:            #000000;
  background-color: #c7ccec; 
  border-right:     4px solid #424b5e;
  border-left:      4px solid #424b5e;
  padding:          0px 0px;

}
.forcePad {
  width:  30px;
  height: 0px;
}

.vertImg { 
  width:             344px;
  height:            288px;
  position:          absolute;
  left:              30px;
  top:               30px;
  background-image:  url(pics/vines.png);
  background-repeat: no-repeat;
}

.vertSpacer {
  width:  280px;
  height: 300px;
}

.aboutBlock  {
  width:            630px;
  height:           180px;
  position:         absolute;
  left:             370px; 
  top:              70px;
  color:            #000000;
  background-color: #d7dcfc; 
  border:           4px solid #222b3e;
  padding-left:     30px;
  padding-right:    30px;
}
.aboutSpacer {
  width: 100px;
  height: 200px;
}


.backUp { 
  position:         absolute;
  left:             800px;
  top:              260px;
}



p { 
  text-indent:     16px;
  text-align:      justify;
  text-decoration: none;
  margin:          5px 0 10px 0;
}

li { 
  text-align: justify;
}

h1 { margin: 20px 0 10px 0;}
h2 { margin: 20px 0 10px 0;}
h3 { margin: 20px 0 10px 0;}



