div#wrap {

	width: 1024px;
	margin: 0 auto;
}

div#header{
	height: 200px;
}

div#footer {
	height: 36px;
	background: #fff url('../img/footer.jpg') no-repeat;
	font-size: 10px;
	line-height: 30px;
}

div#footer a { color: #A66; font-weight: bold; }
div#footer a { background-color: transparent; }

div#nav-primary{
	background-color: #fff;
	text-align: center;
}

div#main{
	background: #fff url('../img/bg.jpg') no-repeat center top ;
	padding: 0 24px 15px;
}

img.divider { margin: 0 10px; }

       p { margin-bottom: 10px; }
 img + p { margin-top: 10px; }
ul + img { margin-top: 10px; }

p.product {
	font-size: 12px;
}

.left  { float: left; }
.clear { clear: both; }

div#left  { float: left; width: 620px; min-height: 450px; }
div#right { float: right; min-height: 480px; }

h1, h2, h3 {
	font-weight: normal;
}
h1 {
	color: #a20a0a;
	font-size: 190%;
	margin: 0 0 11px -1px;
}
h2 {
	color: #a20a0a;
	font-size: 140%;
	margin: 0.6em 0 0.3em;
}
h3 {
	color: #a20a0a;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 130%;
}
h4 {
	font-weight: bold;
	padding-bottom: 1px;
}

h1 a:link, h1 a:active, h1 a:visited { color: #a20a0a; text-decoration: none; font-weight: normal; }
h1 a:hover { color: #a20a0a; text-decoration: underline; font-weight: normal; }

thead tr td { font-weight: bold; }

a.maillink { font-weight: normal; }

div.box { border: solid #835f5f 1px; margin-right: 10px; }
div.box-title { padding: 6px 10px; font-weight: bold; border-bottom: solid #835f5f 1px; background-color: #dfd5d6; }
div.box-body  { padding: 10px 10px; }
div.box p     { margin-top: 8px; }
div.box span  { font-weight: bold; }

sub { vertical-align: top; font-size: small; }
