body {
margin: 0;
background: #1a1a4a;
background-image: url('images/pattern.gif');
text-align: center;
color: #4f5873;
font: 8pt/150% Verdana, Tahoma, Arial, Sans-Serif;
}
p {
margin-top: 3px;
margin-bottom: 3px;
padding: 7px;
}



a:link {
color: #f4e4db;
text-decoration: underline;
list-style: none;
font-weight: bold;
}

a:visited {
color: #f4e4db;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #f4e4db;
text-decoration: none;
font-weight: bold;
}

a:active {
color: #f4e4db;
text-decoration: underline;
font-weight: bold;
}

h1 {
font: 9.5pt Verdana, Tahoma, Arial, Sans-Serif;
color: #4f5873;
background: #f7edec;
font-weight: bold;
margin: 2px 0px 5px 0px;
text-align: center;
}

h2 {
font: 9pt Verdana, Tahoma, Arial, Sans-Serif;
color: #4f5873;
font-weight: bold;
margin: 2px 0px 5px 0px;
text-align: center;
}

h3 {
font: 8.5pt Verdana, Tahoma, Arial, Sans-Serif;
color: #4f5873;
font-weight: bold;
margin: 2px 0px 5px 5px;
}

h4 {
font: 8.5pt Verdana, Tahoma, Arial, Sans-Serif;
color: #7b4784;
margin: 2px 0px 5px 5px;
}

hr {
color: #C54960;
width: 95%;
height: 1px;
margin: 5px auto;
}
*html hr{
color: #B68991;
margin: 0px;
size: 1px;
}

table {
font: 100% Verdana, Tahoma, Arial, Sans-Serif;
}

ul {
padding: 0px;
margin: 5px 0px 5px 15px;
list-style: none;
}

.special {
padding: 0px;
margin: 5px 0px 5px 25px;
list-style: circle;
}

.extra {
margin-bottom: 8px;
}

img {
padding: 0;
max-width: 100%;
margin: 0 2px 0px 3px; 
display: inline;
border: 0; 
}
code, pre {
font: 80% Courier;
color: #ffffff;
display: block;
width: 100%;
height: 100%;
overflow: auto;
background: #4f5873;
margin-left: 10px;
}

#container {
width: 750px;
margin: 0px auto;
background: #c4bbd0;
}

#left {
background: #243843;
background-image: url('images/left.jpg');
text-align:left; 
width:75px; 
height: 224px;
float:left; 
margin-bottom: 0px;
}

#top {
background: #243843;
background-image: url('images/top.jpg');
text-align:left; 
width:750px; 
height: 40px;
float:left; 
margin-bottom: 0px;
}

#down {
background: #243843;
background-image: url('images/down.jpg');
text-align:left; 
width:289px; 
height: 224px;
float:left; 
margin-bottom: 0px;
}

#right {
background-image: url('images/right.jpg');
height: 224px;
width: 386px;
float: right;
margin-bottom: 0px;
}


#sidebar {
background: #c4bbd0;
text-align:left; 
width:160px; 
float:right; 
margin-bottom: 0px;
}


#content {
background: #c4bbd0;
text-align: left;
width: 590px;
float: left;
}

#footer {
clear:both; 
width: 750px; 
color:#6D758E; 
font-size: 90%; 
background: #f7edec; 
text-align:center; 
}

#newest1 {
float: left;
width: 140px;
}

#newest2 {
float: right;
width: 140px;
}

#random1 {
float: left;
width: 140px;
}

#random2 {
float: right;
width: 140px;
}


.left {
float: left;
border: 1px solid #5B5E69;
}

.right {
float: right;
border: 1px solid #5B5E69;
}

.divider {
width: 95%;
height: 1px;
border-top: #B68991 1px solid;
display: block;
margin: 5px auto;
}

.footer {
color: #4f5873;
text-decoration: underline;
}