body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}
img {
	width: 103;
	height: 121;
}

#header h1 {
    margin: 0;
    padding: 0;
}

a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#header ul li a {
}

body, #sidebar {
    padding: 10px;
}

.circlelink {
	color: #0000ff;
	text-decoration: underline;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#bloglink {
	content: 'Blog';
}
#forumlink {
	content: 'Forum';
}
#wikilink {
	content: 'Wiki';
}
#contentlink {
	content: 'Content';
}
#otherlink {
	content: 'Other stuff';
}
