body {
	margin:0;
	padding:0;
	background-color:rgb(200,177,139);
	text-align:center;
	overflow-y:scroll;
	font-family:helvetica, sans-serif;
	font-size:10pt;
}

td {
	font-family:helvetica, sans-serif;
	font-size:10pt;
}	

#outer {
	margin:50px auto;	
	width:800px;
	min-width:800px;
	background-color:#ffffff;
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
}

#mainImage {
	position:relative;
}

#mainImage a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#mainImage a:hover {
	color:#606060;
	text-decoration:none;
	font-weight:bold;
}


#leftpanel {
	width:250px;
	float:left;
}

#navigationHolder {
	padding-left:20px;
}


#rightpanel {
	margin-left:250px;
	/*letter-spacing:-1px; */
	
}

#textContent {
	padding-right:30px;
	line-height:1.3em;
	color:rgb(51,51,51);
}

#textcontent td {
	line-height:1.3em;
	color:rgb(51,51,51);
}

#leftText {
	float:left;
	width:240px;
}

#rightText {
	margin-left:250px;
}


#navigation {
	padding:0;
	margin:0;
	list-style-type:none;
}


	



img {
	border:0;
	outline: none;
}

.block {
	display:block;
}

.clear {
	clear:both;
}

.dpink {
	color:#bc7475;
}

.lpink {
	color:#f0dedc;
}

.galleryImage {
	float:left;
	margin:2px;
	background-color:#d2d2d2;
	height:56px;
	width:56px;
}

.galleryImage img {
	height:56px;
	width:56px;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#606060;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	outline: none;
}
