.wrapper{
   margin: 0px auto;
   width: 1022px;
   background-color: #cccccc;
}
.content{
	float: left;
	width: 100%;
	background-color: #99ccff;
	position:relative;
}
.footer{
	float: left;
	width: 100%;
	background-color: #cfcfcf;
	text-align: center;   
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #e7e7de;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

h1{
	font-size:medium;
}

.blockquote 
{
	background-image: url(images/open-quote.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	font-style: italic;
	font-size:x-small;
}

.blockquote span 
{
	background-image: url(images/close-quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 30px;
	font-size:x-small;
}

.words1
{
	position:absolute;
	top:153px;
	left:257px;
	width:229px;
	height: 478px;
}

.words2 
{
	position:absolute;
	top:153px;
	left:527px;
	width:344px;
	height: 557px;
	list-style-type: none;
}

.gal
{
	position:absolute;
	top:152px;
	left:444px;
	width:568px;
	height: 379px;
}

.share
{
	background-color: #EDEDED;
	position: absolute;
	z-index:1;
	top: 8px;
	left: 375px;
	visibility: visible;
	width: 250px;
	height: 50px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}

.share2
{
	width: 250px;
	height: 50px;
	background-color: #EDEDED;
	position: absolute;
	z-index:1;
	visibility: visible;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}

ul li 
{
	list-style-type: none;
}

cite 
{
	text-align: right;
	font-size: 1.1em;
} 

