body,
html {
    margin:0;
    padding:0;
    font-family:sans-serif;
}

#wholePage {
    width:800px;
    margin:0 auto 15px auto;
    overflow: hidden;
}

#header {
    padding:50px;
    border-width:thin;
    border-style:solid;
    border-radius:5px;
    background-image:url("images/background.jpg");
    height:100%;
}

#ColumnContent {
    float:right;
    width:610px;
    border-style:solid;
    border-radius: 5px;
    padding:10px;
    border-width:thin;
    background:#eeeeee;
}

#menu {
    float:left;
    width:110px;
    border-style:solid;
    color:black;
    border-radius: 5px;
    padding:10px;
    border-width:thin;
    background:#cccccc;
    font-weight: bold;
}

a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
a:link {color:#000000;}      /* unvisited link */
a:visited {color:#444444;}  /* visited link */
a:hover {color:#040404;}  /* mouse over link */
a:active {color:#111111;}  /* selected link */
a:link {font-weight:bold;}

#menuitem {
    padding-top:5px;
    padding-bottom:5px
}

#footer {
    margin-left:auto;
    margin-right:auto;
    width:50%;
    clear:both;
    font-size:8pt
}

hr {color:sienna;}
p {margin-left:20px;}
/* body {background-image:url("images/back40.gif");} */
