/* Change Link Color */
a {color: #CC3333;}

/* Change background color of border */
body {background-color: #;}

/* Insert Image Into Header */
#top {background-image: url("http://www.xs4all.nl/~maja/images/drageyes_3.jpg");
height: 160px;
margin: 0px;
padding: 0px;
}

/* Hide Header Title and Description */
#top h1 {
float: right;
text-align: right;
vertical-align: text-bottom;
}
#top p {visibility: hidden;}


/* No Logo */
#Footer {
display: none;
}

#content {
margin-right: 0px;
margin-left: 220px;
}
.post
{
border-left-width: 0px;
border-left-style: none;
border-left-color: #CCCCCC;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #CCCCCC;
}
#sidebar-a {
float: left;
border-left-width: 0px;
border-left-style: none;
border-left-color: #CCCCCC;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CCCCCC;
}
