$(document).ready(function() {
    $('.main').each(function () {
        var hue = 'rgb(' + (Math.floor((256-199)*Math.random()) + 200) + ',' + (Math.floor((256-199)*Math.random()) + 200) + ',' + (Math.floor((256-199)*Math.random()) + 200) + ')';
        $(this).css("background-color", hue);
    });
});

body { background-color:   white;
     }

    #header {
       height: 100px;
    }



    #menu {
       width:   160px;
       float:   left;
        background-color: white;
        text-align: right;
        padding:       4px;
        margin-right:   16px;
        margin-left:   -10px;
		border-right: 2px solid red;
    }


    #title {

        color:white;
        margin-left:   7px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width:   90%;
        background:#0000FF;
        padding-top:3px;
        font-family:verdana, helvetica, sans-serif;
        font-size:36px;
        font-weight:bold;
        line-height:1em;
        padding-bottom:5px;
    }

    #content {
       margin-left: 166px;
		margin-top: 0px;
    }

    #content .p-shadow {
  width: 90%;
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow a {
        text-decoration:    none;
        font-weight:        bold;
        font-size:          24px;
        color: #000099;
}

.p-shadow div {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: black;
  background-color: #F8F8FF;
  font-family:verdana, helvetica, sans-serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }


    h1 {

    }

    h4.entrytitle {
    width: 90%;
	background-color:#DDDDDD;
	border-bottom:4px double maroon;
	border-top:4px double maroon;
	font-size:large;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:2px;
	padding:3px 10px 3px 10px;
	font-family:verdana, helvetica, sans-serif;
	COLOR: #0000FF;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: -5px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}




