body {
background:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: bold;
color: #ccc;
margin:0;
padding:0;
}

h1{
}

h2{
}

h3{
}

h4{
}

h5{
}

h6{
}

a{
text-decoration:none;
color:#4b6b73;
}

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

.wrapper{
width:935px;
margin: 0 auto;
position: relative;
}

.header{
width:935px;
height:330px;
background-image:url(images/header.gif);
}

.photo{
width:384px;
height:288px;
margin: 21px 0 19px 60px;
position:absolute;
}

.nav{
height:40px;
width:935px;
background-color:#000;
clear:both;
padding:0 5px 0 5px;
}


ul li a {
display:block;
height:40px; 
width:64px;
background:transparent url(images/nav/home.gif) no-repeat 0 0;
text-indent:-9009px;
}	

ul li {
display:block;
float:left;
list-style-type:none;
}
	  
ul li a:hover {
background-position:  0 -40px ;
}

.body{
width:935px;
}

.top{
width:935px;
height:32px;
background-image:url(images/top.gif);
}

.content{
width:865px;
background-image:url(images/middle.gif);
background-repeat:repeat-y;
padding: 5px 40px 40px 40px;
}

.bottom{
width:935px;
height:32px;
background-image:url(images/bottom.gif);
}

.footer{
width:935px;
font-size: 8pt;
text-align:center;
color:#4b6b73;
}