#thumbs {
	width: 175px;
	left: 10px;
	top: 375px;
}

#main ul {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	line-height: 1.5em;
	color: #7F7D6D;
	text-align: justify;
}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	line-height: 1.5em;
	color: #7F7D6D;
	text-align: justify;
}
color1 {
	color: #F5EFD2;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7D6D;
	font-size: 13px;
	line-height: 24px;
	color: #7F7D6D;
	font-weight: lighter;
	letter-spacing: 2pt;
}
#main {
	width: 524px;
	left: 238px;
	top: 36px;
	position: absolute;
	padding: 0px;
	visibility: visible;
	z-index: 2;
	height: 800px;
}
.italic {
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}

.lavender {
	/*color: #9997BB;*/
	/*color: #609;*/
	color: #665E48;
	font-weight: bold;
	font-size: 12px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar {
	position:absolute;
	left:25px;
	width:166px;
	height:645px;
	
	z-index:3;
	visibility: visible;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	top: 68px;
}


.list {
	text-indent: 8px;
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 16px;
	white-space: normal;
	vertical-align: baseline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7F7D6D;
}

a:link {
	font-size: 10px;
	color: #3D2F2F;
	text-decoration: underline;
	text-transform: uppercase;
}

a:hover {
	font-size: 10px;
	color: #B96F4A;
	text-transform: uppercase;
	text-decoration: underline;
}

a:visited {
	font-size: 10px;
	color: #B96F4A;
	text-transform: uppercase;
	text-decoration: underline;
}
	body {
	background-color: #F4EFD2;
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
}

