#navbar { display:none }
#ribbon { display:none }
#addresshome { display:none }
#address p { display:none }

#footer {
	clear: both;	
}
#content {
	width: 840px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content p {
	line-height: 1.5em;
	font-size: 1.1em;
}

#picture {
	float: left;
	margin-top: 68px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 335px;
	width: 270px;
	cursor: default;
	padding-left: 45px;
}

#words {
	float: left;
	width: 350px;
	margin-top: 55px;
	margin-bottom: 40px;
	margin-left: 40px;
	height: 330px;
	overflow: auto;
}
#words h2 a {
	color: #CC0033;
}

.fullcontent {
	margin-top: 60px;
	margin-left: 60px;
	clear: both;
	width: 700px;
}
.fullcontent p {
	margin-left: 20px;
}
.fullcontent li {
	margin-left: 100px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.leftcontent {
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	padding-left: 80px;
}

.rightcontent {
	float: left;
	padding-left: 10px;
}
