/* Edited with EditCSS */
/**** LINK-tag style sheet styles-site.css ****/

body {
	 background: #000;
	 text-align: center;
	 font-family: verdana, arial, sans-serif;
	 font-size: 11px;
	 scrollbar-face-color:#000;
scrollbar-highlight-color:#EEE;
scrollbar-3dlight-color:#999;
scrollbar-darkshadow-color:#999;
scrollbar-shadow-color:#999;
scrollbar-arrow-color:#FFF;
scrollbar-track-color:#CCC;
margin-top: 0px;
	 }
	 
#banner {
		background-image: url("banner.jpg");
		background-repeat: no-repeat;
		width: 800px;
		height: 150px;
		color: #000;
		font: 36px;
		font-weight: bold;
		text-align: center;
		}

#content {
		 width: 800px;
		 }

#left {
	  width: 150px;
	  float: left;
	  text-align: justify;
	  }
	  
#left a {text-decoration: none;}
#left a:link {color: #990000;}
#left a:hover {background: #900;
	  color: #EEE;}
#left a:visited {color: #666666;}
	  
#middle {
		width: 450px;
		float: left;
		background: #660000;
		}
#middle a:link {color: #FFFFFF;}		
#middleHigh {
	width: 430px;
		height: 300px;
		float: left;
	  color: #EEE;
	  overflow: auto;
	  text-align: justify;
	  margin: 5px;
	  padding: 5px;
	  font-size: 10px;
	  background: #000;
	  }
#middleHigh .title {
			font-size: 12px;
			margin-top: 0px;
			font-weight: bold;
			}
#middleHigh .date {
	font-size: 90%;
	border-bottom: 1px solid #eee;
	text-align: right;
	}		
#middleHigh .blogbody {
	font-size: 90%;
	margin-left: 10px;
	text-align: justify;
	}	
	  	
#middleLow {
          width: 430px;
	  height: 600px;	
	  color: #FFF;
	  text-align: justify;
	  margin: 5px;
	  }
#middleLow img {
	border: 1px solid white;
	margin: 5px;
	text-align: center;
	}
		
#right {
	   top: 0px;
           width: 200px;
	   float: left;
	  background: #EEE;
	  color: #000;
          text-align: left;
	   }

.rightTitle {
          color: #600;
          font-weight: bold;
          font-variant: small-caps;
          font-size: 16px;
          border-bottom: 2px solid; 
          margin-bottom: 10px;
}
	   
.box {
	 border-top: 0px;
	 border-left: 1px;
	 border-right: 1px;
	 border-bottom: 1px;
	 border-style: solid;
	 border-color: #990000;
	 background: #EEE;
	 color: #333;
	 margin: 0px 3px 10px 0px;
	 padding: 2px 3px 0px 3px;
	 font-size: 11px;
	 }

.sideTitle {
	 border-top: 1px solid;
	 border-left: 1px solid;
	 border-right: 1px solid;
	 border-bottom: dashed 1px;
	 border-color: #990000;
	   	   margin: 0px 3px 0px 0px;
	       background: #EEE;
		   color: #660000;
		   font-weight: bold;
		   font-variant: small-caps;
		   font-size: 14px;
		   text-align: center;
		   }
#menu {
	width: 800px;
	background: #600;
	}
