	body {
		margin: 0px 100px 100px 100px;
		padding: 137px 0 0 0;
		width: 480px;
		font-family: arial, verdana, sans-serif;
		border-bottom: solid 2px #959226;
		border-right: solid 2px #959226;
		background: url(title.jpg) no-repeat 100px 20px;
	}

	h1 {
		margin: 0 0 50px 0;
		padding: 70px 0 0 0;
		font-weight: normal;
		color: #959226;
		font-size: 30px;
	}
	h1 span {
		display: block;
		color: #666;
		font-size: 17px;
	}

	h2 {
		margin: 30px 0 10px 0;
		font-weight: normal;
		color: #666;
		font-size: 18px;
	}

	h3 {
		margin: 20px 0 5px 5px;
		font-weight: bold;
		color: #888;
		font-size: 16px;
	}
	
	p {
		margin: 0 0 10px 5px;
		padding: 0 5px 0 0 ;
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 0.065em;
		color: #444;
	}
	
	p img.right {
		float: right;
		margin: 0 0 5px 10px;
	}

	li {
		margin: 0 0 2px 5px;
		padding: 0 5px 0 0 ;
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 0.065em;
		color: #444;
	}
	
	a {
		text-decoration: none;
		color: #959226;
		font-weight: bold;
		border-bottom: dotted 1px;
		border-color: #ccc;
	}
	a:hover { color: #444; }
	
	-->
	
	/* navigation */

	#navbar {
	position:absolute;
	top:134px; left:100px; width:380px; height:20px;
	z-index:1;}

	#nav {
	float: left;
	width: 480px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 75%;
	}

	#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border: 0;
	}	
	
	#nav li {
	float: left;
	width: 58px;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(img/bg-li.gif) no-repeat top left;	
	}
	
	#nav a {
	float: left;
	width: 58px;
	margin: 0 0 0 0;	
	padding: 3px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #959226;
	border-bottom: none;
	}
	
	#nav a:hover, #nav a.active {
	color: #fff;
	background: url(img/bg-active-li.gif) no-repeat top left;
	}
	#nav a.active {
	font-weight: bold;
	}
