html,body,page,p,div,img,h1,h2,h3,h4,h5,h6,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } input,select{ margin:0; padding:0; }

h1 {
	font: 28px "Signika";
	font-weight:600;
	line-height: 35px;
	color:#CCC;
}

h2 {
	font: 18px "Signika";
	font-weight:600;
	line-height: 24px;
}

h3 {
	font: 15px "Signika";
	font-weight:400;
	line-height: 19px;
	text-align:justify;
}

h6 {
	font: 12px "Signika";
	font-weight:600;
	line-height: 19px;
	color: #999;
}

body {
	margin: 0 auto;
	background-image:url(../backgroundIMG/page_bg.jpg);
	background-repeat: repeat;
	background-color: #fff;
	font-weight:normal;
	font-size: 12px;
	color: #000;
}

#headerNAV {
	background-image:url(../backgroundIMG/Nav_bg.jpg);
	background-repeat:repeat-x;
}

#nav {
	margin: 0 auto;
	width: 890px;
	height: 42px;
	padding: 6px 5px 0px 105px;
}

#nav img {
	vertical-align:bottom;
	padding-right: 5px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 20px "Signika";
	font-weight:600;
}

#nav ul li {
	margin: 0px;
	display: inline;
	padding: 0px 20px 0px 20px;
} 

#nav ul li a {
	height: 30px;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	color:#336633;
}

#page {
	margin: 0 auto;
	width: 1000px;
	padding: 0px 0px 25px 0px;
}

#lContent {
	margin: 0 auto;
	width: 625px;
	padding: 0px 25px 10px 25px;
	float: left;
}

#rContent {
	margin: 0 auto;
	width: 275px;
	padding: 0px 25px 10px 25px;
	float: left;
}

#footer {
	margin: 0 auto;
	background-image:url(../backgroundIMG/page_bg_dark.jpg);
	background-repeat: repeat;
	background-color:#666;
}

#footercontent {
	margin: 0 auto;
	width: 1000px;
}

#lfootercontent {
	width: 450px;
	float: left;
	margin-right: 35px;
}

#lfootercontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 15px "Signika";
	font-weight:600;
}

#lfootercontent ul li {
	margin: 0px;
	padding: 5px 20px 5px 20px;
} 

#lfootercontent ul li a {
	height: 30px;
	color: #333;
	text-decoration: none;
}

#lfootercontent ul li a:hover {
	color:#fff;
}

#rfootercontent {
	width: 500px;
	float: left;
	text-align: right;
}

#rfootercontent a {
	color: #999;
	text-decoration: none;
}