body{
font-family: Verdana;
font-size: 90%
}

#email{
font-weight: bold;
color:darkred;
}

#content
{
width: 850px;
height: 800px;
background: white;
}
#left{
position:relative;
left: 25px;
top: 10px;
width: 230px;
height: 750px;
background: #c4dad8;
padding-left:5px;
padding-top: 5px;
font-size: 90%;
}
#left img{
padding-left:7px;
padding-top:5px;
width: 210px;
height: 180px;
}
#left table{
font-size: 100%;
border-spacing: 5px;
border-collapse: collapse;
}
#right{
left: 270px;
width: 600px;
top: 20px;
position:absolute;
background: white;
}
#top{
position:relative;
top: 0px;
left: 10px;
width: 580px;
height: 125px;
background-image: url('banner.jpg');

}
#nav{
position:relative;
left: 10px;
top: 0px;
width: 580px;
height: 35px;
background: #eee;
}
#nav ul{
list-style: none;
}

#nav ul li {
    display: inline;
	position: relative;
	left: 30px;
	top: 8px;
	float:left;
	padding-right: 30px;
}

#nav ul li a {
    display: inline;
    font: bold 15px/16px Arial, Helvetica, sans-serif;
    text-decoration: none;
	opacity: .40;
    color: Black;
}

#nav ul li a:hover {
    position: relative;
    top: -1px;
    text-decoration: none;
	opacity: 1.0;
}
#r_cont{
position:relative;
left: 10px;
top: 10px;
width: 570px;
height: 567px;
padding-left:10px;
background: #c4dad8;
}
#footer{
position:absolute;
top: 780px;
left:32px;
width: 826px;
height: 25px;
text-align : center;
font-size : 0.9em;
color : #515151;
border : 1px solid #ccc;
background : #bed2d1;
padding-top: 5px;
}