* {
margin:0px;
padding:0px;
}
body {
color:#fff;
font-size:13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#D9E3D8;
background-image: url(img/gradient.jpg);
background-repeat: repeat;
}
	h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#f4a52f;
	}
		h2 {
		font-size:26px;
		border-bottom:1px solid #AB7320;
		margin-bottom:20px;
		}
		h3 {
		font-size:13px;
		font-weight:bold;
		margin-bottom:4px;
		}
			h3.archives {
			font-weight:normal;
			color:#fff;
			text-decoration:underline;
			}
	ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 5px 0 20px;
	padding: 0 0 0 15px;
	}
	li {
	margin: 4px 0;
}
	a img {
	border:none;
	}
	a {
	color:#f4a52f;
	}
	a:hover{
	color:#000;
	}
	
	#wrapper {
	width:700px;
	margin:auto;
	margin-top:42px;
	margin-bottom:20px;
	background-image:url(img/bg.jpg);
	background-repeat: repeat;
	position:relative;
	}
		#header {
		}
			#header #topRounded {
			top:-13px;
			position:relative;
			}
			#header #flash {
			margin-left:5px;
			margin-top:-12px;
			}
			#header #nav {
			margin-bottom:0px;
			}
				#header #nav li{
				display:inline;
				}
					#header #nav li a {
					text-decoration:none;
					padding:0 30px;
					}
					#header #nav li a:hover {
					background-image:url(img/highlighter.png);
					background-repeat:no-repeat;
					background-position: center;
					}
		#content {
		padding:6px 25px 25px;
		}
		
			table {
			width:auto;
			margin:auto;
			}
				table tr {
				}
					table tr td {
					padding:1px;
					}
			p {
			margin-bottom:20px;
			}
			#col1{
			float:left;
			width:320px;
			}
			#col2 {
			float:right;
			width:320px;
			}
			#content img {
			padding:5px;
			background-color:#f4a52f;
			}
			#content .staff {
			margin-bottom:20px;
			}
			.products {
			font-size:11px;
			}
		#footer {
		font-size:10px;
		text-align:center;
		border-top:1px solid #AB7320;
		padding-top:20px;
		}
			#footer p {
			margin-bottom:7px;
			}
			#footer #bottomRounded {
			position:relative;
			bottom:-6px;
			}

.clearer {
clear:both;
}
.highlighter {
color:#f4a52f;
}
hr {
color:#f4a52f;
border-bottom:0;
margin:3px 0px 15px 0px;
}