html {
margin: 25px auto;
padding: 0px;
}

img {
border: 0px;
}

body {
margin: 25px auto;
text-align: center;
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 15px;
color: #2F4831;
background-color: #4E4E4E;
}

table, tr, td {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 15px;
color: #2F4831;
text-align: left;
}

input, select, textarea, option {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 15px;
color: #2F4831;
background-color: #95B1B3;
border: 1px solid #000;
padding: 2px;
}

a:link
 {text-decoration: none;
color: #2F4831;
cursor: help;
  font-weight: normal;
  text-transform: none}

a:visited
 {text-decoration: none;
color: #2F4831;
cursor: help;
 font-weight: normal;
 text-transform: none}

a:hover
 {text-decoration: underline;
color: #2F4831;
cursor: help;
 font-weight: normal;
 text-transform: none;}

a:active
 {text-decoration: none;
color: #2F4831;
cursor: help;
 font-weight: normal;
 text-transform: none}

h1 {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 15px;
color: #95B1B3;
background-color: #2F4831;
padding: 2px;
width: 99%;
margin-bottom: 7px;
}

h2 {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 15px;
color: #95B1B3;
background-color: #2F4831;
padding: 2px;
width: 99%;
margin-bottom: 7px;
}

#container {
width: 708px;
border: 1px solid #000;
margin: 0px auto;
text-align: center;
background-color: #2F4831;
}

#pic {
margin: 0px auto;
background-image: url(lucien.jpg);
width: 708px;
height: 296px;
}

#content {
margin: 5px auto;
width: 708px;
text-align: left;
}