html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: arial;
	color: #fff;
}
section, aside, nav, header, footer{
	display: block;
}
p{
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
}
h1{
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 0;
}

#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#wrapper{
	width: 960px;
	min-height: 600px;
	position: relative;
	top: 65px;
	left: 0;
}
#sideBar{
	width: 282px;
	float: left;
}
#sideBar .logoLink{
	display: block;
	width: 282px;
	height: 163px;
	text-decoration: none;
	border: none;
}
#sideBar .logoLink img{
	display: block;
	text-decoration: none;
	border: none;
}
#sideBar .navi{
	margin: 60px 0 0 0;
}
#sideBar .navi ul{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
#sideBar .navi ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sideBar .navi ul li a{
	display: block;
	background: url('../images/navbg.png') no-repeat;
	padding: 19px 0 18px 20px;
	text-decoration: none !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
#sideBar .navi ul li a.active, #sideBar .navi ul li a:hover{
	background: url('../images/navbg.png') no-repeat 0 -53px;
	color: #222;
}


#content{
	float: right;
	width: 640px;
}
#content .headingCont{
	background: url('../images/ctopbg.png') repeat-x;
	height: 11px;
	width: 100%;
}
#content .inside{
	background: url('../images/pgcontent.png') repeat;
	min-height: 400px;
	overflow: hidden;
	padding: 25px;
}
#content .footCont{
	background: url('../images/cbotbg.png') repeat-x;
	height: 11px;
	width: 100%;
}
#content .cta{
	display: inline-block;
	padding: 9px 25px;
	background: #fff;
	color: #000;
	text-decoration: none;
	margin-top: 15px;
	text-transform: uppercase;
}
#content .cta:hover{
	background: #000;
	color: #fff;
}




#footer{
	background: url('../images/bgfooter.png') repeat-x;
	height: 61px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footer .copy{
	position: absolute;
	top: 15px;
	left: 20px;
	color: #888;
	display: inline-block;
	font-size: 13px;
}
#footer .copy a{
	color: #888;
	text-decoration: none;
	font-size: 13px;
}
#footer .copy a:hover{
	text-decoration: underline;
}
#footer .fNav{
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
}
#footer .fNav a{
	display: inline-block;
	color: #333;
	font-size: 13px;
	padding: 0 10px;
	border-right: 1px solid #999;
	text-decoration: none;
}
#footer .fNav a:hover{
	text-decoration: underline;
}

























