/*body deklaratsi.*/body {	background:#fbfdf6;   	font-size:90%;	color:#968765;	margin:20px auto;  /*ylevalt nihutab alla*/	text-align:center;	line-height:1.4em;	width:960px;}/*jalus,päis,artikkel ning sektsioon*/header, section, article, footer {  	    	padding:20px; /*tabelid ise*/	margin:10px;      /*tabelite vahed*/	border:1px solid #cccccc;  /*kasti värv*/	border-radius:8px;	-webkit-border-radius:0.8em;   /*for opera,chrome*/	-moz-border-radius:0.8em;   /*for Firefox*/	background:#fff url(taust.png) repeat-x 10px -120px;  /*bacground repeat horisontally*/}/*hyperlingid*/a:link, a:visited {	font-family:georgia, times, serif;	font-weight:bold;	color:#c17068;	text-decoration:none;    /*linkide alla tuleb joon*/	border-bottom:1px solid #cccccc; }/*kui viid hiire peale, mutub bottom lillaks ja täpiliseks*/a:hover {	border-bottom:1px dotted;}nav {	text-align:lef;	display:block;}nav ul {	padding:10px;	display:inline; /*no line break*/}nav li {	padding:10px;   /*nav s6nade laius*/	display:inline;    /*elemendid järjest*/}/*navi s6nade paksus,surus*/nav a:link, nav a:visited {	font-size:1.4em;	font-weight:normal;}/*vasak section*/section {	float:left;	width:178px;	text-align:left;}/*keskmine aken*/article {	float:right;	width:658px;	text-align:left;}section ul {	padding:0px;			/*et ei oleks keskel*/	list-style:none;    /*siis ei j22 menyy täppe*/}/*vasak li*/section li a:link, section li a:visited {	float:left;	width:160px;	/*joonte pikkus*/	padding:6px;  /*yhe menyy laius*/	border-bottom:1px solid #cccccc; /*nendeallolevatejoone paksus*/}/*vasak.nuppude rollover*/	section li a:hover {	background:#f2f1ec;}/*article h2, article h3, article h4, article h5, article h6  {	background:transparent url(taust.png) no-repeat 0px -40px;	color:#fff;	padding:7px 10px 12px 30px;	margin-left:-30px;	text-shadow:10px 0 #913951;	}*//*artikli v2limus, p:first-of-type:-simesele */article p{	font-family:Helvetica, Arial, serif;	border-top:1px dotted #968765;	border-bottom:1px dotted #968765;	padding:10px;	color:#c17086;}iframe {	width: 630px;	height: 400px;	border: none;	display:block;}footer {	display:block;	clear:both;}