div#header
{
	margin:0 0 15px 0;
	padding:10px 20px;
	border: 1px solid black;
	line-height:13px;
	background-color:#eeeeee;
	font-size:13px;
	font-weight:bold;
}

div.content 
{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:300px;
	margin:0 170px 20px 170px; /* top, right, bottom, left */
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:2; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

div.content ul
{
	margin:0;
	padding-left:20px;
}

div#containerLeft, div#containerRight
{
	position:absolute;
	width:155px;
	top:60px;
}

div#containerLeft
{
	left:10px;
	z-index:3;
}

div#containerRight
{
	right:10px;
	z-index:1;
	font-size:11px;
}

div.sideBar
{
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	margin:0 0 15px 0;
}

span.heading
{
	font-size:12px;
	line-height:12px;
	font-weight:700;
	color:black;
	margin:0;
	border-bottom: 1px solid black;
	display:block;
}

div.sideBar p
{
	margin-top:0;
}

div.sideBar a
{
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

div.sideBar a:hover
{
	background-color: #cccccc;
	text-decoration: underline;
}

ul#validity
{
	margin:0;
	padding:0;
	list-style:none;
}

ul#validity li
{
	width:88px;
	margin:0 auto;
	text-align:center;
}

/* image replacement */
ul#validity a
{
	background-repeat:no-repeat;
	
	height:0;
	overflow:hidden;
	
	display:block;
	padding-top:15px;
	width:80px;
}

ul#validity a#xhtml { background-image: url("/images/xhtml11.png"); }
ul#validity a#css { background-image: url("/images/css.png"); }
ul#validity a#rss { background-image: url("/images/valid-rss20.png"); }
ul#validity a#firefox { background-image: url("/images/firefox_80x15.png"); }
ul#validity a#thunderbird { background-image: url("/images/thunderbird_80x15.png"); }
/* end image replacement */

ul#validity a:hover
{
	background-color:transparent;
}

div#footer
{
	width:auto;
	min-width:120px;
	margin:0 170px; /* top & bottom,  right & left */
	font-size: 9px;
}

div#footer p
{
	text-align: center;
	margin:0;
}

/*#form*/ form
{
	width:100%;
	/*margin:1em 0 0 0;*/
	margin:0;
}

#form input, textarea 
{
	width: 98%;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	margin-bottom: 0.5em;
	padding: 2px;
	font-size: 1em;
}

input.button, #form input.button 
{
	width: 6em;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	margin-top: 1em;
	padding: 0.5em;
	/*cursor: pointer;*/
	margin-bottom:0;
}

#form label 
{
	float: left;
	width: 6em;
}

/* Updates list */
ul.updates
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.updates ul
{
	margin:0 0 0 15px;
	padding:0;
	list-style-type:circle;
}

li.credit
{
	text-align:right;
	font-size:0.9em;
	margin-top:5px;
}

li.credit span
{
	display:none;
}

p img
{
	padding:4px;
	border: 1px solid #dddddd;
	display:block;
	margin-left:auto;
	margin-right:auto;
}