body {
    padding-top: 20px;
    background: #1F0005;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: .9em;
}

#main_container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 700px;
    padding-left: 30px;
    padding-right: 0;
}

img {
    border: none;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

/*===================navigation bar elements================*/
.header {
    margin: 0px auto auto 0px;
    text-align: left;
}

#navbar {
    background: #296472;
    position: absolute;
    top: 210px;
    left: 0px;
    z-index: 3;
}

#navframe {
   border: 2px solid #F7DEB9;
   margin: 8px;
   padding: 15px;
   padding-bottom: 0px;
}

#navbar img {
    margin: 0;
    margin-bottom: 15px;
    display: block;
}


/*=====================homepage elements====================*/

#homemain {
    position: relative;
    background-color: #363836;
    margin-left: 90px;
    width: 580px;
    padding: 8px;
    text-align: left;
}

* html #homeframe {
    height: 372px;
}

#homeframe {
    position: relative;
    min-height: 370px;
    border: 2px solid #F7DEB9;
    background-color: #363836;
    padding: 0;
}

#homewelcome img {
    position: absolute;
    top: 3; left: 3;
}

#homeframe h1 {
	font-size: 0.96em;
	font-weight: bold;
	margin-bottom: 0;
	display: inline;
}
#homebackground {
    background-color: #F7DEB9;
    margin: 3px;
}
#homewelcome {
    border: 3px solid #363836;
    background-image: url(images/bground.gif);
}

#homewelcome div.first {
    padding-top: 70px;
}
#homewelcome div {
    width: 142px;
    padding-left: 23px;
	padding-top: 10px;
    left: 400px;
    line-height: 1.1em;
	font-size: 0.96em;
	color: #FFFFE3;
    position: relative;
}

/*=============footer elements==============*/

.footer {
    text-align: right;
    font-size: .8em;
    color: #766354;
    padding: 10px 10px 0 0;
}

/*================frame elements (used in everywhere but index)============*/

#framemain {
    position: relative;
    margin-left: 35px;
    width: 722px;
}

#frameheader {
    background-image: url(images/frameheader.gif);
    width: 638px;
    height: 41px;
    margin-left: auto;
    margin-right: auto;
}

#framesides {
    position: relative;
    background-image: url(images/frameslice.gif);
    background-repeat: repeat-y;
    width: 560px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #FAFADF;
    color: #571414;
    padding: 0px 39px 0px 39px;
}

#framebackground {
    position: relative;
    padding: 0;
    margin: 0;
}

#bground-grad {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#frametitle {
    text-align: center;
    padding-top: 1.5em;
    margin-bottom: 2em;
}

#frametitle img {
    margin: 0;
}

#framefooter {
    background-image: url(images/framefooter.gif);
    width: 722px;
    height: 36px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

/*===============about elements==========*/

#aboutbody {
    padding: 0px 50px 1.5em 50px;
    position: relative;
    z-index: 2;
}

#aboutbody img {
    position: static;
    float: left;
    margin-right: 1em;
    margin-bottom: .5em;
}

#aboutbody p {
    margin-bottom: 1.5em;
	color: #333;
	font-size: 0.9em;
	line-height: 1.2em;
}

/*=============products elemetns============*/


#productsbody {
    padding: 0px 50px 15px 50px;
    position: relative;
    z-index: 2;
	min-height: 250px;
}

#productsbody img {
    margin-top: 0;
    position: static;
}

#productsbody a {
    color: #571414;
    text-decoration: none;
}

#productsbody a:hover {
    text-decoration: underline;
}

#productsbody h1 {
    font-size: 1.05em;
    margin-bottom: 0;
    margin-top: 0;
}

#productsbody h2 {
    font-size: .9em;
    margin-top: 0em;
    margin-bottom: 1.2em;
    font-weight: normal;
	color: #333;
}

#productspicture {
    position: absolute;
    top: 0;
    right: 45px;
}

#productscontainer {
    width: 230px;
}

#productsnav {
    position: absolute;
    right: -14px;
    top: 75px;
    margin: 0;
}

#productsnav img {
	margin-left: 13px;
}
/*=====================contact elements================*/


#contactbody h1 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
}

#contactbody h2 {
    font-size: .9em;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
	color: #333;
}

#contactbody {
    padding: 0px 50px 110px 50px;
    position: relative;
    z-index: 2;
}

#contactbody a {
    color: #296472;
    font-size: 0.9em;
}

.people {
    margin-top: 15px; 
    float: left;
}

#donald {
    padding-right: 30px;
}
#debbie { 
    padding-right: 9px;
}

