html {  width: 100% }

body {
        font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
        font-size: 90%;
        color: #3D3535;
        background-color: #E4E5E0;
        margin: 20px;
        padding: 0px;
        line-height: 140%;
}

/* Wrapper */
.all {
        text-align: center;
        width: 100%;
}

/* the container */
.box {
        background-color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-align: left;
        width: 90%;
}

/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */

    #topmenu {
	position: relative;
	top: 13px;
	left: 15px;
	width: 540px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url(/images/menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(/images/menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#f93;
      font-weight:bold;
      /*color:#669900;*/
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#669900;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */


/*holds the tabs at the top*/
.snazzy {background:transparent;}
.snazzy span {text-align:center; color:#000; margin:0; font-weight:normal;}

.b1, .b2, .b3, .b4 {display:block; font-size:1px;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */ }
.b1, .b2, .b3 {height:1px;}
.b2, .b3, .b4 {border-left:1px solid #fff; border-right:1px solid #fff;}
.b1 {margin:0 5px; background:#fff;}
.b2 {margin:0 3px; border-width:0 2px;}
.b3 {margin:0 2px;}
.b4 {height:2px; margin:0 1px;}
.boxcontent {display:block; border-left:1px solid #fff; border-right:1px solid #fff;}

.red {background:#c00;}
.orange {background:#f90;}
.yellow {background:#b8b800;}
.green {background:#090;}
.blue {background:#00c;}
.indigo {background:#309;}
.violet {background:#c6c;}

#navigation2 {background:transparent; margin:1em auto; height:3em; background:#fff;font-size:12px;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */ }

#navigation2 ul {margin:0; padding:0; list-style-type:none; background:transparent;}
#navigation2 li {display:block; float:left; margin:0 1px;}

.pad {display:block; height:1em;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */ }

a.menu2, a.menu2:visited {display:block; text-decoration:none; width:5.5em;}
a.menu2:hover {background:transparent; cursor:pointer;}
a.menu2:hover .boxcontent {padding-bottom:0.8em;}
a.menu2:hover .pad {height:0.2em;}

.header {
        padding: 0px;
        margin-top:4px;
        height: 150px;
        text-align:left;
        font-family: "trebuchet ms";
       /* background: #fff url(../images/back.jpg) no-repeat;*/
        /*border:1px solid #ebebeb;*/
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
        display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}

.clearfix {
        display: block;
}
/* End hide from IE-mac */

/*the container*/
.content {
        margin-right: 180px;
        padding: 20px;
}

.content h1 {
        font-size: 21px;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-bottom: 2px solid #f93;
}

.content h2 {
        font-size: 90%;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

a.perma {color:#f93;}


/*this is the right hand bar, news bar, links bar w/e*/
.sidebar {
        margin-top: 40px;
        width: 170px;
        float: right;
}

.sidebar h1 {
        background-color: #F93;
        color: #FFFFFF;
        padding: 3px;
        margin: 0px 0px 0px 0px;
        font-size: 100%;
        font-weight: normal;
}

.sidebar ul {
	margin:0;
	padding:0px 0px 0 2px;
	list-style:none;
}

.sidebar li a {
	font-size: 12px;
}


/*the footer, with copyright*/
.footer {
clear:both;
        background-color: #f93;
        padding: 4px;
        font-size: 80%;
        text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
        color: #A53512;
}

a:hover {
        color: #A53512;
        text-decoration: none;
}

/*calendar*/
div#monthbar {
	text-align: center;
	font: 1.0em georgia;
}
span#yearname {
	color: #000;
	text-align: center;
	font: bold 1.5em georgia;
}
tr.cal {
	text-align: center;
}
td.active {
	font-family: georgia;
	background: #f93;
}
