@charset "utf-8";
/* CSS Document */

@import 'reset.css';

body{
font: 1em Georgia, "lucida bright", "times new roman", serif;
}

#container{
background: #1a1a1a;
border: 1px solid #fff;
border-top: none;
min-height: 1100px;
overflow: auto;
padding: 10px;
margin: auto;
width: 800px;
}

#logo{
background: url(../img/logo.png);
border: 1px solid #fff;
height: 75px;
margin: auto;
width: 600px;
}



#content{
right:2.25em;
margin-top:.2em;
margin-left: 2.25em;
margin-right:2.25em;
voice-family: "\"}\"";
voice-family: inherit;
margin-left:2.25em;
margin-right:2.25em;
padding:1em .5em 2em .5em;
background:#1a1a1a;
font-size:.9em;
color: #c0c0c0;

}

#content h1{
font-size: 2em;
color: #c0c0c0;

}

#content p{
margin: .2em 0 0 .3em;
}

#contentRight{
float: right;
width: 100px;
height: 625px;
margin: 2em 0 0 0;
padding: 0 0 0 10px;
border-left: 1px solid #8d8d8d;
}

#contentRight h1{
font-size: 1.2em;
font-weight: bold;
margin: .3em 0 .3em 0;
}

#contentRight ul{
padding-left: 5px;
list-style-type: none;
}

#contentRight ul li a{
color: #c0c0c0;
text-decoration: none;
}

#contentRight ul li a:hover{
color: #ff9900;
}

#legHolder{
height: 300px;
}

#leg_page{

border: 1px solid #fff;
color: #000;
height: 330px;
width: 575px;
}

.myThing{
float: left;
width: 10em;
padding: 10px;
margin: 10px 5px 5px 10px;
}

.myThing ol{
margin: 0 0 0 40px;
}

.myThing ol li{
line-height: 1.3em;
margin: 1px 0 1px 0;
}

.myThing ol li a{
color: #c0c0c0;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
}

.myThing ol li a:hover{
color: #ff9900;
background: #000;
}

/* -- footer -- */
#footer {
height: 30px;
padding: 10px 0 0 0;
width: 100%;
float: left;
}

#footer h1 {
text-align: center;
color: #1a1a1a;
font-size: 12px;
font-weight: normal;
padding: 0 0 3px 0;
}

#footer p {
font-size: 11px;
text-align: center;
}

#footer p a {
text-decoration: none;
color: #990000;
}

#footer p a:hover {
text-decoration: none;
color: #1a1a1a;
}
/* -- end footer -- */






