/* EnnisLUSC.com © 2006 */

body {
overflow-x: visible;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #3E3D47;
}

a {
color: #000;
text-decoration: none;
border-bottom: 1px dashed #39C;
}

a:hover {
border-bottom: 1px solid #39C;
}

#hlinks a:hover {
border-bottom: 3px solid #39C;
}

#all {
float: left;
width: 100%;
background-color: #FFF;
}

#head {
float: left;
background: #FFF url(../images/header.gif) no-repeat left;
width: 100%;
height: 100px;
margin: 0 -1px 1em 0;
}

#hlinks {
font-family: "Courier New", Courier, mono;
font-size: 14px;
font-weight: bold;
text-align: right;
margin: 40px 3% 0 0;
}

#hlinks a {
margin-left: 1em;
border: none;
}

#categories {
background-color: #F7F7F7;
width: 98%;
padding: 1%;
}

#categories li {
display: inline;
list-style: none;
margin: 0 1em;
}

#categories ul {
display: inline;
}

span.blue {
color: #39C;
}

li.current {
font-weight: bold;
}

/* Left --------------------------------------------------------------------------------------- */

#left {
float: left;
width: 17%;
margin: 1%;
}

h3 {
color: #373737;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
margin: 1em 0 0 0;
}


/* Main - Content Box ------------------------------------------------------------------------- */

#main {
float: left;
width: 98%;
margin: 1%;
}

#photo {
text-align: center;
width: 78%;
float: right;
}

#photo img {
border: 1px solid #39C;
}

h2 {
color: #000;
font-size: 20px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
}

/* Footer ------------------------------------------------------------------------------------- */

#foot {
color: #FFF;
float: left;
width: 100%;
font-weight: bold;
text-align: right;
padding: 1px 0 2px 0;
}

#foot a {
color: #FFF;
}