/* CSS Document */
#logo {
	background-image:url(../images/logo.gif);
	width:200px;
	height:32px;
	margin-top:14px;
	margin-bottom:5px;
	float:right;
	}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position:absolute;
	top:50px;
	}
	
#navigation li {
	background-color: #966;
	color:#fff;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#navigation a {
	color: #FFF;
	background:#966;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 0px 5px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #000;
	background-color:#CA9896;
	}
	
#navigation #currentpage a {
	background: #CA9896;
	color: #000;
	}
#top	{
	width: 756px;
	height:32px;
	background-image: url(../images/top.jpg);
	position: absolute;
	left: 0;
	top: 69px;
	}
#right	{
	width: 278px;
	height:402px;
	background-image: url(../images/right.jpg);
	position: absolute;
	left: 478px;
	top: 100px;
	}
#left	{
	width: 33px;
	height:402px;
	background-image: url(../images/left.jpg);
	position: absolute;
	left: 0;
	top: 100px;
	}
#content	{
	width: 445px;
	height:479px;
	background-image: url(../images/content.jpg);
	position: absolute;
	left: 33px;
	top: 101px;
	font: 12px Arial, Helvetica, sans-serif;
	text-indent:8px;
	}
#copy {
	position:absolute;
	top:503px;
	right: 0;
	background: #fff;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#966;
	}
.text a		{
	background: inherit;	
	color:#966;
	text-decoration:none;
	}
.text a:hover	{
	background: inherit;	
	color:#966;
	text-decoration:underline;
	}
.mark	{
	background:inherit;
	color:#600;
	}
#inav ul{
	position:absolute;
	top:558px;
	right: 280px;
	list-style: none;
	margin: 0;
	}
	
#inav li {
	float: left;
	padding-left:5px;
	}
	
#inav a {
	color: #966;
	background:inherit;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0px 5px;
	text-decoration: none;
	}
	
#inav a:hover {
	color: #000;
	background: inherit;	
	}
