/*
 * This css is for the SG home page only
 */

#page {
  background-image: none;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #121212;
}	

/* Header - top part of page */
#SGhead {
	z-index: 209;
	color: #FFFFFF;
	font-weight: 400;
	position: relative;
	width: 314px;
	min-height: 40px;
	margin-right: -10000px; 	
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 300%;
	margin-left: 2px;
}

/* the major quote */
#SGmainquote {
	z-index: 226;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 115%;
	font-weight: 400;
	text-align: right;
	padding: 0px;
	width: 577px;
	min-height: 52px;
	position: relative;
	margin-right: -10000px;
	left: 341px;
	color: #FFFFFF;
}


/*  Big Photo  */
#SGbigPhoto
{
	width: 0.01px;
	margin-left: 0px;
	margin-top: 2px;
	position: relative;
}



/*
adapted from http://css-tricks.com/snippets/jquery/simple-auto-playing-slideshow/
*/

/* Quotes */
#slideshow1 { 
  z-index: 400;
  position: relative; 
  width: 460px; 
  height: 140px; 
  margin-left: 90px;
  margin-top: -20px;
  float: left;
}

#slideshow1 > div { 
  position: absolute; 
  color:white; 
 	font-size: 115%;
	font-family: "Georgia", "Times New Roman", serif;
}

/* Pictures */
#slideshow2 { 
  z-index: 400;
  position: relative; 
  width: 50px; 
  height: 50px; 
	margin-right: 220px;
  margin-top: -100px;
  float:right;
  float:bottom;
}

#slideshow2 > div { 
 position: absolute; 
 color:white; 
 font-size: 110%;

}

.slide {
  height: 150px;
  width: 200px;
}

#facebook {
  position: relative;
  z-index: 800;
  margin-left: 35px;
	margin-top: -40px;
  float:left;
  float:bottom; 
}  

