/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
 */

body {
	margin: 10px;
	font-family: "Comic Sans MS", Arial, "Times New Roman", sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #E1C593;
	background-image: url(brown_back1.jpg);
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #5b6a7f;
	text-decoration: none;
	}
 
a:visited {
	color: #5b6a7f;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000000;
	}

a:active {
	color: #5b6a7f;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {

    margin: 0.3em 3px;

}


.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
.sideBoxContent {
margin: 0em;
	padding: 3px;
	width: 100%;
	vertical-align: top;
	text-align: center;
background-image: url(brown_back1.jpg);}
#navColumnOneWrapper, #navColumnTwoWrapper {
width: 199px;
background-image: url(brown_back1.jpg);
padding: 0;
margin: auto;}
