body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: .8em;
  background-color: #222;
  color: #1E1C53;
  margin: 0px;
  background-image: url('gradient.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  background-attachment: fixed;
}

#container
{
width: 700px;
height: 1500px;
padding: 10px;
margin: 30px auto;
background-color: #EEE;
}

#left
{
padding: 0px;
width: 250px;
float: left;
}

#right
{
width: 440px;
height: 1000px;
float: right;
}

img {
padding: 0 5px 0px 5px;
border: 0px solid black;
}

.heading
{
border-bottom: 1px solid gray;
width: 100%;
text-align: right;
font-weight: bold;
font-style: italic;
font-size: x-large;
padding: 5px 0px;
}

.graytext {
color: #999;
}

ul#dates {
color: #999;
border: 0;
list-style-type: none;
padding: 0;
margin: 0;
text-align: right;
text-transform: uppercase;
padding: 5px 5px;
}

.dates {
float: left;
width: 100px;
}

ul#credentials {
border: 0;
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
}

.credentials {
float: right;
width: 330px;
padding: 5px 5px;
}

.headingleft
{
border-bottom: 1px solid gray;
width: 100%;
text-align: center;
font-weight: bold;
font-style: italic;
font-size: x-large;
padding: 5px 0px 5px 0px;
}

.bio
{
clear: left;
margin: 0;
padding: 5px;
height: 100px;
border-bottom: 1px solid gray;
}

.references
{
clear: left;
height: 50px;
border-bottom: 1px solid gray;
border-top: 1px solid gray;
padding: 10px;
height: 20px;
}

ul#leftservice {
border: 0;
list-style-type: none;
padding: 0;
margin: 0;
text-align: right;
text-transform: uppercase;
padding: 5px 5px;
}

.leftservice {
float: left;
width: 85px;
}

ul#leftcontact {
border: 0;
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
}

.leftcontact {
float: right;
width: 155px;
padding: 5px 5px;
}

a
{
text-decoration: underline;
color: #1E1C53;
}

a:hover
{
text-decoration: none;
color: #1E1C53;
}

.profilephoto
{
margin: 5px 0;
}
