/* 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: #666666;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

a:link {  
	text-decoration: none; 
	color: #0d9869;
	}
a:visited { 
	text-decoration: none; 
	color: #5286AD;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #C8C8C8;
	}

p {
	font: 8pt Arial, bold, Times New Roman, Times, serif;	
  	padding-left:30px;
	padding-right:20px;
  	text-indent:-0px;
	}	
	
/* LAYOUT */
#container { 
	text-align: left;
	position: relative;
	margin: 50px auto;
	padding: 0px;   
	width: 850px;
	bottom: auto;
	}

#button1 {
	width: 164px;
	height: 432px;
	font: 10px Tahoma;
	padding-top: 20px;
	position: static;
	}
	
#top_img {
	position: absolute;
	top: 0px;
	right: 0px; 
	width: 686px;
	}

#updatemain--------- {
	position: inherit;
	width: 686px;

	}
	
#update------- {
    font: 8pt Arial, bold, Times New Roman, Times, serif;
  	padding-left:30px;
  	text-indent:-10px;
  	line-height:1.5em;

	}
	
#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;
	  	background:url("images/b_dot.gif") no-repeat 2px .16em;
	}
	