﻿body
{
    font-family: Tahoma;
    font-size: .8em;
    margin: 0px;
}

h1
{
    font-size: 1.4em;
    margin-top: 10px;
}

a
{
    text-decoration: none;
    color: #C00;
}

a:hover
{
    text-decoration: underline;
}

.wrapper
{
	margin: auto;
	width: 960px;
}

.content
{
    clear: both; 
}

.footer
{
    text-align: center;
    font-size: .75em;
    color: #999;
    text-transform: capitalize;    
}

.sampleItem
{
    float: left;
    border: solid 1px #CCC;
    width: 440px;
    margin: 10px;
    padding: 5px;
}

.sampleItemImage
{
    border: solid 1px #999;
    background: #333;
    float: left;
    width: 200px;
    padding: 5px;  
}
  
.sampleItemDetails
{
    float: left;
    margin-left: 5px;
    width: 220px;    
}

.sampleItemDetails a:first-child
{
    font-weight: bold;    
}

#footnote
{
    display: block;
    text-align: center;
    margin: 15px;
    clear: both;
}