body {
	font-size		:10px;
	font-family		:Tahoma, Arial, Helvetica, sans-serif;
	line-height		:1.5em;
	background		:#edf5df url("../images/ScrollBalloon.gif") no-repeat 98% top;
	padding			:0 0 0 0;
	margin			:0 0 0 0;
}

tr {
	vertical-align	:top;
}

a img {
	border			:none;
}

ul#navButtons {
	color			:#aaaaaa;
	list-style-type	:none;
	margin-left		:0;
	padding-left	:0;
}

ul#navButtons a {
	color			:#ffffff;
	font-weight		:normal;
	text-decoration	:none;
	background-color:#aaaaaa;
	display			:block;
	margin-bottom	:4px;
	margin-left		:0px;
	padding			:5px 5px;
	width			:106px
}

ul#navButtons a:hover {
	color			:#ffffff;
	background-color:#e585b5
}

.siteContainer {
	width			:640px;
	text-align		:left;
}

.leftNav {
	width			:170px;
}

.mainBody {
	background-color:none;
	padding			:10px 10px 10px 10px;
}

.thumbs img {
	filter			:alpha(opacity=50);
	-moz-opacity	:.50;
	opacity			:.50;
}

.thumbs:hover img {
	filter			:alpha(opacity=100);
	-moz-opacity	:1.0;
	opacity			:1.0;
}

.content {
	width			:90%;
	display			:none;
}

.footer {
	text-align		:right;
}