body{
	font-size: 12px;
}
#content{
	padding: 10px 10px 10px 10px;
}

#wrapper{
	position: relative;
}
#pics{
	position: absolute;
	right: 0px;
	top: 20px;
}
.pics {  
    height:  300px;  
    width:   400px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    top:  0; 
    left: 0;
	width:  400px; 
    height: 300px; 
} 


/* Latest Products */
#latestProducts
{
	margin-top: 10px;
}

.latestTd
{
	height: 135px;
	padding: 5px 8px 8px 8px;
	background-image: url(../images/hometd.jpg);
	background-repeat: no-repeat;
}
.latestTd h3
{
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 0;
}
.latestTd h3 a
{
	text-decoration: none;
}
.latestTd img
{
	margin-left: 2px;
	border: 1px solid #aaa;
	background-color: #ccc;
	padding: 2px;
}

