
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f0f0ff;
        background-size:100%
	padding: 0px;


              	background: url(backgrounds/che_sign.jpg) no-repeat fixed;
        
             
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}
body, div, td, th, table {
    font-size:12px;
    font-family:tahoma, courier new,tahoma, verdana;
    color: #100;
    font-weight:100;
}
input, textarea, select {
    font-size:10px;
    font-family:tahoma, courier new,tahoma, verdana;
    color: #322;
    font-weight:100;
}

strong { font-family:rockwell, semi-serif, serif }


h1 { font-size: 22px; color: #933; font-family:rockwell, semi-serif, serif; margin-top: 0px; margin-bottom: 12px;}
h2 { font-size: 16px; color: #333; font-family:tahoma, courier,tahoma, semi-serif, serif; margin-top: 0px; margin-bottom: 10px;}
h3 { font-size: 14px; color: #633; font-family:rockwell, semi-serif, serif; margin-top: 0px; margin-bottom: 3px;}
h4 { font-size: 13px; color: #777; font-family:tahoma, courier,tahoma, semi-serif, serif; margin-top: 0px; margin-bottom: 3px;}

th,td {
  vertical-align:top;
  padding: 12px 12px 12px 12px;
  spacing: 12px 12px 12px 12px;
  margin-left: 14px;
  margin-top: 14px;
}


div.email {
  position: absolute;
  top: 10px;
  right: 5%;
}


div.email{
  border: 1px dashed #000;
  background:  #f6f6ff;
  padding: 12px 12px 12px 12px;
  spacing: 12px 12px 12px 12px;
  margin-left: 14px;
  margin-top: 14px;

  // TRANSPARENCY
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

td.tablink{
  //border: 1px dashed #000;
  //background:  #f6f6ff;
  padding: 0px 0px 0px 0px;
  spacing: 0px 0px 0px 0px;
  margin-left: 0px;
  margin-top: 0px;
}

table.nostyle{
  //border: 1px dashed #000;
  //background:  #f6f6ff;
  padding: 0px 0px 0px 0px;
  spacing: 0px 0px 0px 0px;
  margin-left: 0px;
  margin-top: 0px;
}

table.twitter{
  //border: 1px dashed #000;
  //background:  #f6f6ff;
  padding: 0px 0px 0px 0px;
  spacing: 0px 0px 0px 0px;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 10px;
}

div.flickr {

  // TRANSPARENCY
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  height:280px;
}


div.quote{
  position: absolute;
  top: 20%;
  right: 5%; 
  width:  20%;
  border: 1px dashed #000;
  background:  #f6f6ff;
  padding: 12px 12px 12px 12px;
  spacing: 12px 12px 12px 12px;
  margin-left: 14px;
  margin-top: 14px;

  // TRANSPARENCY
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

div.blogmedia {
  position: absolute;
  top: 20%;
  right: 5%; 
  width:  210;
  border: 1px dashed #f6f6ff;
  background:  #000;
  padding: 12px 12px 12px 12px;
  spacing: 12px 12px 12px 12px;
  margin-left: 14px;
  margin-top: 14px;
}

div.essayheader{
  position: relative; 
  left: 10%; 
  width:  50%;
  
  padding: 12px 12px 12px 12px;
  spacing: 12px 12px 12px 12px;
  margin-left: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 14px;
}

div.essay{
  position: relative; 
  left: 10%; 
  width:  60%;
  font-size: 12px;
  background:  #bfd5ea;//d5d5ff;
  border: 1px dashed #000;

  padding: 12px 12px 12px 12px;
  spacing: 12px 12px 12px 12px;
  margin-left: 14px;
  margin-top: 14px;

  // TRANSPARENCY
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;

}
div.content{
  position: relative; 
  left: 10%; 
  width:  50%;
  font-size: 12px;
  background:  #bfd5ea;//d5d5ff;
  border: 1px dashed #000;

  padding: 12px 12px 12px 12px;
  spacing: 12px 12px 12px 12px;
  margin-left: 14px;
  margin-top: 14px;

}
div.logo {
  position:absolute;
  left:30px;
  top: 20px;
}

td {
  border: 1px dashed #000;
  background:  #bfd5ea;
}
td.feature {
  background:  #f6f6ff;
}

td.transparent
  {
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.90;
  }
