/* css Zen Garden submission 124 - 'Teatime', by Michaela Maria Sampl, http://www.freecom.at/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Michaela Maria Sampl, except background image, copyright Squidfingers - http://squidfingers.com/patterns/ */
/* Added: Sept. 16th, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */




/* BASICS */
body {   
	font: 8pt Arial, bold, Times New Roman, Times, serif;
	color: white;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

a:link {  
	text-decoration: none; 
	color: #0adcef;
	}
a:visited { 
	text-decoration: none; 
	color: #0adcef;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF3366;
	}

p {
	font: 8pt Arial, bold, Times New Roman, Times, serif;	
  	padding-left:30px;
	padding-right:20px;
  	text-indent:-0px;
	}	

#bg {
			position:fixed; 
			top:-50%; 
			left:-50%; 
			width:200%; 
			height:200%;
		}
		#bg img {
			position:absolute; 
			top:0; 
			left:0; 
			right:0; 
			bottom:0; 
			margin:auto; 
			min-width:50%;
			min-height:50%;
		}

#update {
    font: 7.5pt Arial, bold, Times New Roman, Times, serif;
	color: #bbbbbb;
  	padding-left:30px;
  	text-indent:-5px;
  	line-height:1.5em;
  	border-bottom:1px dotted #b3b3b3;
  	background:url("images/b_dot.gif") no-repeat 3px .2em;
	}

#deco1 { 
	position: relative;
	left: 150px; 
	z-index: 2; 
	width: 1px;
	height: 130px; 
	margin: 0px auto; 
	padding: 1px; 
	background: black; 
	-moz-box-shadow: 0 0 0px black; 
	-webkit-box-shadow: 0 0 0px black; 
	box-shadow: 0 0 0px black; 
	opacity:0.6; 
	filter:alpha(opacity=60);
	
	}	
	
#deco2 { 
	position: relative;
	left: 150px; 
	z-index: 2; 
	width: 600px;
	margin-bottom:auto; 
	margin: 0 auto; 
	padding: 0;   
	opacity:0.6; 
	filter:alpha(opacity=60);
	
	}
#line {
  	border-bottom:1px dotted #b3b3b3;
	}

/*index*/
#page-wrap { 
	position: relative;
	left: 150px; 
	z-index: 2; 
	width: 610px; 
	margin: 0px auto; 
	padding: 15px; 
	background: black; 
	-moz-box-shadow: 0 0 px black; 
	-webkit-box-shadow: 0 0 px black; 
	box-shadow: 0 0px black; 
	opacity:0.6; 
	filter:alpha(opacity=60);
	
	}
	
	
/* NeverDELETE */

#funcontainer { 
	font: 8pt Arial, bold, Times New Roman, Times, serif;
	color: #666666;
	background: #FFFFFF;
	text-align: center;
	position: relative;
	margin: 50px auto;
	border: 1px solid #aa8f97;
	padding: 0px; 
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#funtutor { 
	position: relative;
	padding-left:20px;
	text-align: left;
	border-bottom:1px dotted #b3b3b3;
	margin: 20px;
	}	
