/* Main Body */

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	margin-top: 0px;
	background-color: #4F0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* Header */

#H {
	background-image: url(http://neoboffins.com/i/header_bg.gif);
	height: 100px;
	position: relative;
}

#HLogo {
	background-image: url(http://neoboffins.com/i/header_title.gif);
	width: 235px;
	height: 100px;
}

#HLine1 {
	background-color: #620000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7E2E2E;
	border-bottom-color: #4B0000;
	height: 5px;
	font-size: 0px;
}

#HLine2 {
	background-color: #990000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AB2E2E;
	border-bottom-color: #750000;
	height: 5px;
	font-size: 0px;
}

#HNav {
	position: absolute;
	left: 240px;
	bottom: -1px;
}

#H a {
	display: block;
	padding: 5px 10px;
	float: left;
	background-color: #4F0000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: -1px;
	border: 1px solid #7E2E2E;
}

#H a:hover {
	display: block;
	padding: 5px 10px;
	float: left;
	background-color: #620000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7E2E2E;
	border-right-color: #7E2E2E;
	border-left-color: #7E2E2E;
	margin-left: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #620000;
}

/* Content */

#CWrap {
	background-color: #FFFFFF;
}

#CNav {
	width: 179px;
	float: right;
	padding-right: 5px;
	padding-left: 2px;
	margin-bottom: 15px;
}

#CNav a {
	color: #620000;
	text-decoration: none;
}

#CC {
	float: left;
	background-image: url(http://neoboffins.com/i/content_bg.gif);
	width: 550px;
	padding-right: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
	line-height: 18px;
	margin-top: 5px;
}

#CC h1 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
}

#CC h2 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
}

#CC a {
	color: #620000;
	text-decoration: underline;
}

#CC a:hover {
	color: #620000;
	background-color: #FFE8E8;
	text-decoration: none;
}

/* Footer */

#CFooter {
	width: 730px;
	clear: both;
	float: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #990000;
	color: #FFFFFF;
}

#CFooter a {
	color: #FF8A8A;
	font-weight: normal;
	text-decoration: none;
}

/* News Categories */

.CNT {
	padding: 5px;
	margin-top: 5px;
	background-color: #FFE8E8;
	border: 1px dashed #990000;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.CNC {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.CNC span {
	display: block;
	padding: 2px 2px 2px 10px;
	background-color: #FFF4F4;
	font-size: 11px;
}

.CNC a {
	color: #620000;
	text-decoration: none;
}

.CNC a:hover {
	background-color: #FFE8E8;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

/* Other Body Stuff */

input, textarea {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFEAEA;
	border-style: solid;
	border-width: 1px;
	border-left-color: #999999;
	border-top-color: #999999;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.fdown {
	width: 167px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://neoboffins.com/i/fade-down.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
}
.fdown strong {
	color: #CC0000;
}
