body{
margin: 0;
}

#head{
background-image: url('img/tile.png');
background-color: #000;
width: 100%;
height: 130px;
font-family: tahoma;
color: white;
font-size: 28px;
border-bottom: solid 8px #2F2F4F;
}

#head a:link{
font-family: tahoma;
color: white;
font-size: 26px;
text-decoration: none;
}

#head a:visited{
font-family: tahoma;
color: white;
font-size: 26px;
text-decoration: none;
}

#head a:hover{
font-family: tahoma;
color: white;
font-size: 26px;
text-decoration: none;
border-bottom: solid;
border-bottom-width: 4px;
border-bottom-color: #2F2F4F;
}

#neck{
background-image: url('img/tile2.png');
width: 100%;
height: 800px;
border-bottom: solid 40px black;
padding-top: 10px;
font-family: tahoma;
color: white;
font-size: 12px;
}
#content{
margin: 0px;
margin-left: 24px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 40px;
font-family: Tahoma;
color: black;
width: auto;
border-left: solid 8px black;
border-right: solid 4px black;
border-top: solid 4px black;
border-bottom: solid 8px black;
height: 700px;
width:690px;
background-color:white;
}
#left{
width:300px;
display: block;
float: left;
font-family: Georgia, serif; 
line-height: 190%;
}

#left li{
margin-bottom: 40px;
}

#left a:link{
color: blue;
text-decoration: none;
}

#left a:visited{
color: blue;
text-decoration: none;
}

#left a:hover{
color: red;
}

#right{
display: block;
width: 200px;
padding: 10px;
padding-left: 30px;
float: right;
margin-right: 40px;
line-height: 1.1em;
border-left: dashed 1px #999;
}
#right h4{
padding-bottom: 0;
padding-top: 0;
}

.subhead{
display: block;
float: left;
margin-top:14px;
padding-top: 14px;
padding-left: 4px;
padding-bottom: 14px;
border-top: dashed 1px #999;
border-bottom: dashed 1px #999;
width: 280px;
display: block;
font-weight: normal;
font-size: large;
margin-bottom: 12px;
}

.home{
display: block;
float: left;
line-height: 1em;
width: auto;
}

.transparent{

}



