/* 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: #FFFFFF; 	
	color: #666666;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

a:link {  
	text-decoration: underline; 
	color: #d31212;
	}
a:visited { 
	text-decoration: underline; 
	color: #d31212;
	}
a:hover, a:active { 
	text-decoration: overline; 
	color: #d31212;
	}

p {
	text-align: left;
	font: 8pt Arial, Times New Roman, Times, serif;	
	color: #666666;
	margin: 10px;
	padding: 0px;
	}	

#p1 {
	text-align: left;
	font: 8pt Arial, Times New Roman, Times, serif;	
	color: #666666;
	margin: 5px;
	padding: 0px;
	}
	
/* LAYOUT */


#img {
	text-align: center;
	}

#container { 
	position: relative;
	margin: 0px auto;
	padding: 0px; 
	width: 1000px;
	height:700px;
	}

#container2 { 
	position: relative;
	margin: 0px auto;
	padding: 0px; 
	width: 1000px;
	height:700px;
	}
	
#container3 { 
	position: relative;
	margin: 0px auto;
	padding: 0px; 
	width: 1000px;
	height:700px;
	}

#picture {
	width: 600px;
	position: relative;
	top: 30px;
	left: 200px;
	height: 424px;
	border: 2px dotted #d31212;
	}
	
#banner {
	background: url(images/banner01.gif) no-repeat;
	width: 386px;
	position: relative;
	top: 0px;
	left: 300px;
	height: 63px;
	}
	
#banner02 {
	background: url(images/banner02.gif) no-repeat;
	width: 386px;
	position: relative;
	top: 0px;
	left: 300px;
	height: 63px;
	}
	
#banner03 {
	background: url(images/banner03.gif) no-repeat;
	width: 386px;
	position: relative;
	top: 0px;
	left: 300px;
	height: 63px;
	}
	
#img01 {
	background: url(images/img_01.gif) no-repeat;
	width: 606px;
	position: relative;
	top: 0px;
	left: 200px;
	height: 496px;
	}
	
#text {
	width: 500px;
	position: relative;
	top: 50px;
	left: 50px;
	height: 300px;
	}