/*
		 Chris Coyier
		 http://css-tricks.com
*/

/**					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif; }*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }

.box-two			{ background: #F3F5F3; border: 1px solid #534515; position: relative; margin: 10px 0;}
.box-two .tl		{ position: absolute; width: 14px; height: 14px; background: url(images/box-two-tl.png); top: -1px; left: -1px; }
.box-two .tr		{ width: 14px; height: 14px; background: url(images/box-two-tr.png); position: absolute; top: -1px; right: -1px; }
.box-two .bl		{ width: 14px; height: 14px; background: url(images/box-two-bl.png); position: absolute; bottom: -1px; left: -1px; }
.box-two .br		{ width: 14px; height: 14px; background: url(images/box-two-br.png); position: absolute; bottom: -1px; right: -1px; }
.box-two .inside	{ padding: 0px 20px; }
.box-two .inside p {text-indent: 1.5em;}
