/* CSS by Danielle Marie LeClair */

* {
margin: 0;
}


html, body {
margin: 0px;
padding: 0px;
height: 100%;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
background-color: #292929;
line-height: 1.5em;
overflow: auto;
}

a:link {color: #7B7B7B; text-decoration: none; font-weight: bold;}
a:active {color: #7B7B7B; text-decoration: none; font-weight: bold;}
a:visited {color: #7B7B7B; text-decoration: none; font-weight: bold;}
a:hover {color: #7B7B7B; text-decoration: underline; font-weight: bold;}

.wrapper {
width: 100%;
height: 100%;
overflow: auto;
}

.menu {
margin: 0px;
padding: 0px;
position: absolute;
top:20px;
left:0px;
width: 100%;
background-color: #000000;
opacity:0.5;
filter:alpha(opacity=50);
z-index:1;
}

.menu ul{
margin: 0px;
padding: 0px 0px 0px 30px;
}

.menu li {
display: inline;
list-style: none;
}

.menu li a {
padding: 0px 10px 0px 10px;
background-color: #000000;
border: 0px;
color: #7B7B7B;
letter-spacing:2px;
text-decoration: none;
text-transform:uppercase
}

.menu li a:hover {
background-color: #ffffff;
color: #565656;
}

img {
margin: 0px;
border: 0px;
}

h1 {
font-size:13px;
margin: 0px;
padding: 5px 0px 0px 0px;
}

.container {
margin: 0px 0px 0px 20px;
padding: 0px;
position: absolute;
top:0px;
left:0px;
width: 740px;
min-height: 100%;
background-color: #404040;
}

.content {
margin: 50px 20px 0px 20px;
padding: 0px;
width: 700px;
min-height: 100%;
color: #B3B3B3;
}

.content p {
margin: 0px;
padding: 5px 0px 0px 0px;
text-align:justify;
}

.content img {
padding: 10px 1px 0px 0px;
}

.content hr {
margin: 20px 0px 15px 0px;
padding: 0px;
border: 0;
height: 1px;
background-color: #565656;
color: #565656;}

.twitter {
margin: 0px;
padding: 0px 0px 20px 0px;
text-align:justify;
}

.twitter ul{
margin: 0px;
padding: 0px;
}

.twitter li {
margin: 0px;
padding: 10px 0px 0px 0px;
list-style: square;
list-style-position:inside;
}

.links {
margin: 0px 0px 0px 20px;
padding: 50px 0px 0px 0px;
position: fixed;
top:0px;
left:760px;
width: 72px;
min-height: 100%;
background-color: #404040;
color: #B3B3B3;
}

.links img {
padding: 10px 20px 10px 20px;
}

* html .links { 
position: absolute;
}
