/* ---------------------------ESSENTIALS */

* {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body {
	background-color: white;
	font: bold normal normal 13px/17px arial,helvetica,sans-serif;
	letter-spacing: 2px;
	color: black;
	margin: 20px;
}

h1, h2 {
	font-size: 100%;
	margin-bottom: 20px;
}

pre, br {
	font:14px/1.231 arial,helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: black;
	display: inline;
}

a, h1 a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
}

pre br, br {
	letter-spacing: normal;
	line-height: 16px;
	display: inline;
}

a img {
	border: none;
}

.killer {
	clear: both;
}

.hidden {
	visibility: hidden;
}

/* ---------------------------CONTENT */

#content {
	width: 100%;
}

/* ---------------------------HEAD */

#head {
	width: 100%;
}

/* ---------------------------NAVIGATION */

#navigation a {
	color: black;
}

/* ---------------------------COLUMNS */

.columnContainer {
	width: 100%;
	text-align: center;
}

.containerHeight {
	min-height: 800px;
}

.outerColumn {
	width: 28%;
	float: left;
	z-index: 3000;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.outerColumn p {
	color: silver;
	text-decoration: none;
	margin-bottom: 20px;
}

.outerColumn p a {
	color: silver;
}

.mainColumn {
	width: 60%;
	float: left;
	position: relative;
	left: 20%;
}

.mainColumn img, .mainColumn object {
	margin-bottom: 20px;
}

.mainColumn p, .mainColumn ul {
	margin: 0 14%;
}

.mainColumn p object {
	margin: 0 -100%;
}

.articleContent {
	margin-bottom: 0;
}

.articleContent img {
	margin-bottom: 20px;
}

.articleContent .movie {
	margin: 0 auto 20px auto;
	width: 600px;
}

.rightColumn {
	left: 70.5%;
}

/* ---------------------------FOOTER */

#footer {
	width: 100%;
	border-top: 1px solid black;
	margin-top: 100px;
	height: 60px;
}

#footer li {
	display: inline;
}

#footer .right li {
	margin-left: 10px;
}

#footer div {
	margin-top: 10px;
	float: left;
}

#footer .left, #footer .center, #footer .right {
	width: 33.3%;
}

/* ---------------------------CLASSES */

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.silver, .articleContent li li li, .articleContent li {
	color: silver;
}

.articleContent li li {
	color: black;
}

.articleContent li:first-child {
	margin-bottom: 20px;
}

.articleContent li li:first-child {
	margin: 0;
}

.articleContent li li {
	margin-top: 20px;
}

.full img, .full object {
	margin-bottom: 20px;
}

.articleContent p, .full p {
	margin-bottom: 40px;
}

.articleContent hr {
	margin: 10px 15% 40px;
	width: 70%;
}