/* modified css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* basic elements */
body {
        background-image: url(../images/bg.jpg);
        background-repeat: repeat;
        background-color: #eeefee;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	margin: 0px; 
	padding: 8px;
	}
p { 
	margin-top: 0px; 
	}
.title { 
	font-weight: 600;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000055;
	}
h2 { 
	font: normal 1.4em arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000044;
	}
h2 span {
	position: absolute;
	top: 300px;
	margin-left: 0px;
	}
h3 { 
	font: italic normal 1.4em arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #880000;
	}
hr {
width: 60%;
}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #043;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #022;
	}
a:hover, a:active { 
	background: #ebb;
        color: #000;
	}
ul     {
	list-style-type: square;
	margin-top: 0px;
	margin-left: 0px;
	text-align:left;
	padding-left: 16px;
	padding-top: 0px;
       }

/* specific divs */
#container { 
        margin: auto; 
	width: 800px; 
	position: absolute;
	margin-left: 70px;
	}
.each {
	background-color: #fbfffb;
	height: 45px;
	width: 705px;
	margin-left: 165px;
        margin-bottom: 5px;
	font-family: courier, monospace;
	font-size: .9em;
}
.each img {
	position: absolute;
	vertical-align: middle;
         }
.qt     {
	margin-left: 72px;
}
.each span {
	font-weight: bold;
        padding-left: 75px;
        margin-top: 25px;
        }
.heading {
	margin-left: 260px;
        font-size: 1.5em;
    }



