body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.png) top left repeat-x #317ba4;
}
:focus {
	outline: 0;	
}
a {
	outline: none;	
}
.clear {
	clear: both;	
}
.left {
	float: left !important;	
}
.right {
	float: right !important;	
}
img {
	border: none;	
}
#wrapper {
	margin: 0 auto;
	width: 857px;
}
#header {
	float: left;
	width: 857px;
	height: 83px;
}
#header img {
	float: left;
	margin: 29px 0 0 20px;
}
#header p {
	float: right;
	padding: 51px 9px 0 0;
	margin: 0px;
	font: normal 16px "Century Gothic", Arial;
	color: #fff;
}
#navigation {
	float: left;
	width: 857px;
	height: 40px;
	margin: 0 0 1px 0;
	background: url(../images/navigation-bg.png) top left no-repeat;
	color: #fefefe;
	text-shadow: 1px 1px #525252;
	font: normal 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navigation ul {
	float: left;
	width: 817px;
	padding: 0 20px;
	margin: 0px;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	display: inline;
	padding: 0 8px;
	margin: 0px;
}
#navigation ul li a {
	float: left;
	padding: 0 15px 0 0;
	color: #fefefe;
	text-decoration: none;
}
#navigation ul li a span {
	float: left;
	padding: 0 0 0 15px;
}
#navigation ul li a:hover, #navigation ul li a.current {
	background: url(../images/navigation-linkbg.png) bottom right no-repeat;
	color: #525252;
	text-shadow: none;
}
#navigation ul li a:hover span, #navigation ul li a.current span {
	background: url(../images/navigation-linkbg.png) bottom left no-repeat;
}
#content {
	float: left;
	width: 857px;
	padding: 24px 0 4px 0;
	background: #ffffff;
}
#contentLeft {
	float: left;
	width: 201px;
	min-height: 612px;
	background: #fefefe;	
	border: 1px solid #e7e7e7;
	margin: 0 6px 0 25px;
	text-align: center;
}
#contentLeft img {
	margin: 0 0 30px 0;
}
#contentLeft img.hd {
	margin: 13px 0;
}
#contentRight {
	float: right;
	width: 619px;
	margin: 0 4px 0 0;
}
div.contentRightNode01 {
	float: left;
	width: 498px;
	padding: 0 59px 0 62px;
	margin: 0 0 8px 0;
	font: normal 12px "Century Gothic", Arial;
	color: #6b636b;
	text-align: justify;
	background: url(../images/contentright-node01bg.png) bottom left repeat-x #fff;
}
div.contentRightNode01 img.hd {
	margin: 3px 0;
}
div.contentRightNode01 p {
	padding: 9px 0;
	margin: 0px;
}
div.contentRightNode01 p.readmore {
	padding: 9px 0 15px 20px;
	margin: 0 0 0 352px;
	background: url(../images/bul.png) left 10px no-repeat;
	font: normal 11px/14px Tahoma, Geneva, sans-serif;
	color: #494949;
}
div.contentRightNode02 {
	float: left;
	width: 597px;
	background: url(../images/contentright-node02bg.png) bottom left repeat-x #fdfdfd;
}
div.contentRightNode02 h2 {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 16px 0 16px 7px;
	background: url(../images/contentright-node02hd-bg.png) top left no-repeat;
}
div.contentRightNode02 ul {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #494949;
}
div.contentRightNode02 ul li {
	float: left;
	padding: 0px 15px 0 5px;
	margin: 0px;
	display: inline;
	text-align: center;
	width: 87px;
}
div.contentRightNode02 ul li img {
	border: 1px solid #eeecdd;
}
div.contentRightNode02 ul li img:hover {
	border: 1px solid #c6c4b8;
}
div.contentRightNode02 ul li p {
	padding: 10px 0;
	margin: 0px;
}
#content a, #content a:link, #content a:active, #content a:visited {
	color: #494949;
	text-decoration: underline;	
}
#content a:hover {
	color: #494949;
	text-decoration: none;	
}
#footer {
	float: left;
	width: 827px;
	padding: 0 15px 14px 15px;
	background: url(../images/footer-bg.png) top left no-repeat #fff;
	height: 34px;
	font: normal 11px/34px Tahoma, Geneva, sans-serif;
	color: #fff;
}
#footer span {
	padding: 0 6px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer p {
	padding: 0px;
	margin: 0px; 
}
input.grey {
    background-color: #EEEEEE;
    border: 1px solid #B7B7B7;
    color: black;
    font-size: 12px;
}