body 
{
    margin: 0px;
    padding: 0px;
    background-color: #8A8A8A;
    color: #DDDDDD;
    font-family: arial;
}
#page
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px black;
    background-image: url(candy.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #921414;

}
#header
{
    background-color: #444444;
    text-align: left;
}
#header img
{
    clear: both;
}
#header p, #footer
{
    background-color: Black;
    text-align: right;
    margin: 0px;
    vertical-align: middle;
    padding: 6px;
    font-size: .7em;
    
}
#content
{
    float: left;
    width: 100%;
}
#right, #left
{
}
#right *
{
    font-size: .9em;
}

#left
{
    float: left;
    width: 224px;
    clear: none;
    font-size: .7em;
    

}
#right
{
    float: right;
    width: 625px;
    background-color: #6C6C6C;
    border-left: solid 1px black;
}
#right p
{
    margin: 20px;
    text-align: justify;
}
#left ul 
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
    border-top: solid 1px black;
}
#left ul li 
{
    background-color: #7F0202;
    border: 0px;
    border-bottom: solid 1px black;
    text-align: left;
    text-indent: 2em;
}
#left ul li a
{
    display: block;
    padding: 4px;
}
#left ul li:hover
{
    background-color: #921414;
    background-image: url(rightarrow.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}
#left ul li.noarrow
{
	margin-left: auto;
	margin-right: auto;
	text-indent: 0 !important;
	text-align: center;
}
#left ul li.noarrow:hover
{
	background-image: none !important;
}
.current
{
	background-image: url(rightarrow2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#footer
{
    background-color: #3B3A3A;
    clear: both;
    border-top: solid 1px black;
    padding: 6px 0px;
    text-align: center;
}
#footer p
{
    background-color: #3B3A3A;
    float: left;
    width: 225px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
#footer ul
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style: none;
    display: inline;
    margin-left: auto;
    margin-right: auto;
}
#footer ul li 
{
    display: inline;
    padding: 4px;
}
#left a, #footer a
{
    color: #DDDDDD;
    text-decoration: none;    
}
#right a
{
    color: #DDDDDD;
    font-weight: bolder;
}
#right a:hover
{
    text-decoration: none;
}
#left a:hover, #footer a:hover
{
    text-decoration: underline;
}
#left a:visited, #footer a:visited
{
    color: #888888;
}
.inline 
{
    float: right;
    margin-right: 20px;
    border: solid 1px black;
}
div.inline
{
    width: 50%;
}
ul
{
    list-style: none;
}
#partsList
{
    width: 25%;
}
p
{
    clear: both;
}
#location
{
    width: 15%;
    clear: none;
    white-space: nowrap;
}
h1
{
    font-size: 2em;
    text-indent: 1.5em;
}
fieldset
{
  margin: 5px 15px;
  clear: both;
  border: solid 1px black;
}
legend
{
    color: #DDDDDD;
}
label
{
    width: 4em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    margin-top: 3px;
    display: block;
    vertical-align: middle;
}

.email input
{
    width: 20em;
    margin-bottom: 3px;
}
textarea
{
    width: 24.8em;
}
p.submit
{
    margin: 0 !important;
    padding: 0;
    padding-left: 8em;
}
p.submit input
{
    width: 7em !important;
}
h2
{
    margin: 5px;
    padding: 5px;
    border: solid 1px #7F0202;
    background-color: #921414;
}
