	
		body {
  			background-color: #f0f0f0;
  			font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
		}

                a:link, a:visited {
                        color : #EE3E41;   
                        text-decoration : none;
                        }
                
                a:hover, a:active {
			color : #EE4E41;
                        text-decoration : underline;
                }  

		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 1px solid gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			margin-bottom: 5px;
			background-color: rgb(213, 219, 225);
		}
	
		#weekly {
			float: right;		
		}

		#content {
			padding: 5px;
			margin-right: 245px;
			background-color: rgb(250, 250, 250);
		}

		#cal {
 		    border: 1px solid gray;
		}

		#cal td{
     			padding: 1px 7px 0px 7px;
		}

		#cal tr.header td {
  			background-color: #ffffcc;
   			font-weight: bold;
  			border-bottom: 2px solid gray;
		}

                #cal tr.footer td {
                        background-color: rgb(213, 219, 225);
                        border-top: 1px solid gray;
                }

     
		#cal tr.even {
  			background-color: rgb(213, 219, 225);
		}
     
		#cal tr.odd {
  			background-color: rgb(213, 219, 225);
		}
		
		#cal a {
			color: black; 
		}

		.text_box
		{
			background-color: rgb(213, 219, 225);
			padding: 5px;
			border: 1px solid gray;
		}

		#sidebar-a {
			float: right;
			width: 230px;
			\width: 240px;
			w\idth: 230px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
			background-color: rgb(235, 235, 235);
			height: 99%;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			text-align: center;	
			background-color: rgb(213, 219, 225);
                        color : #CC3333;
		}
	
		div#content  .post_title {
		        color: #EE3E41;
        		font-weight: bold;
        		font-size: 16px;
		}

		div#content  .post_date {
			font-size: 10px;
