body {font-family: Arial, sans-serif; 
      font-size: 15px;
      background: #008040;
      color: black;
      margin-right: 10%;
      margin-left: 10%;
}

A 			{ color: #336600; text-decoration: none; } 
A:link		{ color: #336600; text-decoration: none; } 
A:visited	{ color: #CC0000; text-decoration: none; } 
A:active	{ color: #6262FF; text-decoration: none; } 
A:hover		{ color: #6262FF; text-decoration: underline; }

.wholething {
   position: relative;
   float: left;
   left: 10px;
   top: 10px;
   width: 100%;
   border: thin;
   border-style: solid;
   border-color: black;
   background: #F0F0F0;
}
.banner { font-family: Arial, serif;
         font-size: 22px;
         font-weight: bold;
         float: left;
         position: relative;
         width: 100%;
         top: 10px;
         left: 10px;
         padding: 1px;
}
.content { width: 75%;
           float: right;
           position: relative;
           top: 10px;
           right: 10px;
           margin: 2%;
}
.side { width: 15%;
        float: left;
        position: relative;
        top: 10px;
        left: 10px;
        margin: 2%;
}
.sidebox { vertical-align: top;
           width: 90%;
           border: thin;
           border-style: solid;
           border-color: black;
           padding: 0.5em;
           background-color: #D5D5D5;
           margin: 5%;
           position: relative;
           right: 22px;
           font-size: 11px;
}
.sidetitle {
   font-size: 13px;
   font-weight: bold;
   border-bottom: 1px dashed #000000;
   color: #025929;
   text-align: center;
}
p.error {
   color: red;
}

/* Writing Stuff */
.writing-left {
   width: 25%;
   float: left;
   position: relative;
   top: 10px;
   left: 10px;
   margin: 2%;
   text-align: left;
}

.writing-right {
   width: 60%;
   float: right;
   position: relative;
   top: 10px;
   right: 10px;
   margin: 2%;
   text-align: left;
}

/* Affiliate Stuff */

.affil-left {
   width: 25%;
   float: left;
   position: relative;
   top: 10px;
   right: 10px;
   margin: 2%;
}

.affil-center {
   width: 30%;
   float: left;
   position: relative;
   top: 10px;
   left: 10px;
   right: 10px;
   margin: 2%;
}

.affil-right {
   width: 25%;
   float: right;
   position: relative;
   top: 10px;
   right: 10px;
   margin: 2%;
}

.affil-title {
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   border-bottom: 1px dashed #000000;
   color: #025929;
}

.affil-menu {
   text-align: center;
   font-size: 11px;
   font-weight: normal;
}

.affil-caption {
   text-align: center;
   font-size: 13px;
   font-weight: normal;
   color: #025929;
}

/* Blog stuff */

.blogtitle {
   font-size: 17px;
   font-weight: bold;
   border-bottom: 1px dashed #000000;
   color: #025929;
   text-align: left;
}

.blogdate {
   font-size: 22px;
   font-weight: bold;
   color: #000000;
   text-align: left;
   background-color: #D5D5D5;
}
