body
{
	background-color: #000000;
	color: #bdbfbf;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 16px;
	text-align: left;
}

p, blockquote, li, h3
{
}

a
{
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bolder;
}

a:hover
{
	color: #EFEFEF;
	text-decoration: underline;
	font-weight: bolder;
}

#head
{
	text-align: center;

}

#container
{
	width: 832px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}



#center
{
	padding-top: 10px;
	width: 668px;
	margin-left: auto;
	margin-right: auto;
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}

.comment_package
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 11px;
	text-align: left;
	margin-bottom: 40px;
}

ol
{
	padding: 0px;
	margin: 0px;
}

li.individual_comment
{
	 margin: 8px;
	 padding: 5px;
	 background-color: #101010;
	 list-style-type: none; /*turns off display of bullet*/
}
.comment_style
{
	font-style: italic;
}
.picture_package
{
	text-align: center;
	padding: 10px;
}

.picture_package a
{
	 border: 0px;

}
.picture
{
	text-align: center;
}

.picture img
{
	 background-color: black;
	 border-style: solid;
	 border-color: white;
	 border-width: 6px;
	 padding: 3px;
}

.caption
{
}

.caption a
{
	 border: 0px;
}

p.center
{
	 text-align: center;
}
.imageleft
{
         border-width: 1px;
         border-style: solid;
         border-color: grey;
         margin: 5px;
         float: left;
}
.imageright
{
         border-width: 1px;
         border-style: solid;
         border-color: grey;
         margin: 5px;
         float: right;
}
