body {
	margin: 0px 0px 20px 0px;
	background: #996666;
	text-align: center;
    }

a {
	text-decoration: underline;
	}

a:link {
	color: #300;
	}

a:visited {
	color: #960;
	}

a:active {
	color: #630;
	}

a:hover {
	text-decoration: none;
	color: #630;
	}



h1, h2, h3 {
    text-align:center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

img {
	border: 10px solid #CCC;
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FC3;
	background-color: #C60;
	text-align: left;
	padding: 15px;
	border-bottom: 6px solid #C60;
	height: 39px;
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: small;
	}

#center {
	width:100%;
    overflow: visible;
	}

.content {
	padding: 30px 15px 5px 15px;
	margin-left: 3%;
    margin-right: 3%;
    background-color: #FFFFFF;
	color: #C60;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}



.content p {
	text-align: center;
    color: #930;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
    margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	text-align: center;	
	color: #630;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3
{
	color: #930;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 10px;
	
}

.content p.posted {
    color: #930;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #930
	text-align: center;
	margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}


#bttm
{
	margin-left: 3%;
	margin-right: 3%;
	text-align: center;
	background: #996666;
	padding-top: 26px;
}


#bttm h2 {
	color: #663300;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
  	letter-spacing: .3em;
	}

#bttm ul {
	color: #663333;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}



#bttm li {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	text-transform: capitalize;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	
	}
	
#bttm a {
	color: #600;
	text-decoration: none;
	}	


#bttm a:link {
	color: #600;
	}

#bttm  a:visited {
	color: #930;
	}

#bttm  a:active {
	color: #930;
	}

#bttm  a:hover {
	text-decoration: underline;
	color: #FC3;
	}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}


#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	color: #930;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #930;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
