.quiet {color: #999;}

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* General */
.center-wrapper {
	margin: 0 auto;
	width: 980px;
}

/* Special lists */

ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

/* Network */

#network {
	background: #EEE;
	font-size: small;
	}
#network .left {
	color: #333;
	padding: 6px 0;
}
#network .tabbed a {
	display: block;
	padding: 6px 10px 7px;
	text-decoration: none;
	color: #666;
}
#network li a:hover {
	background: #F6F6F6;
	color: #000;
}
#network li.current-tab a {
	background: #FFF;
	font-weight: bold;
}
#network .text-separator, #network span {color: #999;}

#gsHeader {
    background: url('ds_whitesandstone.jpg');
    margin-top: -8px;
    }
    
/* Site title */
#site-title {	
	font: italic normal 130% 'Palatino', serif;
	letter-spacing: 0.2em;
	padding: 10px 0 24px 10px;
}
#site-title h1 { 
	 float:left;
	 font-size: 210%;
	  }
#site-title h2 {
    color: #999;
    font: normal 2.6em Times, serif;
    text-align: right;
    margin-right: 100px;
	padding-top: 15px;
    }
#site-title a {
	color: #000;
	text-decoration: none;
}

.description { 
	font-size: 135%;
	color: #999;
	margin-left: 5px;
	 }

