html.cns{
	background: #888;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #34230F;
}
body#cns { 
}

body#cns #all{
	width: 980px;
	min-height: 200px;
}

body#cns #header{
	height: 181px;
	background: url('./img/topbanner.jpg') 50% 50% no-repeat;
	position: relative;
}
body#cns h1, body#cns h2{
	text-align: center;
	color: #BF6700;
	font-size: 13pt;
	font-weight: bold;
}


body#cns #header a.homeLink{
	width: 100%;
	height: 100%;
	display: block;
}
body#cns #header p{
	background: url('./img/top-menu-a.png');
	text-align: center;
	width: 126px;
	height: 20px;
	font-size: 10pt;	
	position: absolute;
	top: 161px;
	left: 91px;
	margin: 0px;
	padding: 0px
}
body#cns #header p a{
	color: #86695E;
	display: block;
	padding: 3px 0px 0px 0px;
}

body#cns #footer{
	background: #571D1D;
	width: 100%;
	margin: 0px;
	padding: 20px 0px;
}
body#cns #footer{
	text-align: center;
	font-size: 12pt;
}
body#cns #footer a{
	color: white;
}

body#cns #contentHolder{
	padding: 40px 0px 125px 0px;
	background: #FDFAF7;
}

body#cns #content{
	width: 460px;
	margin: 0px 0px 0px 83px;
	padding: 25px 20px;
	background: #FEFDFB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
	font-size: 11pt;
	text-align: justify;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #34230F;
}

body#cns #rightSideContent{
	float: right;
	width: 242px;
	margin: 0px 108px 0px 0px;
	font-size: 10pt;
}


body#cns #rightSideContent ul{
	margin: 0px;
	padding: 10px 15px;
	border: 2px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
body#cns #rightSideContent ul li{
	list-style-type: none;
	background: url('./img/icon.png') 0% 50% no-repeat;
	padding: 0px 0px 0px 38px;
	margin: 5px 0px;
}
body#cns #rightSideContent ul li a{
	color: #571D1D;
	padding: 8px 0px;
	display: block;
	text-decoration: none;
}
body#cns #rightSideContent ul li a:hover{
	text-decoration: underline;
}