body {
   background : #EEEEEE;
   background-image : url("/backtexture.png");
   background-repeat : repeat-x;
   background-position : top 0;
}

p, h1, h2, h3, h4, h5, ul {
   font-family : palatino, georgia, times, serif;
}

div.menucontain {
   float : left;
   clear : left;
   width : 22%;
   min-width : 88;
}

div.menu {
   margin-bottom : 1em;
   margin-right : 1em;
   padding-top : 0.4em;
   padding-bottom : 0.4em;
}

div.menu p {
   margin : 0px;
   color : #DDDDDD;
   padding-left : 2.0em;
   padding-right : 0.5em;
   font-family : optima, arial, sans-serif;
   font-weight : bold;
   text-indent : -1.5em;
   font-size : 90%
}

div.menu p.menutitle {
   text-align : center;
}

div.menu a:link {
   color : #DDDDDD;
   text-decoration : none;
}

div.menu a:visited {
   color : #AAAAAA;
   text-decoration : none;
}

div.menu a:hover {
   color : #FFFFFF;
   text-decoration : underline;
}

div.menu a:active {
   color : #000000;
   text-decoration : underline;
}

div#menu1 {
   border : 2px solid #444444;
   background : #4444BB;
}

div#menu2 {
   border : 2px solid #555555;
   background : #5555CC;
}

div#menu3 {
   border : 2px solid #666666;
   background : #6666DD;
}

div#menu4 {
   border : 2px solid #777777;
   background : #7777EE;
}

div.main {
   position : relative;
   margin-bottom : 1em;
   margin-left : 22%;
   margin-right : 0px;
   min-width : 312;
}

div.main div.boxed {
   background : #DDDDDD;
   border : 2px solid white;
   padding : 1em 1em 0px 1em;
   margin : 0px 0px 1em -2px;
}

div.main p, div.main h3, div.main h4, div.main h5 {
   margin : 0px 0px 1em 0px;
}

div.main h1, div.main h2 {
   margin : 0px 0px 0.5em 0px;
}

div.main a:link {
   color : #4444DD;
}

div.main a:visited {
   color : #2222BB;
}

div.main a:hover {
   color : #5555FF;
}

div.main a:active {
   color : #8888FF;
}

div#header {
   height : 64px;
   overflow : hidden;
}

div#header p {
   text-align : center;
   padding : 0px;
   margin : 0px;
}

div#footer {
   clear : both;
}

div#footer p {
   margin : 0px;
   text-align : right;
   float : right;
   width : 39%;
   font-style : italic;
   font-size : 80%;
   border-top : 1px solid black;
   padding : 5px 0px 0px 0px;
}

div#footer a {
   color : black;   
}

div.blogentry {
   background : #DDDDDD;
   border : 2px solid white;
   margin-bottom : 1em;
   padding : 0.5em 1em 0.5em 1em;
}

div.blogentry p {
   padding : 0.5em 0px 0.5em 0px;
   margin : 0px;
}

div.blogentry ul {
   margin-top : 0.5em;
   margin-bottom : 0.5em;
}

div.blogentry p.blogtitle {
   padding : 0.25em 0px 0px 0px;
   font-size : 150%;
   font-weight : bold;
   text-align : center;
}

div.blogentry p.blogdate {
   padding : 0px;
   font-size : 90%;
   font-style : italic;
   text-align : center;
   margin-left : 15%;
   margin-bottom : 0.5em;
   width : 70%;
   border-bottom : 1px solid #444444;
}

div.blogentry p.permalink {
   text-align : right;
   font-style : italic;
   font-weight : bolt;
   font-size : 80%;
   display : none;
}