@charset "UTF-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.clear {
	clear: both;
	float: left;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	padding: 0px;
	margin-bottom: 0px;
}

#container2{
	background-image: url(naughtylist.jpg);
	background-repeat: no-repeat;
}

#confesspost {
	width: 318px;
	margin-left: 63px;
}
#confesspost  .submit {
	display: block;
	background-image: url(button.jpg);
	height: 81px;
	width: 209px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 50px;
	background-position: left top;
	clear: both;
}

#confesspost  .submit:hover {
	cursor: hand;
}

#comments {
	width:318px;
	height:60px;
	margin-bottom:18px;
	float:left;
	background-color: #F7CD93;
	font-size: 14px;
	border: 1px solid #BF9762;
}
textarea {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#santalist {
	width: 445px;
	margin: 0;
	padding: 312px 0px 0px 40px;
}
.submit {
	clear: both;
	float: left;
}
.message {
	clear: both;
}
#twitter_div {
	padding: 10px 0px 0px 0px
}
#twitter_div ul#twitter_update_list {
	clear: both;
	color: #333333;
	list-style-type: none;
	margin: 0px 64px 0px 63px;
	padding: 0px;
}
#twitter_div ul#twitter_update_list li {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EDBF8A;
	border-right-color: #EDBF8A;
	border-bottom-color: #EDBF8A;
	border-left-color: #EDBF8A;
	padding-top: 8px;
	padding-bottom: 10px;
}
#twitter_div ul#twitter_update_list li a {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #801606;
	text-decoration: none;
}

#twitter_div ul#twitter_update_list li a:hover {
	text-decoration: ;
	text-decoration: underline;
}

#lastmonth {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: absolute;
	left: 605px;
	top: 629px;
}
#lastmonth a {
	color: #990000;
	text-decoration: none;
}

