#id_BasePage {  
  width: 100%;
  min-width: 800px;
  font-family: Arial, Helvetica, sans-serif;  
  font-size: medium;  
  background-image: url("pictures/bg_left.jpg");
  background-repeat:repeat;
  background-attachment:fixed;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#id_Header {  
  width: 100%;  
  height: 263px;  
  background-color: #b7d7da;  
  min-width: 800px;
  border-bottom-color: #12abdd;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-top-color: #776e6e;
  border-top-style: solid;
  border-top-width: 28px;
}
#id_Search {
  float: right;  
  padding: 20px;
  background-color: #b7d7da;  
}
#id_Nav {  
  float: left;  
  width: 15%;  
  background-color: #ccffff;  
  margin-left: 10%;
 
}
#id_NavPadding {  
  line-height: 14px;
 font-family: "Courier New", Courier, monospace;  
  font-size: small;  
  padding: 10px;
  text-align: center;

}
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
 a:hover {
  color: #ac3543 ;
  background-color: transparent;
}
#id_Content {  
  background-color: #b7d7da;  
  width: 65%;  
  font-family: Arial, Helvetica, sans-serif;  
  height: auto;  
  margin-left: 25%;
  margin-right: 10%; 
  min-height: 400px;
}

.inner_content {  
  background-color: #b7d7da;
   padding-top: 45px;  
  padding-right: 2%;  
  padding-bottom: 2%;  
  padding-left: 2%; 
	font-family: Arial, Helvetica, sans-serif;  
  font-size: 16px;  
  line-height: 25px;  
  text-align: left;  
}

#id_Disqus {
  clear: both;  
  width: 72%;
  padding: 4%;
  background-color: #b7d7da;  
  margin-left: 10%;
}
#id_Footer {  
  clear: both;  
  text-align: center;  
  background-color: #b7d7da;  
  font-size: 75%;  
  line-height: 150%;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom-color: #776e6e;
  border-bottom-style: solid;
  border-bottom-width: 28px;
}

.code {  
  font-family: "Courier New", Courier, monospace;  
  font-size: small;  
  line-height: 15px;  
  background-color: #e6fbff;  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
  border-top-color: #e6fbff;  
  border-right-color: #e6fbff;  
  border-bottom-color: #e6fbff;  
  border-left-color: #e6fbff;  
  border-top-width: 2px;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 2px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;
}

.image_text {  
  font-family: "Courier New", Courier, monospace;  
  font-size: small;  
  line-height: 20px;  
  background-color: #ccffff;  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
  border-top-color: #ccffff;  
  border-right-color: #ccffff;  
  border-bottom-color: #ccffff;  
  border-left-color: #ccffff;  
  border-top-width: 2px;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 2px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;
}

.image_picture {  
  background-color: #ccffff;  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
  border-top-color: #ccffff;  
  border-right-color: #ccffff;  
  border-bottom-color: #ccffff;  
  border-left-color: #ccffff;  
  border-top-width: 2px;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 2px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;
}

