/* css Zen Garden submission 195 - 'Dazzling Beauty', by Deny Sri Supriyono, http://blog.denysri.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Deny Sri Supriyono */
/* Added: February 15th, 2006 */


/* 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. */



* {
	margin: 0;
	padding: 0;
}
html {
	background:  transparent url(bodybg.jpg) top center no-repeat;
	background:  url(bodybg.jpg) top center no-repeat, url(htmlbg.jpg) top left repeat-x, url(footerbg.jpg) bottom center no-repeat;
	margin: 0;
	padding: 0; 
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #7c7c7c;
	text-align: center;
}
body {
	background: transparent !important;
	position: relative;
	margin: 0px auto;
	padding-top: 380px;
	width: 596px;
	border: none;
	text-align: left;
	background-image: url(footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 70px;
	text-align: justify;
}
h1 {
	position: absolute;
	top: 70px;
	right: 0;
	width: 280px;
	height: 200px;
	text-align: right;
	font: normal 40px Tahoma, Verdana, Arial, Georgia, sans-serif;
}

h2 {
	padding-left: 20px;
	background: transparent url(ikonli.jpg) no-repeat left center;
//	height: 20px;
	font: bold 2em/2em Arial, Tahoma, Georgia, sans-serif;
	letter-spacing: -1px;
	color: #C3A176;
	text-transform: capitalize;
//	width: 220px;

}
p,ul, pre {
	margin-bottom: 10px;
}

a, a:visited {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	text-decoration: none;
	color: #94AB36;
	border-bottom: 1px solid #ccc;
}

acronym {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}


.encart {
	position: absolute;
	top: 430px;
	right: 0;
	width: 125px;
	border: 1px solid black;
	background: transparent url(extraflower.jpg) right bottom no-repeat;
	margin: 0;
	padding: 0 0 250px;

}
