html
{
  margin:0px;
}

body
{
  margin:0px;
  background-image:url(../images/framework/header.gif);
  background-repeat:repeat-x;
  font-family:Arial, sans-serif;
  font-size:1.0em;
}

h1
{
  font-size:1.2em;
  color:#ff0000;
}

h2
{
  font-size:1.1em;
  color:#ff0000;
}

br
{
  clear:both;
}

a
{
  color:#ff0000;
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
}

#wrapper
{
  width:760px;
  margin: 0 auto;
}

#header
{
  width:760px;
  height:103px;
  background-image:url(../images/framework/tyreprint.gif);
  background-repeat:no-repeat;
  background-position:100% 0;
}

#mainbody
{
  width:760px;
}

#mainbody label
{
  width:123px;
  float:left;
  margin-bottom:5px;
}

#mainbody input.text
{
  width:177px;
  float:left:
  font-size:1.0em;
  margin-bottom:5px;
}

#mainbody input.submit
{
  font-size:1.0em;
  margin-left:123px;
}

#orderform
{
  border:1px solid #000000;
  border-collapse:collapse;
}

#orderform td
{
  border:1px solid #000000;
}

#orderform td.categoryheader
{
  border:1px solid #000000;
  background-color:#cccccc;
}

#orderform input.text
{
  width:40px;
}

.column
{
  width:320px;
  float:left;
}

.error
{
  color:#ff0000;
}