/* Make all body background gradient, text in the centre */
body {
	text-align:center;
	background-image:url(../image/bg.png);
	background-repeat:repeat-x;
	}
/* Make background white for main part, width 779, text to the left*/
#main {
	background-color:#FFFFFF;
	width:779px;
	text-align:left;
	margin:0;
	padding:0;
	}
/* Header background image, width 779, height 100, font features*/
#header {
	text-align:right;
	background-image:url(../image/header_new.jpg);
	width:779px;
	height:77px;
	padding: 0;
	margin: 0;
	}
.menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	font-weight:bold;
	text-decoration: none;
	}
.menu {
	margin-top: 0;
	padding-bottom: 3px;
	width:779px;
	background-color:#66cc99;
	}
.menu a {
	color:#FFFFFF;
	}
.menu a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.menu a:hover {
	color:#003399;
	}

h2 {
	text-align:center
	}
.text {
	padding:20px;
	text-align:justify;
	}
a img {
	border:none;
	}
#reasons {
	width:280px;
	float:left;
	}
#reasons ul li {
	list-style:url(../image/list.jpg);
	}
#list {
	width:779px;
	text-align:center;
	}
#niz {
	background-image:url(../image/niz.jpg);
	width:779px;
	height:223px;
	padding-bottom:0;
	margin-bottom:0;
	}
h3 {
	text-align:center;
	}
h5 {
text-decoration:underline;
text-align:center;
	}
.indent {
	padding-left: 45px;
	}
#table {
	margin-top:0;
	padding-top:0;
	}
.label {
	text-align:right;
	}	
#link {
	padding:35px;
	text-align:center;
	}
#news {
	margin:0;
	padding:20px;
	float:right;
	border-top:1px #006699 dotted;
	}
#niz table {
	height:222px;
	margin-top:0;
	margin-bottom:0;
	}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	padding-top: 35px;
	padding-left: 35px;
}
