@charset "utf-8";
/* CSS Document */


body {
margin-top: 0;
background-color: #000;
}

body,td,th {
font-size: 12px;
line-height: 150%;
letter-spacing: 2px;
color: #333;
font-family: georgia, georgia, serif;
}

a {color:#ea42af; text-decoration: none;}

.container {
width: 590px; 
}
    
#top-wrapper {
margin-top: 30px;
}

#logo {
float: left;
}

#header {
float: right;
 }
 
#main {
margin-top: 30px;
}


h2 {
font-size: 16px;
color: #333;
}

h3 {
font-size: 1.2em;
color: #333;
margin-top: 10px;
margin-bottom: 10px;
}

h4, h5, h6 {
color: #333;
}


#right_modules {
margin-top: 10px;
color: #333;
float: right;
text-align: right;
}

#right_modules .moduletable {
float: right;
color: #333;
margin-bottom: 15px;
}
    
#right_modules h3 {
color: #666;
font-size: 15px;
margin-bottom: 5px;
text-decoration: none;
}

#right_modules p {
color: #333;
}

#right_modules a:link {
color: #666;
}
 

#content {
margin-top: 0px;
margin-left: -20px;
}