/*
-----------------------------------------------
RocketSauce.org Screen Master
Author:   David Guido, davidguido.com
Updated:  December 2, 2008
----------------------------------------------- */

/* 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;
	background:#97adad url(../i/background_tile.gif);
	color:#663;
	text-align:center;
	}

img	{
	border:0;
	}
hr {
	height:5px;
	color:#39597B;
	}
h1	{
	text-indent:-9999px;
	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 {
	background: url(../i/bg_navbutton.gif); 
	color:#5c604d; 
	text-decoration:none;
	}
#menulist a:hover {
	background: url(../i/bg_navbutton_over.gif); 
	color:#fff; 
	text-decoration:none;
	}
#menulist li a#current {
	background: url(../i/bg_navbutton_over.gif); 
	color:#fff; 
	text-decoration:none;
	}

/* style picker menu */
#stylepicker {
	display:none;
	}

/* specific divs */
#wrapper {
	width:692px;
	background:#c7d7d4;
	border-left:solid 9px #F7F7F7;
	border-right:solid 9px #F7F7F7;
	margin:10px auto;
	padding:0;
	text-align:left;
	}

#header	{
	background: url(../i/header.gif) top left no-repeat;
	width:692px;
	height:90px;
	border:0;
	margin:0;
	padding:0;
	}

#content 	{
	width:493px;
	background:#f1f1f7;
	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 #ccc;
	border-bottom: solid 9px #F7F7F7;
	background:#d7dede;
	}
#designedby {
	background: url(../i/designedby_dg.gif) #d7dede top center no-repeat;
	text-align:center; 
	font-size:0.8em;
	height:28px;
	}

