body
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	background-color: #6C0000;
/*	background-image: url(catalog/images/bg.png);   */
      background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
div.header
{
	width:860px;
	height:160px;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(catalog/images/logo.png);     */
      background-image: url(img/logosmaller.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	letter-spacing: 0.1em;
}

h1
{
	font-size:1.6em;
	margin-bottom:10px;
	color: #E6E6E6;
	text-align: center;
	font-weight: bold;
}

h2
{
	font-size:1.4em;
	font-weight:bold;
	padding-bottom: 5px;
	margin:0;
	padding-right: 5px;
	white-space: nowrap;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
h3
{font-size:1.2em; font-weight:bold; padding-bottom: 5px; margin:0;}

a:link, a:visited
{ background-color: inherit; color:#FFD9FF; text-decoration: none;}
a:active
{ background-color: inherit; color:#FF0000; text-decoration: none;}

a:hover
{ background-color: inherit; text-decoration: none; color:#FF0000;}

.noborder {
	border: 0;
	margin-right: auto;
	margin-left: auto;
}
.td400 {
	width: 400px;
}

div.content ul
{
	list-style:none;
	margin-left:10px;
	padding:1px;
	text-align: left;
}

div.content ul li
{ padding-left:15px; background: url(catalog/images/arrow2.gif) 0 3px no-repeat;}

.maincontainer
{
	margin: auto;
	border-bottom:#666 1px solid;
	background-color: #6C0000;
}

.finder {
      font-size: 12px;
      color: #ffffff;
      background-color: #6C0000;
}

option  {
      color: #dddddd;
      background-color: #6C0000;
}

.submit  {
      margin-right:41px;
      color: #aF5555;
      background-color: #3a0000;
      float: right;
}

.footer   {
	padding:10px;
	font-size:0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	background-color: #990000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-image: url(catalog/images/footbak.gif);
}

#leftmenu{
	color:#FF0000;
	float:left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	list-style-image: none;
	list-style-type: none;
}
#rightmenu{
	color:#FF0000;
	float:right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#content
{
	padding:20px;
	background-color:#6C0000;
	width:860px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height:620px;
}

.mainleft {
      width: 340px;
      float: left;
      }

.central_spacer {
      width:30px;
      float: left;
}

.mainright {
      width: 420px;
      float:right;
}

.tablerowpurple  {
	background-color: #993333;
	text-align: left;
}
.tablerowgreen  {
	background-color: #336600;
	text-align: left;
}
img.floatLeft {
	float: left;
	margin: 0px 10px 5px 0px;
	background-repeat: no-repeat;
}

img.floatRight {
    float: right;
    margin: 0px 0px 5px 10px;
}
.paracentre  {
	text-align: center;
}
.paraleft  {
	text-align: left;
}
.pararight  {
	text-align: right;
}
.spacer
{ clear:both; margin:15px;}

