* {
   font-family: Palatino, "Book Antiqua", "URW Palladio L", Georgia, serif;
   letter-spacing: 0.05em;
}

body
{
   background-color: #272727;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

#content
{
   margin-left: 10%;
   margin-right: 10%;
   margin-top: 0px;
   margin-bottom: 0px;
   background-color: #efefef;
   background-image: url('lambda-white.png');
   background-repeat: no-repeat;
   background-position: right bottom;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 15px;
   padding-left: 15px;
   color: #302020;
   border-left: solid 2px #373737;
   border-right: solid 2px #373737;
/*   -moz-box-shadow: 0px 0px 39px #222222;
   -webkit-box-shadow: 0px 0px 39px #222222;
   box-shadow: 0px 0px 39px #222222;*/
}

#emblems {
   float: right;
}

img {
   border: none;
}

#header-picture
{
   text-align: center;
   float: right;
   padding-left: 1em;
}

h3 {
   color: #333;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
   width: 40%;
   margin-left: 30%;
   font-size: 16pt;
}

h2.header
{
   letter-spacing: .3em;
   text-align: center;
   color: #211;
}

div.about-me>p {
   text-indent: 1em;
}

li {
   list-style: none;
}

ul.links {
  margin-left: 2px;
  text-align: left;
}

ul.links>li {
   margin-top: 0.3em;
   list-style: none;
   font-size: 10pt;
}

.text {
   line-height: 1.4em;
   font-size: 14pt;
}

.text li {
   text-align: justify;
}

li a:link {
   text-decoration: none;
   font-weight: bold;
}

li a:visited {
   color:#11f;
   text-decoration: none;
   font-weight: normal;
}

li a:hover {
   text-decoration: underline;
   color: #444;
}

p.email
{
   font-style: italic;
   font-size: 9pt;
}

.footer {
   text-align: center;
   padding-top: 1em;
   width: 40%;
   margin-left: 30%;
   font-size: 8pt;
}

div.nav {
   float: right;
   margin-right: 10px;
}
