
body {
 margin: 0px;
 padding: 0px;
 background: #1E1F23;
}

table.banner {
 width: 100%;
}

td.bannertile {
 height: 165px;
 width: 100%;
 background-image: url(/styles/thedamned/images/top_bkgnd.gif);
 background-repeat: repeat-x;
}

td.bannerbottomtile {
 height: 22px;
 width: 100%;
 background-image: url(/styles/thedamned/images/bottom_background.gif);
 background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
 font-weight: bold;
}

a:link {
 color: #B39B00; 
 text-decoration: none;
}

a:hover {
 color: #FFE300;
 text-decoration: underline;
}

a:visited {
 color: #6C5E0B;
 text-decoration: none;
}

img.menulink {
 border-style: none;
}

#leftcontent {
 float: left;
 width: 67%;
 height: 100%;
 border-right: 1px dashed #575757; 
/*
 background: #fff;
 border-right: 2px solid #000;
 border-bottom: 2px solid #000
*/
 margin-right: 15px;
 padding-bottom: 20px;
}

#rightcontent {
}
	
p,h1,pre {
 margin: 10px 30px 10px 30px;
}

p {
 color: #C8CBD5;
 font-size: 10pt;
 font-family: sans-serif, helvetica;
}

span {
 font-size: 11pt;
 font-family: verdana; 
}

span.byauthor {
 color: #000000;
 font-weight: bold;
 margin: 0px 4px 10px 30px;
 font-size: 10pt;
}

span.author {
 color: #9E9E9E;
 font-weight: normal; 
 font-size: 12pt;
 font-family: sans-serif, helvetica;
 margin: 0px 4px 4px 0px;
}

span.titleseparator {
 color: #898B8E;
 font-weight: bold;
 margin: 0px 4px 10px 0px;
 font-size: 10pt;
}

span.date {
 color: #6A6A6A;
 font-weight: bold;
 font-size: 8pt;
}

h1 {
 font-family: sans-serif, helvetica;
 padding-top: 4px;
 margin-bottom: 0px;
 font-size: 16pt;
 font-weight: bold;
 color: #C8CBD5; 
}

#rightcontent p {
 font-size: 10px;
 margin-left: 0px;
}

