/* --- general --- */
body { text-align: left; }
#container1 { margin: 0; width: 100%; }
#header { height: 45px; }

#header h1
{
  color: #265464;
	font-size: 150%;
}

#welcome { margin: 15px 0 0 0; }
#welcome h2 { display: none; }
#welcome img { width: 130px; }
#welcometext { width: 510px; }
#welcome p { border-bottom: 1px solid black; }
#sidebar { display: none; }

#content { margin: 0 100px 0 0; }
.imagefloat { margin: 0 0 1em 1em; }
#content h3 { border-bottom: 1px solid black; }
#add ul { border: 1px solid black; }

#footer
{ 
	font-size: 100%;
	color: black;
}

#footer { display: none; }
#footer a { text-decoration: none; }
#print-footer { position: static; text-align: center; }

/* --- home --- */
#home #content { margin: 0 190px 0 0; }

/* --- dobject --- */
.dolist dd { min-height: 115px; }
