@charset "UTF-8";
/* CSS Document */

body {
	background-color: #121212;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#Site {
	width: 1000px;
	margin: auto;
	background-image: url(images/revenge_08.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #000000;
	border: 1px solid #999999;
}

#Header {
	position:relative;
	height: 120px;
	overflow: hidden;
}
h1 {
	font-size: 24px;
	color: #FFCC00;
	margin: 0px;
	padding: 3px;
}
h2 {
	font-size: 18px;
	color: #FFFF33;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
.clear {
	clear: both;
}
#LeftSide {
	width: 167px;
	float: left;
}
#LeftSide ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#LeftSide p {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}
#LeftSide li {
	padding-top: 4px;
	padding-bottom: 4px;
}
#MainColumn {
	float: right;
	width: 833px;
	background-image: url(images/revenge_08.jpg);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Cont {
	background-image: url(images/revenge_06.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.style1 {font-weight: bold}
.ThePost {
	padding-top: 2px;
	padding-right: 21px;
	padding-bottom: 12px;
	padding-left: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 15px;
	margin-right: 5px;
}
.ThePost p {
	line-height: 18px;
	margin: 0px;
	padding: 10px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
#Footer {
	background-image: url(images/revenge_10.jpg);
	text-align: center;
	padding: 22px;
}
