@import url("nav-global.css"); 
@import url("sharedsheets.css"); 
@import url("ie.css"); 
 
/* ### QSS-MAINFRAME ### */ 
 
body 
 { 
 margin: 0; 
 padding: 0; 
 background: #8f8c7d url(../media/bodybg-qss.gif) fixed repeat-y; 
 font: 13px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif; 
 line-height: 1.4em; 
 color: #666; 
 cursor: default; 
 } 
 
h1 
 { 
 margin: 10px 5px 0 5px; 
 padding: 0 5px; 
 border-bottom: 1px dashed #a86765; 
 font: small-caps italic 2em georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif; 
 color: #a86765; 
 line-height: .9em;
 } 
 
#header 
 { 
 margin: 0;
 padding: 0; 
 width: 225px; 
 height: 261px; 
 background: #e9e8d4 url(../media/header/random.php) top left no-repeat; 
 } 

#footer
	{
	margin: 0;
	padding: 1px;
	background: #E9E8D4 url(../media/contentbg.gif) top repeat-x;
	font: bold 9px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif;
	line-height: 1.5em;
	text-align: center;
	}

#container
	{
	margin: 0 0 0 171px;
	padding: 0;
	width: 225px;
	}

#content 
 { 
 margin: 0; 
 padding: 0; 
 width: 225px; 
 min-height: 558px; 
 background: #e9e8d4 url(../media/qss-contentsbg.jpg) top center no-repeat; 
 font: 9px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif; 
 line-height: 0em; 
 } 
 
#content p 
 { 
 margin: 10px 5px; 
 padding: 0; 
 line-height: 1.5em; 
 } 
 
.qss-divider 
 { 
 margin: 0; 
 padding: 0; 
 height: 15px; 
 } 
 
 
 
.date 
 { 
 float: right; 
 /* position: absolute; 
 top: 275px; 
 left: 180px; */ 
 } 
 
 
 
.qss-showcase 
 { 
 margin: 15px 3px; 
 padding: 0; 
 } 
 
.qss-showcase a, .qss-showcase a:hover 
 { 
 background: none; 
 } 
 
.qss-showcase img 
 { 
 border: 1px solid #8f8c7d; 
 } 
 
.qss-showcase img:hover 
 { 
 border: 1px solid #fff; 
 }

