html, body
{
	width: 100% ;
	height: 100% ;
	margin: 0px ;
	padding: 0px ;
}

body
{
	background: #1c62a9 center fixed no-repeat url('img/bg.jpg') ;
}

h1, h2, h3, h4
{
	margin: 0px ;
}

a
{
/*	text-decoration: none ;*/
	color: #555 ;
}

a:hover
{
	color: #1c62a9 ;
}

a img
{
	border: 0px ;
}

#sitebox
{
	width: 900px ;
	height: 100% ;
	margin: 0 auto ;
	padding: 0px ;
}

#sitebox-left
{
	width: 164px ;
	height: 100% ;
	float: left ;
	display: inline ;
	background: center no-repeat url('img/white-arrow.png') ;
	position: fixed ;
}

#sitebox-right
{
	width: 709px ;
	height: 100% ;
	float: right ;
	display: inline ;
}

#sitelogo, #sitenav, #sitecontenthead
{
	width: 669px ;
	margin: 0 auto ;
	color: #FFF ;
}

#sitelogo
{
	margin-top: 30px ;
}

#sitenav
{
	background: url(img/nav-topper.png) ;
	height: 46px ;
	width: 669px ;
}

#sitenav ul
{
	list-style: none ;
	padding-left: 20px ;
	padding-top: 10px ;
}

#sitenav ul li
{
	display: inline ;
	margin-right: 50px ;
}

#sitenav ul li a
{
	color: #fff ;
	text-decoration: none ;
	font-size: 25px ;
	font-family: arial ;
	font-weight: lighter ;
}

#sitecontentbox
{
	width: 649px ;
	margin: 0 auto ;
	padding: 10px ;
	background: url(img/shaddow-bg.png) ;
	padding-top: 0px ;
	padding-bottom: 30px ;
}

#sitecontenttiptop
{
	background: url(img/shaddow-bg-topper.png) ;
	width: 669px ;
	height: 17px ;
	margin: 0 auto ;
}

#sitecontenthead
{
	padding-bottom: 5px ;
	padding-top: 10px ;
	padding-left: 20px ;
	width: 649px ;
	background: rgba(0, 0, 0, .4);
}

#sitecontenthead p
{
	margin-top: 0px ;
}

#sitecontentarticle
{
	display: inline ;
}

#sitecontentmore
{
	display: inline ;
	float: right ;
	padding-left: 10px ;
	margin-left: 15px ;
	margin-bottom: 15px ;
	border-left: #000 solid 1px ;
	width: 200px ;
}

#sitefooter
{
	position: fixed ;
	width: 100% ;
	text-align: right ;
	bottom: 5px ;
	background: #000 ;
	color: #FFF ;
}

#siteinnerfooter
{
	margin-right: 10px ;
}

#siteinnerfooter a
{
	color: #FFF ;
	text-decoration: none ;
}

#siteinnerfooter a:hover
{
	color: #1c62a9 ;
}

.meta
{
	display: inline !important ;
}

.ccm-spacer
{
	clear: none !important ;
}

.fb-in-header
{
	float: right ;
	margin-right: 10px ;
}
