@charset "utf-8";

/* CSS Document */

#wrapper {
	background: black url(../images/bg_wrapper.jpg) no-repeat center top;
}

/* OWK */

#owk div.moduletable{
	float: right;
	margin-right: 80px;
	margin-top: 475px;
}

#owk a:link, #owk a:visited {
	text-decoration: none;
	color: #be0000;
}

#owk a:hover, #owk a:active {
	color: #f00;
}

#owk p {
	text-align: center;
	color: #c00000;
	font-size: 90%;
	line-height: 1em;
}

#owk a img {
	border-style: none;
}

/* CONTENT */

#content {
	color: #333;
	margin: 25px 0 25px 30px;
	padding: 0;
	float: left;
	width: 550px;
}

#content table.blog {
	margin: 0;
	padding: 10px;
	background-color: #0c0c0c;
	border: 1px solid #191919;
	width: 550px;
}

.contentheading {
	padding: 10px 0 0;
}

#content table.contentpane {
	width: 500px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	margin: 30px 0;
}

#content table.blog tbody tr td table tbody tr td.article_column {
	padding: 0 30px 0 0;
	margin: 0;
}

#content table.blog tbody tr td table tbody tr td.article_column.column.separator {
	padding: 0;
}

#content table.blog tbody tr td table tbody tr td.article_column table.contentpaneopen tbody, #content table.blog tbody tr td table tbody tr td.article_column.column.separator table.contentpaneopen tbody {
	margin: 0;
	padding: 0;
}
