/*
-----------------------------------------------
RocketSauce.org Screen - No Images
Author:   David Guido, davidguido.com
Updated:  November 12th, 2004
----------------------------------------------- */

/* basic elements */
html, body {
	height:100%;
	}

body { 
	font: 0.8em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	}

img	{
	border:0;
	}
hr {
	height:5px;
	color:#000;
	}
h1	{
	margin:0;
	padding:0;
	border:0;
	}
h2 { 
	font-size:1.4em; 
	letter-spacing:2px; 
	}
h3 { 
	font-size:1.2em; 
	letter-spacing:1px; 
	}
h4 { 
	font-size:1.0em;
	font-weight:bold;
	letter-spacing:1px; 
	}
a:link { 
	font-weight:bold; 
	text-decoration:none; 
	color:#39597B;
	}
a:visited { 
	font-weight:bold; 
	text-decoration:none; 
	color:#505050;
	}
a:hover, a:active { 
	text-decoration:underline; 
	color:#39597B;
	}

p.access {
	display:none;
	}
p.center {
	text-align:center;
	}
.bold {
	font-weight:bold;
	}
span.accesskey {
	text-decoration:underline;
	}
span.noprint { 
	}

/* navigation menu */
#menulist {
	width:178px;
	float:left;
	}
#menulist ul{
	padding:0;
	margin:0;
	font: bold 0.9em/22px Verdana, Arial, Helvetica, sans-serif; 
	border-bottom: #fff 1px solid; 
	list-style-type:none;
	letter-spacing:1px;
	text-indent:20px;
	}
#menulist a {
	display:block; 
	width:178px; 
	height:22px;
	}
#menulist a:link, #menulist a:visited {
	color:#5c604d; 
	text-decoration:none;
	}
#menulist a:hover {
	color:#000; 
	text-decoration:none;
	}
#menulist li a#current {
	color:#000; 
	text-decoration:none;
	}

/* style picker menu */
#stylepicker {
	display:none;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#stylepicker {
	display:inline;
	position:absolute;
	top:280px;
	text-indent:10px;
	float:left;
	clear:both;
	}
/* End IE5-Mac hack */
#stylepicker ul {
	margin:0 20px;
	padding:0;
	list-style-type:none;
	}
#stylepicker li {
	}

/* specific divs */
#wrapper {
	width:692px;
	margin:10px auto;
	padding:0;
	text-align:left;
	}

#header	{
	width:692px;
	height:90px;
	border:0;
	margin:0;
	padding:0;
	}

#content 	{
	width:493px;
	padding:10px;
	float:right;
	margin:0;
	margin-left:-15px;
	}

#footer { 
	clear:both;
	text-align:center; 
	font-size:0.8em;
	padding:5px;
	border-top: dotted 1px #000;
	}
#designedby {
	background: url(../i/designedby_dg.gif) top center no-repeat;
	text-align:center; 
	font-size:0.8em;
	height:28px;
	}

