body {
	background-color: #000;
}

/**
 *	common classes
 */

.roundBottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.fell {
	font-family: 'IM Fell English SC';
}


/**
 *	custom classes
 */

#container {
	position: relative;
	width: 1000px;
	background-color: #2B2B2B;
	align: center;
}

#logo {
	position: relative;
	top: 15px;
	width: 900px;
	height: 65px;
	padding: 10px;
	color: #FFF;
	/*	text-shadow: 2px 2px 2px #5C0000;	*/
	font-size: 14px;
	text-align: center;
	background-color: #171717;
	margin-top: 25px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

#logoText {
	font-family: 'IM Fell English SC';
	font-weight: bold;
	font-size: 40px;
}

#logoSlogan {
	font-family: 'IM Fell English SC';
	font-size: 16px;
}

#menuDiv {
	position: relative;
	top: -5px;
	width: 900px;
	height: 40px;
	background-color: #171717;
}

#menuTips {
	position: relative;
	padding: 5px 20px;
	margin: 0;
	top: -5px;
	width: 850px;
	height: 12px;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	background-color: #2B2B2B;
}

#sidebarContainer {
	left: -25px;
	width: 275px;
	position: relative;
	float: right;
}

.sidebarItem {
	width: 275px;
	font-family: Verdana;
	font-size: 12px;
	position: relative;
	float: right;
	display: block;
	color: #FFF;
	border-radius: 10px;
	background-color: #171717;
	border: 2px solid #5C0000;
	border-bottom: 2px solid #5C0000;
	border-right: 2px solid #5C0000;
	padding: 5px;
}

.sidebarUL {
	position: relative;
	left: -20px;
	width: 215px;
}

.articleContainer {
	position: relative;
	float: left;
	display: block;
	left: 25px;
	width: 650px;
}

.title {
	color: #FFF;
	font-weight: normal;
	/*	text-shadow: 2px 2px 2px #5C0000;	*/
	font-size: 25px;
	vertical-align: middle;
	width: 600px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #171717;
	border: 1px solid #5C0000;
	position: relative;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 0;
}
.content {
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	width: 600px;
	padding: 10px;
	padding-top: 15px;
	background-color: #171717;
	border-top: 1px solid #5C0000;
	border-right: 2px solid #5C0000;
	border-bottom: 2px solid #5C0000;
	border-left: 1px solid #5C0000;
	position: relative;
	left: 25px;
	top: -1px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 1;
}

#disclaimer {
	width: 800px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 5px;
	background-color: #171717;
	border: 1px solid #5C0000;
	border-radius: 10px;
}

