/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
 */
body 
{
 margin: 0;
 font-family: verdana , arial , helvetica , sans-serif;
 font-size: 62.5%;
 color: black;
 /*background-image: url("http://www.stamp-n-scrap.com/index_files/BACKGROUND.gif");*/
 background-color: cream;
 /* text-align: left; */
}


h1, h2, h3, h4, h5, h6 
{
 margin-top: 0.3em;
 margin-right: 0;
 margin-bottom: 0.3em;
 margin-left: 0;
 font-size: 100%;
}

textarea {
 float: center;
 margin: auto;
 display: block;
 width: 95%;
}

div#ex_content {
 padding:1em;
 text-align: center;
 font-size:75%;
}

div#event_header
{
 text-align: center;
 font-size: 200%;
 color: rgb(0 , 0 , 0);
}

div#store_hours {
 float: right;
 display: block;
 width: 250px;
 top:70;
 padding: 0;
 z-index:2;
}

div#contact_us {
 float: left;
 display: block;
 width: 250px;
 top:70;
 padding: 0;
 z-index:2;
}

div#tableheading {
 border-top-color: rgb(0 , 0 , 0);
 border-top-width: 1px;
 border-top-style: solid;
 border-bottom-color: rgb(0 , 0 , 0);
 border-bottom-width: 1px;
 border-bottom-style: solid;
 font-size: .5em;
}

div#directions {
 align-text: left;
 vertical-align: top;
 margin: auto;
 font-size: 12pt;
}

div#address {
 align-text: center;
 vertical-align: bottom;
 margin: auto;
 display: block;
 font-family: verdana , arial , helvetica , sans-serif;
 color: black;
}

div#logo {
 float: none;
/* margin: auto;*/
 display: block;
 /* font-family: verdana , arial , helvetica , sans-serif;*/
 font-size: 90%
 color: blue;
 text-align:center;

}
div#footer { 
 display: block;
 left: 0px;
 width: 100%;
}

div#navbar2 {
 height: 30px;
 width: 100%;
 border-top: solid #000 1px;
 border-bottom: solid #000 1px;
 background-color: #336699;
 text-align: center;
}

div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFF;
 line-height: 30px;
 white-space: nowrap;
}


div#navbar2 li {
 list-style-type: none;
 display: inline;
}


div#navbar2 li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #FFF;
}


div#navbar2 lia:link {
 color: #FFF:
}


div#navbar2 lia:visited {
 color: #CCC;
}


div#navbar2 lia:hover {
 font-weight: bold;
 color: #FFF;
 background-color: #3366FF;
}

div#facade {
 font-family: verdana , arial , helvetica , sans-serif;
 font-size: 12pt;
 float: left;
 width: 290px;
 padding: 10px;
 font-size: 100%
 text-align: justify;
}

/* This is cut from w3c schools tutorial */

div#home_table {
 vertical-align: top;
}

div#container {
 width:150%;
 margin:0px;
 border:1px solid gray;
 line-height:150%;
 text-align: justify;
}


div#header {
 padding:10px;
 font-size: 75%;
}

div#left {
 float:left;
 width:160px;
 margin:0;
 padding:1em;
}

div#content {
 float: left;
 width: 200px;
 padding:1em;
 position.top: 100px;
 text-align: justify;
 font-size:75%;
}


div#mnt_content {
 width: 100%;
 height: 100%;
 padding:1em;
 position.top: 100px;
 text-align: center;
 font-size: 75%;
}

div#event_pic {
 float: right;
 width: 100%;
 height: 100%;
 padding:1em;
 position.top: 100px;
 text-align: center;
 font-size: 75%;
}
