/* basic layout */
body, p, h1, h2, h3 {
  margin: 0px;
}

.nostyle {
  display: none;
}

.clear {
  clear:both;
}



/* pink: #F2006C */
/* blue: #0F238C */

#page {
  margin: auto;
  margin-top: 1em;
  width: 1024px;
  font-family: Arial, sans-serif;
  color: #fff;
}

#center {
  background-color: #F2006C;
}

#sidebar {
  float: left;
  width: 294px;
  background-color: #F2006C;
  padding: 20px 0 0 20px; 
}

#sidebar a {
  color: #fff;
}

#sidebar a img {
  border: none;
}


#content {
  float: right;
  width: 650px;
  background-color: #0F238C;
  padding: 50px 30px 30px 30px;
  text-align: left;
  
} 

#footer{
  width: 314px;
  background-color: #F2006C;  
  text-align: center;
  
  position: relative;
  height: 1.5em;
  top: -1.5em;
}

#footer a {
  color: #fff;
  
}

#menu {
  padding-bottom: 1.5em;
}

#menu ul li {
  list-style: none;
  margin: 0.5em 0 0 -20px;
  font-weight: bold;
  text-decoration: none; 
}

#menu ul li a {
  text-decoration: none; 
}

#content p, #content h2 {
  padding-bottom: 1em;
  font-size: smaller;
}

#content h3 {
  font-size: smaller;
} 

#content h2 {
  text-transform: uppercase;
}
 
#content {
  color: #99f;
} 

#content h2, h3 {
  color: #fff;
}
 
#advertisment {
  height: 5em;
  border-bottom: 1px solid #99f;
  margin-bottom: 3em;
}  