/* SPHERE STYLE SHEET */

html {padding: 0; margin: 0;}

body {
	font: 12px trebuchet, helvetica, sans-serif;
	color: #71A2C5;          /* or #69C */
	background: #000 url(../images/wavebg.gif) top left repeat-y;
	padding: 0; margin: 0;}
	
/* div {border: 1px solid red;} */
	
div#banner img.logo {
	padding: 5px 20px 0 14px;
	}
	
div#banner img.sphere {
	padding: 15px 10px 0 0;
	border: 0;
	vertical-align: top;
	}

div#banner img.tradition {
	padding: 15px 10px 0 0;
	border: 0;
	vertical-align: top;
	}


div#homemenu {
	width: 200px;
	padding-top: 15px;
	}

div#homemenu img {
	margin-left: 7px;
	border: 0px;
	}
	
div#homemenu a {
	display: block;
	}
	
div#homemenu img.copyright {
	margin-left: 30px;
	}


div#sculpture {
	position: absolute; 
	top: 110px; left: 490px; width: 199px; height: 470px;
	background: transparent url(../images/spring1.gif) no-repeat;
	}
	
div#text1 {display: none;}

div#text2 {display: none;}
	
div#text3 {
	position: absolute; top: 130px; left: 220px;
	font: 1em trebuchet, helvetica, sans-serif;
	color: #71A2C5;          /* or #69C */
	line-height: 1.5em;
	width: 250px;
	display: inline;
	}

div#text3 h1 {
	width: 142px; height: 24px;
	background: #000 url(../images/spring1_title.gif) no-repeat;
	text-align: center;
	}
	
div#text3 p.quote {text-align: right;}

	