body {
	background: #ffffff;
	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;
}

blockquote {
	font-size: 10px;
}


.layout {
	background: transparent;
	width:600px;
	margin-top: 100px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}


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

.center {
	width:291px;
	padding:0px;
	float:left;
}

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


.rightside {
	width:159px;
	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: #b15983;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}


/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			268px;
		width:			265px;
		margin: 			0px 0px 0px 0px;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:			absolute;
		height:			23px;
		width:			15px;
		left: 			0px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			0px;
		}
.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:			265px; 
		height:			268px; 
		clip:			rect(0, 265, 200, 0); 
		overflow:			auto; 
		border-top:		0px;
		border-left:		0px;
		border-right:		0px;
		border-bottom:		0px;
		background:		#ffffff;
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			250px; 
		}
