@charset "UTF-8";
/* CSS Document */



  html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
	background: url(images/Mike_720_03.jpg) bottom repeat-x;
  }
  body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background:  url(images/Mike_720_05.jpg) bottom right no-repeat;
  }
  
  #mike{
	width:300px;
	height:auto;
	left: 15px;
	top: 245px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #444;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #090;
	padding-left: 15px;
  }
	
  #pic{
	width:212px;
	height:230px;
	left: 5px;
	top: 0px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #444;
  }
	
h1{
	font-size: medium;
	font-weight: bold;
	color: #666;
}

h2{
	font-size: small;
	font-weight: bold;
	color: #666;
}

.cursief, a, a:active {
	font-style: italic;
	font-size: x-small;
	font-weight: normal;
	color: #090;
	text-decoration: none;
}

.cursief a:hover {
	font-style: italic;
	font-size: x-small;
	font-weight: normal;
	color: #0C0;

}

.p{
	margin: 0px;
	padding: 0px;
}


.green{
}

