#container {
	margin: 0 0;
}

#header{
	height: 250px;
	border-bottom: 3px solid #000000;
	background-image: url(https://www.dropbox.com/s/t4c68cac4ktsdku/personaheader.png?raw=1);
	background-repeat: no-repeat;
	background-position: top left; 
        background-size: cover;
}
#header h1{
	margin: 0 auto 0 40px;
	text-align: right;
	width: 600px;
	font-size: 0em;
	border: none;
	font-family: Verdana,"Trebuchet MS";
}
#header h1 a{
	color: #000000;
}
#header h1 a:hover{
	background: none;
}
#header h2{
	margin: 50px auto 0 10px;
	text-align: center;
	width: 600px;
	font-size: 1.5em;
	color: #b3b3ff;
}
#header #login-status, #login-status a {
	color: #000000;
	font-weight:bold;
	font-size: 1em;
	margin: 10em auto 0 0px;
}
#page-title{
	font-weight: bold;
	color: #000000;
	border-color: #a3aa94;
	font-family: arial,helvetica,sans-serif;
}

#main-content h1 {
	font-weight: bold;
	color: black;
	font-family: arial,helvetica,sans-serif;
}

#main-content h2{
	font-weight: bold;
	color: black;
	font-family: arial,helvetica,sans-serif;
}


#main-content h3 {
/*	margin-left: 2em;*/
	font-weight: bold;
	color: black;
	font-family: arial,helvetica,sans-serif;
}
#side-bar {
       background-color: #e6f2ff;
}

.printuser img.small{
    vertical-align: -0.3em;
    margin: 0;
    width: 60px;
    height:60px;
    z-index:0;
    /* border: 1px solid #777;*/
}

.forum-group .last img {
    display: none;
}

.forum-category-box .started img {
    display: none;
}


.forum-category-box .last img {
    display: none;
}
table.wiki-content-table{
    margin-left: 0px;
}