body{
	font-family: tahoma, verdana, arial;
	font-size: 0.8em;
	background: white url(http://g.phpace.com/600/aaaaaa/ffffff) repeat-x;
/*	background: #ffff0d url(http://g.phpace.com/800/FF1808/FFFF0D/v) repeat-x;
*/
	text-align: center;
}

#wrapper{
	margin: auto;
	padding-bottom: 1em;
	-moz-border-radius: 1em;
	width: 1000px;
	position: relative;
	text-align: left;
}

#header{
	padding:1em;
}

#header .logo{
	font-size: 2em;
}

#headernav{
	float: right;
}

#topnav{
    clear: both;
		border: 1px solid #555555;
    background: url(http://g.phpace.com/35/ffffaa/aaaaaa) repeat-x;
	-moz-border-radius: 1em;
}

a:link, a:visited{
	color: #003366;
	text-decoration: none;
}

a:hover{
	color: #336699;
	text-decoration: underline;
}

#topnav a:link, #topnav a:hover, #topnav a:visited{
	text-decoration: none;
	color: black;
	font-family: verdana;
	padding: 7px;
  display: block;
  position: relative;
  float: left;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #555555;
	border-top: 1px solid #eeeeee;
	-moz-border-radius: 1em;
	margin-left: 0.3em;
}

#topnav a{
    background: url(http://g.phpace.com/35/ffffcc/cccccc) repeat-x;
	margin-top: 2px; margin-bottom:  2px;
	font-weight: bold;
}

#topnav a:hover{
    background: url(http://g.phpace.com/35/ffff55/aaaa55) repeat-x;
	font-weight: bold;
}

#content{
	margin-right: 200px;
	width: auto;
}

#rightpanel{
	position: relative;
	float: right;
	width: 180px;
	margin-top: 1em;
	text-align: right;
}

#heading{
	background: white;
	-moz-border-radius: 1em;
	margin-top: 1em;
	padding: 0.5em;
}

h1,h2,h3{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

h2{
	font-size: 1.1em;
}

.cat{
	border: 1px solid #777799;
	-moz-border-radius: 0.75em;
	background-color: white;
	padding: 0.25em;
	margin-top: 1em;
	zoom: 1;
}

.cat h2{
	padding-left: 0.5em;
}

.tool{
	float: left;
	height: 6em;
	width: 23%;
	padding: 0.25em;
	margin: 3px;
	border: 1px solid #acacac;
	-moz-border-radius: 0.5em;
}

div.tool:focus	{
	background-color: #ffffee;
}

#toollist a{
}

#toollist h3{
	padding-bottom: 0.25em;
}

#toollist a:hover{
}

#thetool{
	background-color: white;
	-moz-border-radius: 0.75em;
	padding: 0.5em;
	margin-top: 1em;
	border: 1px solid #777777;
}

#footer{
	text-align: center;
	margin-top:2em;
	color: #acacac;
	clear: both;
}

/* styles for <legend> tag used to give each section a heading */
legend{
	font-weight: bold;
	color: #000055;
	font-family: helvetica;
}

/* styles for <fieldset> surrounding each section */
fieldset{
	border: 1px solid #acacff;
	background-color: #eeeeff;
	margin: 0.5em;
	padding: 0.5em;
}

/* labels for form field elements */
label{
	font-weight: bold;
}

.output{
font-size: 0.8em; font-family: courier; width: 98%; height: 30em;
}

input.long{
	width: 98%;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding: 0.25em;
}

table{
	border-collapse: collapse;
	border: 1px solid black;
	width: 95%;
}

th{
	font-size: 1em;
	font-weight: bold;
	background-color: black;
	color: white;
	padding: 5px;
	text-align: left;
font-size: 0.8em;
	border: 1px solid #333333;
}

td{
	padding: 4px;
	text-align: left;
font-size: 0.8em;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
