/* 
    Document   : quote.css
    Created on : Sep 14, 2011, 10:16:37 PM
    Author     : jxu
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

h1 {
	color: #99CC00;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #E6E8ED;
}

/* Header */

#header {
    width: 792px;
    height: 96px;
    margin: 0 auto;
    font-size: 100%;
    /*background: url(images/img05.gif) no-repeat left bottom; */
}
#header a {
    display: block;
    float:  left;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 16px 0 0 0;
    background: url(images/img03.jpg);
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

/* Footer */

#footer {
    width: 710px;
    height: 150px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    /* background: url(images/img06.gif) no-repeat;
    color: #FFFFFF; */
}

#footer p {
    margin: 0;
    text-align: center;
    font-size: 100%;
}

#footer a {
    text-decoration: underline;
    /*color: #FFFFFF; */
}

#footer a:hover {
    text-decoration: none;
}