﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #786E50 url(images/img1.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	color: #3C3728;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

/*
.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #996633;
}*/

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #996633;
	font-size: 9px;
}

.break
{
    clear:both;
    line-height:0;
}

