/* destyle courtesy of Tantek Celik */
:link,:visited,:hover,:active { text-decoration: none; }
ul,ol { list-style: none; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
address { font-style: normal; }
/* end destyle */ 

/* IE5 hacks needed for boxes that have width and padding and/or border defined */

body {
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;  /* makes 1em = 10px */
	text-align: center;
	color: #ddd;
	padding: 0;
	margin: 10px 0 0;
}

p {
	font-size: 1.2em;
   line-height: 1.5em;
   margin-bottom: 1em;
}

#box {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
   position: relative;
	width: 800px;
   border-bottom: 4px solid #000;
	overflow: hidden;
   margin-bottom: 20px;
}

#logo {
	float: left;
	text-align: right;
	display: inline;
   margin-bottom: 3px;
}

#footer {
	margin: 40px 0 20px;
   padding-top: 6px;
   border-top: 4px solid #000;
	clear: both;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #f90;
}

#footer a:hover, #footer a:active {
   color: #ddd;
	text-decoration: underline;
}

#footer p {
	margin-bottom: 0.5em;
   font-size: 1.1em;
}

a:link, a:visited {
	color: #f90;
}

a:hover, a:active {
   color: #ddd;
	text-decoration: underline;
}

#navcontainer {
   position: absolute;
   bottom: 0;
   right: 0;
}

ul#navlist {
   margin: 0;
   padding: 0;
   list-style-type: none;
   white-space: nowrap;
}

ul#navlist li {
   float: left;
   font-family: "Lucida Grande", Verdana, arial, sans-serif;
   font-size: 1.5em;
   font-weight: normal;
   margin: 0;
   padding: 5px 0 4px 0;
   background-color: #666;
}

#navlist a, #navlist a:link {
   margin: 0;
   padding: 5px 9px 4px 9px;
   color: #ddd;
   border-left: 2px solid #333;
   text-decoration: none;
}

ul#navlist a.current {
   color: #f90;
   background-color: #000;
}

#navlist a:hover {
   color: #f90;
   background-color: #000;
}