* {
 margin: 0;
 padding: 0;
}
.break {
 clear: both;
}
body {
 background-color: #000000;
 color: #999999;
 font-family: Geneva, Helvetica, Arial, sans-serif;
 font-size: 13px;
 line-height: 150%;
}
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { text-decoration: none; border-bottom: 1px dotted #FFFFFF; }
a:active { text-decoration: none; font-weight: bold; }

a.image { border: none !important; }

div#document {
 width: 80%;
 margin-left: auto;
 margin-right: auto;
}
h1 {
 background-image: url(title.png);
 width: 497px;
 height: 35px;
 margin-top: 60px;
 margin-bottom: 20px;
}
h1 span {
 display: none;
}

h2 {
 font-size: 18px;
 color: #FFFFFF;
 font-weight: normal;
 margin-bottom: 15px;
}

div#siteContainer {
 margin-top: 20px;
 padding-top: 20px;
 padding-bottom: 10px;
 font-size: 12px;
 border-top: 1px dashed #999999;
 border-bottom: 1px dashed #999999;
}

div#siteContainer div.site {
 float: left;
 padding: 10px 40px 20px 0;
}
div#siteContainer div.site img {
 margin-bottom: 5px;
 border: none !important;
 width: 400px;
 height: 271px;
 background-color: #333;
}

div#twitterFeed {
 clear: both;
 padding-top: 20px;
 padding-bottom: 20px;
 border-bottom: 1px dashed #999999;
}
div#twitterFeed a {
 border: none;
 color: #999999;
}
div#twitterFeed a.user {
 color: #fff;
}
div#twitterFeed ul li {
 background-color: #111 !important;
 font-size: 12px;
 margin: 3px;
 padding: 3px 4px 3px 4px;
}
div#twitterFeed img {
 width: 24px;
 height: 24px;
 border: 1px solid #666;
 vertical-align: middle;
 margin-right: 3px;
}
div#twitterFeed a.JRM {
 text-decoration: none;
 color: #fff;
}



div#footer {
 clear: both;
 font-size: 12px;
 padding-top: 20px;
 padding-bottom: 20px;
}