nav.MainTitle h4 span.Arrow{
    font-size:80%;
    font-weight: normal;
    color:black;
}
div.MainContent div.ContentRow:last-child{
    margin-bottom: 0px;
}
div.ResourceImage{
    width:182px;
    padding:10px;
    vertical-align: top;
}
div.ResourceImage div.ImageFrame{
    width:180px;
    height:240px;
    border:solid 1px lightgrey;
}
div.ResourceImage div.ImageFrame img{
    width:100%;
    height:100%;
}
section.ResourceInfo{
    padding:10px;
    vertical-align: top;
}
section.ResourceInfo h4{
    margin-bottom:10px;
    font-size: 120%;
    font-weight: bold;
    color:#F95C00;
}
section.ResourceInfo span{
    display:block;
    padding:5px 0px;
}
section.ResourceInfo span input[type="text"]{
    width:300px;
}
div.ResourceAD{
    float:right;
    width:265px;
    height:242px;
    padding:10px;
}
div.ResourceDescription>*,div.ResourceLink>*{
    padding: 10px;
}
div.ResourceDescription p{
    text-indent: 2em;
}
div.ResourceLink table td{
    padding:10px 5px 10px 0px;
}
div.ResourceLink table td input.LinkAddr{
    width:500px;
}
div.ResourceLink table td input.LinkExtraInfo{
    width:150px;
}