/* css Zen Garden default style v1.01 */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
        background-image: url(images/daydream_upper_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #A0A0A0; 
	font: 10pt/18pt georgia; 
	color: #000000; 
	margin: 0px; 
	}
p { 
	font: 10pt/18pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic bold 16pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #333355;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}


/* specific divs */
#container { 
	background: url(images/Saiki_Misaki.gif) no-repeat top left;
	padding: 0px 175px 0px 150px;  
	margin: 0px; 
	}

#intro { 
	}

#pageHeader { 
	}

#pageHeader h1 { 

	}
#pageHeader h1 span {

	}
#pageHeader h2 { 
	}
#pageHeader h2 span {

	}

#quickSummary {
	background: url(images/50transparent.png);
        background-repeat: repeat;
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 180px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/18pt georgia; 
	text-align:center;
	}

#preamble {
	margin-top: 110px;
	clear: right; 
	padding: 0px 30px 0px 10px;
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	background: transparent
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	float: left;
	position: absolute;
	top: 410px;
	left: 0px;
	}
#linkList2 { 
	border: 3px double;
	font: 10px verdana, sans-serif; 
	background: #DFC7A2;
	padding: 10px; 
	margin-top: 10px; 
	width: 130px; 
	}
#linkList h3.select { 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}
	


#extraDiv1 { 

	}