/*
 * Gnome03
 * Jason Murray Cole
 * July 2006
 */

*
{border: 0px;
 font-size: 1em;
 margin: 0px;
 padding: 0px;
 text-align: left;}

body
{color: #333;
 font-family:Arial, "bitstream vera sans", Helvetica, sans-serif;
 font-size: 0.9em;
 text-align: center;}

#container
{margin: auto;
 line-height: 1.5em;
 text-align: left;
 width: 50em;}

#header
{line-height: 2em;
 margin: 1em 0;
 padding: 0px;}
	#header a
	{background:#EEE url(corner.gif) no-repeat top right;
	 border-bottom: 0.4em solid #EEE;
	 font-weight: bold;
	 margin-right: 1em;
	 padding: 0 2em 0.5em 1em;
	 text-decoration: none;}
	#header p
	{border-bottom: 0.5em solid #EEE;
	 font-weight: bold;}
	#header a:hover
	{background-color: #DDD;
	 border-color: #666;
	 text-decoration: none;}
	#header a.here
	{background-color: #DDD;}
	#header a.here:hover
	{background-color: #CCC;}

#footer
{clear: both;}

#left
{float: left;
 margin-bottom: 1em;
 width: 24.5em;}
 
#right
{float: right;
 margin-bottom: 1em;
 width: 24.5em;}

.out
{border: 1px solid #BBB;
 padding: 3px;}
#left .out
{border-color: #ACC;}
#right .out
{border-color: #ACA;}

.in
{background: #BBB url(corner.gif) top right no-repeat;
 color: #222;
 padding: 3px;}
#left .in
{background-color: #ACC;
 color: #133;}
#right .in
{background-color: #ACA;
 color: #131;}

h1,h2,h3,h4,h5
{color: #000;
 font-family:"Trebuchet MS",Arial, "bitstream vera sans", Helvetica, sans-serif;
 font-size: 1.5em;
 line-height: 2em;
 text-align: center;}
h1
{background: #C60 url(corner.gif) top right no-repeat;
 font-size: 2em;}
h6
{color: #333;
 font-size: 0.7em;
 text-align: center;}

ul,li
{list-style: square inside;}

.left
{float: left;}
.right
{float: right;}
.clear
{clear: both;}

a
{color: #039;
 text-decoration: none;}
a:link
{color: #039;}
a:visited
{color: #039;}
a:hover
{color: #039;
 text-decoration: underline;}
a:active
{color: #039;}