/* 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 {   
	background: #000000;
	font: 8pt Arial, bold, Times New Roman, Times, serif;	
	color: #666666;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

a:link {  
	text-decoration: none; 
	color: #5dbdf4;
	}
a:visited { 
	text-decoration: none; 
	color: #5dbdf4;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #5dbdf4;
	}

p {
	font: 8pt Arial, bold, Times New Roman, Times, serif;	
  	padding-left:30px;
	padding-right:20px;
  	text-indent:-10px;
	}	
	
/* LAYOUT */
#container { 
	text-align: left;
	position: relative;
	margin: 0px auto;
	border: 1px dotted #dddddd;
	padding: 0px;   
	width: 700px;
	bottom: auto;
	}

#button1 {
	width: 699px;
	font: 10px Tahoma;
	position: static;
	top: 50px;
	left: 601px;
	margin: 0px;
	padding: 0px;
	bottom: auto;
	}
	
#button1---mistake {
	position: absolute;
	background: #FFFFFF;
	margin: 99px auto;
	margin-left: 299px auto;
	border: 1px solid #72a5c2;
	padding: 0px; 
	width: 158px;
	height: 21px;
	}

#updatemain {
	position: relative;
	margin-top: 12px;
	padding: 5px; 
	margin-left: 15px;
	width: 660px;

	}
	
#update {
    font: 8pt Arial, bold, Times New Roman, Times, serif;
  	padding-left:30px;
  	text-indent:-10px;
  	line-height:1.9em;
  	border-bottom:1px dotted #b3b3b3;
  	background:url("images/b_dot.gif") no-repeat 2px .16em;
	}
	
#funcontainer { 
	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;
	}	
	
#news {
	position: absolute;
	top: 520px;
	left: 340px;
	padding: 5px; 
	width: 330px;
	height: 250px;
	border: 2px dotted #dddddd;
	}
	