/* basic style  */
* { margin: 0px; }

a { color: #3c3c55; }
a:hover { color: #3c3cc5; }

body { position: relative;
	   font-family: Georgia, Garamond, "Times New Roman", serif;
	   text-align: center;
	   margin: 0px auto auto auto;
	   padding: 0px; 
	   width: 600px;
	   background: url('img/main-back.jpg') top center repeat-y #dddddd;
	    }
	    
div#face { width: 80px; height: 101px; background: url('img/Martin-Malina.jpg') top left;
			position: absolute; right: 45px; top: 0px; margin: 0px; }

div#main { position: relative; text-align: left; 
		   margin: 10px 40px 10px 40px; padding: 0px; }

h1 { text-transform: uppercase; font-weight: normal; margin: 5px 0px 7px 0px; }

h2 { padding: 10px 5px 5px 5px; font-size: 120%; }

ul { padding: 5px 10px 5px 25px; }
li { list-style: none; color: #3c3c3c; }
li ul li { list-style: disc; }
