body {
        text-align: center; 
	background: #333333 url(../images/bg.gif) repeat top center;
	background-repeat: repeat-y;
        margin: auto;
	}

#header {
	background: url(../images/tea.jpg) no-repeat top center;
	top: 0px;
	width: 700px;
	height: 140px;
        margin: auto;
	}

#header p {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
        text-align: left;
        color: #999999;
	font-size: 0.8em;
        margin: 2px 0px 0px 6px;
	}

#subhead {
	background: #3C3065;
	top: 140px;
	width: 700px;
	height: 32px;
        margin: auto;
	}

#subhead p {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
        text-align: left;
        color: #FFFFFF;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
        margin: 0px 0px 0px 152px;
	}

#container {
        text-align: left; 
	background: url(../images/bg.gif) repeat top center;
	top: 172px;
	width: 700px;
	height: 100%;
        margin: auto;
	}

#nav {
        float: left;
        text-align: right; 
	background: #6699FF;
	width: 100px;
        padding: 18px;
	}

#nav p { 
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
        line-height: 1.2em;
	color: #FFFFFF;
        margin: 12px 0px 18px 0px;
	}

#nav a:link, #nav a:visited { 
        font-weight: normal;
	text-decoration: none; 
	color: #FFFFFF;
	}

#nav a:hover, #nav a:active { 
        font-weight: normal;
	text-decoration: none; 
	color: #333333;
	}

#main {
        float: right;
	background: #FFFFFF;
        padding: 16px;
	width: 532px;
	}

#main p, #main li {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	color: #333333;
        line-height: 1.5em;
	font-size: 0.85em;
        }

#main ul {
        margin: -10px 0px -10px 22px;
        }

#main a:link, #main a:visited { 
        font-weight: normal;
	text-decoration: underline; 
	color: #333333;
	}

#main a:hover, #main a:active { 
        font-weight: normal;
	text-decoration: underline; 
	color: #6699FF;
	}

#main h1 { 
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #6699FF;
        line-height: normal;
        margin: 0px 0px 6px 0px;
	}

#main h2 { 
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #6699FF;
        line-height: normal;
        margin: 0px 0px -10px 0px;
	}

#main td { 
        padding: 10px 0px 10px 0px;
	}