body {
	background: #ffffff url(/images/bg.png);
	color: #2d221a;
	padding:0px;
	margin:0px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

img { 
	text-decoration: none;
	border-width: 0px;
}

h3 {
	color: #2d221a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-width: 0px 0px 1px 0px;
	border-color: #2d221a;
	border-style: none none solid none;
}


.layout {
	background: transparent url(/images/divbg.png) repeat-y;
	background-position: bottom center;
	width:806px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}


.leftside {
	width:91px;
	padding:0px;
	float:left;
}

.leftmenu {
	background: transparent;
	width:109px;
	padding:0px;
	float:left;
}

.leftmenuimgs {
	background: transparent;
	width:109px;
	padding:0px;
}

.leftmenutext {
	background-color: #8d454b;
	height: 325px;
	padding: 0px 0px 0px 0px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	overflow:hidden;
}

.center01 {
	width:73px;
	padding:0px;
	float:left;
}

.content {
	background: transparent;
	width:271px;
	padding:0px;
	float:left;
}

.contenttext {
	background-color: #8d454b;
	padding: 0px 0px 0px 0px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 10px;
	text-align: justify;
	overflow:auto;
}

.center02 {
	width:73px;
	padding:0px;
	float:left;
}

.rightmenu {
	background: transparent;
	width:127px;
	padding:0px;
	float:left;
}

.rightmenuimgs {
	background: transparent;
	width:127px;
	padding:0px;
}

.rightmenutext {
	background: transparent url(/images/0604.png) no-repeat;
	height: 378px;
	padding: 0px 0px 0px 0px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	overflow:hidden;
}

.rightside {
	width:62px;
	padding:0px;
	float:left;
}

.footer {
	width:806px;
	padding:0px;
	float:left;
}

a:link, a:active, a:visited {
	color: #2d221a;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-color: #2d221a;
	border-style: none none dotted none;
}

a:hover {
	color: #891623;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}

.rightmenutext a:link, .rightmenutext a:active, .rightmenutext a:visited, .rightmenutext a:hover {
	color: #2d221a;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	border: 0px;
}

/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			200px;
		width:			489px;
		margin: 			0px 0px 0px 0px;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			271px; 
		height:			468px; 
		clip:			rect(0, 467, 200, 0); 
		overflow:			auto; 
		border-top:		0px;
		border-left:		0px;
		border-right:		0px;
		border-bottom:		0px;
		background:		#8d454b;
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			468px; 
		}
