* {
  margin           : 0;
  padding          : 0;
}

body {
  font             : 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color : #D4D4D4;
}


#plan h1 {
  font-size        : 1.5em;
  font-weight      : bold;
  text-align       : left;
  color            : #000;
  letter-spacing   : 4px;
  padding-top     : 10px;
  border-bottom   : 1px solid #020286

}

#plan h1 a, a:visited, a:link {
  color           : #000;
  text-decoration : none;
}

#plan h2 {
  font-size        : 1.3em;
  font-weight      : bold;
  text-align       : left;
  color            : #000;
  letter-spacing   : 2px;
  padding-top     : 5px;
  padding-left    : 10px;
}

#plan h2 a, a:visited, a:link {
  color           : #000;
  text-decoration : none;
}


#plan h3 {
  font-size        : 1.1em;
  font-weight      : normal;
  text-align       : left;
  color            : #000;
  padding-top     : 2px;
}

#plan h3 a, a:visited, a:link {
  color           : #000;
  text-decoration : none;
}


#plan h4 {
  font-size        : 1.1em;
  font-weight      : normal;
  text-align       : left;
  color            : #000;
  padding-top     : 2px;
  padding-left    : 20px;
}

#plan h4 a, a:visited, a:link {
  color           : #000;
  text-decoration : none;
}


#message {
  font-size        : 1.3em;
  font-weight      : bold;
  color            : red;
  padding-left     : -5px;
  margin-top       : 1em;

}


#agenda h2{
  font-size        : 1.3em;
  font-weight      : bold;
  color            : #000;
  padding-left     : 28px;
  background       : url(../interface/age.gif) no-repeat left center;
}


#act h1 {
  font-size        : 2em;
  font-weight      : bold;
  text-align       : center;
  color            : #000;
  letter-spacing   : 6px;
  padding-top     : 10px;
}

#act h2 {
  font-size        : 1.2em;
  font-weight      : bold;
  color            : #000;
  padding-left     : 20px;
  background       : url(../interface/art.gif) no-repeat left center;
}

#act h2 a, a:visited, a:link {
  color           : #020286;
  text-decoration : none;
}


#rub h2 {
  font-size        : 1.2em;
  font-weight      : bold;
  color            : #000;
  padding-left     : 20px;
  background       : url(../interface/rub.gif) no-repeat left center;
}

#rub h2 a, a:visited, a:link {
  color           : #020286;
  text-decoration : none;
}

#act h5 {
  font-size        : 1.2em;
  font-weight      : normal;
  color            : #000;
  padding-left     : 20px;
  background       : url(../interface/art.gif) no-repeat left center;
}


#act h5 a, a:visited, a:link {
  color           : #020286;
  text-decoration : none;
}

h1 {
  font-size        : 2em;
  font-weight      : bold;
  font-variant     : small-caps;
  text-align       : center;
  color            : #000;
  padding-top     : 10px;
}

h3 {
  font-family      : Verdana,Arial,Helvetica,sans-serif;
  font-size        : 1.5em;
  font-weight      : bold;
  text-align       : center;
  color            : #000;
  padding          : 1px;
}

p {
  font-size: 1.3em;
  margin: 1em 0;
}


/*
h1, h2, p {
  margin: 1em 0;
}
*/
#branding h1 {
  margin: 0;
}

#wrapper {
  background-color: #fff;
}

#branding {
  height: 100px;
  background-color:#a5bedd;
/*  padding: 20px;    */
}

#left{
	float:left;
}

#right{
	float:right;
}

#footer {
  background-color:#a5bedd;
/*  background-color:#b0b0b0; */
  padding: 1px 20px;

}

#footer a img{
  border : none;
  text-decoration : none;
  padding: 0;
  margin : 0;

}

/* The Core Technique
================================= */
/*
body {
  text-align: center; 
  min-width: 760px;
}
*/
#wrapper {
  width: 720px; 
  margin: 0 auto; 
  text-align: left; 
}


#content { 
  width: 560px;
  float: right; 
 /* border          : 1px solid #000;*/
}


#footer {
  clear: both; 
} 

/* Add some padding 
================================== */

#content * {
  padding-right : 20px;

}

#content * * {
  padding-right: 0;
}




