/* basic elements */
body {
    font-family: courier, courier new, fixed-width;
    font-size: small;
    color: #000;
    background: #fff;
    line-height: 150%;
    text-align: center;
}

h2 {
   margin-top: 18px;
   margin-bottom: 5px;
}


/* specific ids */
#container {
    width: 700px;
}

#header {
	clear: both;
	text-align: center;
    padding: 0px;
    bottom-margin: 0px;
}

#center_column {
    text-align: left;
	margin-left: 15px;
}

#footer {
	margin-top: 30px;
    text-align: center;
    clear: both;
}

#donate_hosting {
	line-height: 100%;
    font-size: x-small;
    color: #888;
    width: 336px;
	margin-left: auto;
	margin-right: auto;
}

#donate_hosting:hover {
    color: #f00;
}


