body {
		margin: 0;
		font-size: 14px;
		font-family: sans-serif;
		background-color: #fafdeb;
		border-top: 4px solid #aca793;
	   background-image: url(pattern.png);
     }
#container {
		width: 750px;
		margin: 0px auto;
		background-color: #fafdeb;
	   }
/* ********** Start: Header ********** */
#title	{
		padding: 50px 20px 10px 20px;
	}
#title h1 {
               font-size: 20px;
               color: #5a4439;
               }
/* ********** End: Header ********** */
/* ********** Start: Menu ********** */
#menu { margin: 0px 50px; }
#menu li {
		list-style-type: none;
		float: left;
	}
#menu .menulevel1 {
		margin: 0px 0px 0px 0px;
		padding: 0px;
                }
#menu .sdoc, #menu .doc {
		display: block;
		padding: 6px 25px;
		text-decoration: none;
		color: #000000;
		}
#menu .sdoc  {
		background: #aca793;
		}
#menu a:link, #menu a:visited, #menu a:active {
		color: #000000;
		text-decoration: underline;
		}
/* ********** End: Menu ********** */
/* ********** Start: Content ********** */
#content {
		margin: 0px 30px;
		padding: 0px 40px 100px 40px;
		min-height: 400px;
		font-size: 14px;
		background-image: url(bg.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		}
				
#content a:link, #content a:visited, #content a:active {
		color: #003333;
		text-decoration: underline;
		}
				
#content a:hover {
		text-decoration: underline;
		}
#content h1, #content h2 {
		display: none;
                }
#content #pagetitle {
		margin-top: 0;
		font-size: 18px;
		font-family: serif;
		color: #000000;
		font-weight: normal;
		}
#content h1, #content h4 {
		font-weight: normal;
		}
#content h2, #content h6  {
		font-weight: bold;
		}
#content h3 {
		font-size: 1.3em;
		}
#content h4 {
		font-size: 1.2em;
		}
#content h5 {
		font-size: 1.1em;
		}
#content h6 {
		font-size: 1.0em;
		}
blockquote {
		text-align: center;
		}
/* ********** End: Content ********** */
/* ********** Start: Footer ********** */
#footer {
		padding: 0px 0px 5px 0px;
		font-size: 10px;
		text-align: center;
		color: #000000;
                }
#footer a:link, #footer a:visited, #footer a:active {
		color: #000000;
		}
#footer a:hover {
		text-decoration: underline;
		}
/* ********** End: Footer ********** */

