body {
	background-color: #000000;
	margin-top: 0px;
	font-family: 'Ubuntu', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 300;
}


#container {
	background: url('img/bg.png') repeat-y;
	color: #666;
	width: 900px;
	margin: auto;
	overflow: auto;
}


#sidebar {
	width: 335px;
	float: left;
}


#navbar {
	height: 102px;
	width: 223px;
	margin-left: 56px;
}


#logo {
	height: 102px;
	width: 123px;
	background: url('img/logo-bg.png');
	float: left;
}


#nav {
	width: 100px;
	height: 102px;
	float: right;
	font-size: 18px;
	margin-top: -2px;
	font-weight: 700;
}

#nav a:link, #nav a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

#nav a:active, #nav a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: 700;
}


#content {
	width: 565px;
	float: right;
}


#footer {
	clear: both;
	height: 30px;
	font-size: 10px;
	text-align: center;
}

#footercopy  a:link, #footercopy a:visited
{
	color: #000000;
	text-decoration: underline;
}

#footercopy a:active, #footercopy a:hover
{
	color: #999999;
	text-decoration: underline;
}

.cellspacer-full {
	height: 35px;
}

.sbar {
	width: 223px;
	margin-left: 56px;
	clear: both;
}

.sbar-chapter  {
	width: 216px;
	clear: both;
	height: 272px;
}

.sbar-chapter hr {
	border: 0px;
	background-color: #FFFFFF;
	height: 1px;
}

.sbar-chapter-grid {
	width: 216px;
}

.sbar-chapter-grid-left {
	width: 98px;
	height: 98px;
	border: 1px solid #000000;
	float: left;
	margin-right: 8px;
	margin-top: 16px;
}

.sbar-chapter-grid-right {
	width: 98px;
	height: 98px;
	border: 1px solid #000000;
	float: right;
	margin-left: 8px;
	margin-top: 16px;
}

.sbar-title {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
}

.cntnt-item {
	width: 400px;
	margin: auto;
	font-size: 14px;
}

.cntnt-item hr {
	height: 1px;
	background-color: #666666;
	border: 0px;
}

.cntnt-item a:link, .cntnt-item a:visited {
	color: #000000;
	text-decoration: none;
}

.cntnt-item a:active, .cntnt-item a:hover {
	color: #999999;
	text-decoration: none;
}

.cntnt-item-infobox {
	width: 400px;
	margin: auto;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	line-height: 10px;
}

.cntnt-item-infobox hr {
	height: 1px;
	background-color: #FFFFFF;
	border: 0px;
}

.cntnt-item-infobox-left {
	width: 33.3%;
	float: left;
}

.cntnt-item-infobox-center {
	width: 33.3%;
	float: left;
	text-align: center;
}

.cntnt-item-infobox-right {
	width: 33.3%;
	float: right;
	text-align: right;
	clear: none;
}

.page-item-infobox {
	width: 400px;
	margin: auto;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	line-height: 20px;
}

.page-item-infobox-left {
	width: 33.3%;
	float: left;
}

.page-item-infobox-center {
	width: 33.3%;
	float: left;
	text-align: center;
}

.page-item-infobox-right {
	width: 33.3%;
	float: right;
	text-align: right;
	clear: none;
}

.cntnt-title {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}

.cntnt-title a:link, .cntnt-title a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

.cntnt-title a:active, .cntnt-title a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: 700;
}

.cntnt-title-ul {
	color: #000000;
	width: 400px;
	height: 4px;
}

.page-infobox
{
	font-size: 12px;
	color: #666;
}


.commentbox
{
	background-color: #FFFFFF;
	margin-top: 10px;
	color: #000000;
}

.commentbox .form-text, .commentbox .form-textarea
 {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	padding:5px;
	width: 100%;
	color: #FFFFFF;
}

.commentbox .form-submit
{
	margin-top: 15px;
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	padding:5px;
	width:20%;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
}

.commentbox label
{
	color: #666666;
	display: block;
	font-size: 16px;
	padding: 3px 0;
}

input, textarea
 {
	background: none repeat scroll 0 0 #333333;
	border: 1px solid #000000;
	padding:5px;
	width: 80%;
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
}

.wpcf7-form-control wpcf7-submit
{
	margin-top: 15px;
	background:none repeat scroll 0 0 #3333333;
	border: 1px solid #000000;
	padding:2px;
	width:20%;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
}

label
{
	color: #000000;
	display: block;
	font-size: 12px;
	padding: 3px 0;
	background-color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
}
