body {
margin: 0;
padding: 0;
background: url(../i/bodybg.gif) repeat-x;
font-family: arial;
}

h1 {
margin: 0;
padding: 0;
background: url(../i/rightlogo.gif) no-repeat top right;
height: 154px;
text-indent: -10000px;
}

h2 {
font-family: Georgia;
color: #999;
text-align: center;
font-size: 22px;
font-style: italic;
margin-top: 30px;
background: url(../i/phonegirl.gif) no-repeat bottom left;
height: 80px;
padding-left: 140px;
padding-top: 50px;
}

h3 {
font-family: arial;
color: darkblue;
margin: 20px;
}


p {
color: darkblue;
clear: both;
font-family: arial;
font-size: 12px;
}

td {
vertical-align: top;
width: 50%;
font-family: arial;
font-size: 12px;
color: darkblue;
padding: 10px;
text-align: justify;
}

#holdme {
background: url(../i/eye.gif) no-repeat top left;
}


#content {
position: absolute;
top: 152px;
left: 180px;
width: 700px;
}

ul#nav {
position: absolute;
top: 152px;
width: 160px;
background: url(../i/navbg.gif) repeat-y;
margin: 0;
padding: 0;
height: 600px;
}

ul#nav li {
margin: 0;
padding: 0;
list-style-type: none;
}

ul#nav li a {
display: block;
background: ...;
border: 1px solid #eee;
background: url(../i/navbuttonbg.gif) repeat-x;
width: 140px;
font-family: verdana;
font-weight: bold;
color: #fff;
font-size: 12px;
margin-top: 5px;
padding: 4px;
margin-left: 10px;
text-decoration: none;
}

.floatleft {
 float: left;
}


.floatright {
 float: right;
}


form {
 font-size: 12px;
 margin-left: 20px;
}

form div {
 padding-bottom: 10px;
}

form label {
 float: left;
 display: table-cell;
 width: 120px;
 color: darkblue;
 font-weight: bold;
}

table {
 margin-left: 12px;
}

