html {
	height:100.1%;
}
body {
	text-align:center;
	margin-top:0px;
	background-color:rgb(181,187,169);
}
	
#frame {
	width:880px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background-color:#ffffff;
	font-family:georgia,serif;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-y;
	border-left:1px solid #88aa88;
	border-right:1px solid #88aa88;
}
		
#header {
	border-bottom: 1px solid #88aa88;
	background-image: url(images/hdrslice.png);
	background-repeat: no-repeat;
	height: 104px;
}
		
#titlebar {
	height: 24px;
	background-image: url(images/titleslice.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #88aa88;
	text-align: center;
	font-size:20px;
}
#navbar {
	width:200px;
	padding:0px;
	float:left;
/*	background-image: url(images/nav_bg.png);
	background-repeat: repeat-y;*/
	font-size:12px;
	font-weight:bold;
}
		
#navbar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navbar a:first-letter {
 color:#600060;
}

		
#navbar ul li { 
	margin-top: 4px; 
	border-bottom: 1px solid #88aa88;
}
		
#navbar ul li a
{
	display: block;
	width: 185px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #006c00;
	background-image: url(nav_base.jpg);
	background-repeat: repeat-y;
}
		
#navbar ul li a:hover
{
	color: #eeeeee;
	background-color: #9aa293;
	background-image: url(nav_base2.jpg);
	background-repeat: repeat-y;
}

#index_content {
	width:680px;
	padding:0px;
	float:left;
	background-image: url(images/contentsliceb.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#index_content h3 {
	font-size:16px;
	color:#446644;
}
#index_content p,a,li {
	font-size: 12px;
}
#index_content p {
	padding-left: 20px;
}
#index_content a:hover {
	color:#88aa88;
}
#index_content a,p,li {
	color:#335533;
	font-size:12px;
}
	
#content {
	width:664px;
	padding:8px;
	float:left;
	background-image: url(images/contentsliceb.png);
	background-position: top right;
	background-repeat: no-repeat;
	color:#335533;
	font-size:12px;
}
#content li {
	margin-left:20px;
}
#content a,p,li {
	color:#335533;
	font-size:12px;
}
#content a:hover {
	color:#aabbaa;
}
#content h3 {
	font-size:16px;
	color:#668866;
}
	
/*
p,h1,pre {
	margin:0px 10px 10px 10px;
}
		
h1 {
	font-size:14px;
	padding-top:10px;
}
*/

#prod {
	font-size: 11px;
	border:0;
}

#prod h4 {
	text-align:center;
	font-size:14px;
	margin: 2px;
	color:#88aa88;
}
#prod ul li {
	border-style:none;
	padding: 3px 5px 3px 2px;
	margin-left:20px;
}
#prod li {
	color:#666666;
	font-weight:normal;
	list-style-type: disc;
}

#footer {
	clear:both;
	background: rgb(166,175,157);	
	color:#333333; /*#eeffee;*/
	border-top:1px solid #88aa88;
	border-bottom:1px solid #88aa88;
	font-size:12px;
	height:20px;
	line-height:20px;
}

#footer a {
	color:#333333;/*#eeffee;*/
}

#footer a:hover {
	color:#eeffee;/*#335533;*/
}

#subfooter {
	color:#333333;
	font-size:12px;
	height:20px;
	text-align:center;
}

.featprod {
	border-collapse:collapse;
	border-color:#88aa88;
}
.caption {
	font-size:10px;
	text-align:center;
	font-family:arial,sans-serif;
}
