/* Start of CMSMS style sheet 'hene' */
* {
margin:0;
padding:0;
}

p, table, form, h1, h2, h3, h4, h5, ul, ol { 
margin-bottom: .5em; 
} 

body {
margin: 1em auto;
width:850px;
border:1px solid black;
}

div#header {
background: white url('/uploads/header.gif') no-repeat top left;
height:128px;
border-bottom:10px solid #FAA20F;
text-indent: -999px;
}

div#wrap {
background: white url('/uploads/bg.jpg') repeat-y top left;
border-bottom:10px solid #FAA20F;
}

div#menu {
width:150px;
float:left;
}

div#email {
width:150px;
float:right;
}

div#content {
margin-left:160px;
margin-right:160px;
font-family: arial;
min-height: 650px;
}

div#content h1 {
padding-top:20px;
color: #FAA20F;
border-bottom: 2px solid #FAA20F;
}


div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6


div#menu ul {
list-style:none;
}

div#menuwrapper ul li {
list-style:none;
}


div#menu ul li a {
display:block;
width:130px;
margin:5px;
padding:5px;
background-color:white;
color: #FAA20F;
font-weight:bold;
text-decoration:none;
font-family: arial; 
}

div#menu ul li a:hover {
color: #DB6023;
}

table.webmail {
border:2px solid #FAA20F;
background-color: white;
width:140px;
margin:5px;
padding:5px;
}

table.webmail td {
text-align:center;
font-family: arial;
}

div#content ul {
margin: 1em;
}
/* End of 'hene' */

