/* $Id: style.css 66 2008-07-27 08:07:13Z jmt $ */

body{
font-family: sans-serif;
font-size: 10pt;
background-color: white;
margin: 0;
padding: 0;
}

#container{
  width: 600px;
  margin-left: 220px;
  }

#header{
  height: 64px;
  margin-top: 20px;
  margin-bottom: 20px;
  }

#header img{
	margin-left: 160px;
	}


#header h1{
  display: none;
  }


#footer{
  margin-bottom: 40px;
  }

#footer p
	{
	margin-left: 0;
	margin-right: 0;
	background-color: FireBrick;
	margin-bottom: 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 7pt;
	color: white;

	}



#menu
	{
/*	margin-left: 160px;*/
	background-color: FireBrick;
	}

#menu ul{
display: inline;
list-style: none;
padding-bottom: 16px;
}

#menu li{
margin: 16px;
display: inline;
list-style: none;
}



#playground
	{
	background-color: white;
	}

ul{
list-style: none;
padding-bottom: 16px;
}

ul.fp{
list-style: square;
}

ul  ul{
list-style: square;
padding-bottom: 8px;
}

li {
padding-top: 4px;
padding-bottom: 4px;
}

h1{
	font-size: 12pt;
	font-weight: bold;
	margin: 5px;
	}

h2{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 10px;
	}

.span{
display: inline;
}
p{
	margin-left: 20px;
	font-size: 10pt;
    padding: 8px;
	}

p.nomargin{
    margin-left: 0;
    font-size: 10pt;
    }




.topic{
	/*font-variant: small-caps;*/
	}

a{
	font-family: sans-serif;
	font-size: 10pt;
	background-color: red;
	}

a.mail:link, a.mail:visited, a.mail:hover, a.mail:active{
	text-decoration: underline;
	color: black;
	background-color: white;
	}

a:link, a:visited{
	text-decoration: none;
	color: white;
	background-color: FireBrick;
	}


a:hover,a:active{
	text-decoration: none;
	color: Gainsboro;
	background-color: FireBrick;
	}


.float	{
	float: left;
	}

img.contact-image{
margin-top: 10px;
margin-bottom: 10px;
margin-left: 160px;
}


#footer p{
    padding: 0;
    }