body {
	margin: 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cccccc;
	background-color: black;
	text-align: center;
}

.expandable {
	cursor: pointer;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

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

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
}

h1 {
	margin-top: 40px;
}

h2 {
	margin: 0;
}

h2:hover{
	color: #CCCCCC;
	text-decoration: none;
}


#big-wrap {
	width: 732px;
	margin: 20px auto;
	padding: 0;
	border: 1px solid #2C2C2C;
	border-top: 0;
	background-color: #0E0E0E;
	text-align: left;
}

/* HEADER ------------------------------------------------------------------------ */

#wrap {
	width: 732px;
	height: 142px;
	margin: 0 auto;
	border: 0;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: center 10px;
	background-color: black;
	border-bottom: 1px solid #2c2c2c;
	border-top: 1px solid #2c2c2c;
}

#header_text {
	position: relative;
	top: 24px;
	left: 400px;
	height: 40px;
	width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Impact, Tahoma, Verdana, Sans-Serif;
	font-size: 30px;
	text-align: right;
}

#header_subtext {
	position: relative;
	top: 20px;
	left: 400px;
	height: 20px;
	width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
}

#posts {
	width: 600px;
	margin: 0 66px 0 66px;
	padding: 10px 0 40px;
}


p {
	text-align: justify;
}

p a {
	color: #FF3333;
}

p a:hover {
	color: #FFFFFF;
}

.footnote {
	margin-top: 50px;
	font-size: x-small;
	color:#878787;
}

.fnrule {
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #878787;
	margin-botton: 5px;
}