﻿/* Code used only on Websites.html*/
.thumbnail 
{
	float:left;
	width:43%;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;	
} 
#websites_Col1 
{
    width: 250;
    float: left;
    background: #EEE;
    border: #838486 solid 1px;
}

#websites_Col2 
{
    width: 250;
    float: left;
	background: #EEE;
    border: #838486 solid 1px;
}
#websites_Col3 
{
    width: 250;
    float: left;
	background: #EEE;
    border: #838486 solid 1px;
}
/* End */



