﻿
/* http://www.chauy.com/2006/02/column-designs-with-css/ bad link */
/* http://www.oreillynet.com/databases/blog/2004/07/css_could_use_a_reference_impl.html */
/* http://www.strictlycss.com/articles/article/40/the-only-css-layout-you-need */

#outer
{
	margin: 5px;
}
#header
{
	clear: both;
}
#main
{
	clear: both;
}
#left
{
	float:left;
	width: 20%;
	margin: 0 2px 0 2px;
}
#right
{
	float: right;
	width: 78%;
	margin: 0 2px 0 2px;
}
#footer
{
	clear: both;
	position: relative;
}
.navbox
{
	margin: 2px;
}
.pattern
{
	clear: both;
	margin: 10px;
}
.patternpic
{
	float: left;
	margin-right: 10px;
}
.patternname
{
	margin: 10px;
}
.patterndesc
{
	margin: 10px;
}
.addtocart
{
	margin: 10px;
}
.checkout
{
	clear:both;
	margin-left:250px;
	margin-top:10px;
	margin-bottom:10px;
}