html, body {
	font: 9pt/15pt Verdana, sans serif;
	border: 0;
	margin:0;
	padding:0;
	color: #000;
}
img {
	border:0;
}

strong {
	color: #002939;
}



a:link {
	color:#ffffff;
}

a:hover {
	text-decoration:underline;
}

body {
	background: url(../images/bk.jpg);
	background-repeat:repeat-x;
	background-position: top right;
	margin: 0 auto;
}

#wrapper-out {

	width: 100%;
}

#wrapper {
	width:950px;
	margin: auto;
}

#header {
	background: url(../images/testata.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 943px;
	height: 332px;
	background-color: #fff;
	position: relative;
}

#header2 {
	background: url(../images/testata2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 943px;
	height: 162px;
	background-color: #fff;
	position: relative;
}

#content {
	background-color: #f1f2f4;	
	margin: 0 auto;
	padding: 20px 0 40px 0;
	overflow:hidden;
	text-align:center;
}



#footer {	
	background: url(../images/bkfoot.jpg);
	font-size:8pt;
	height: 25px;
	width: 950px;
	position:relative;
	margin:0;
	padding: 0;
	color:#fff;
	text-align:center;
}

#footer a {
 color: #fff;
}



h1 {
	color: #174464;
	font-weight:bolder;
	margin:0;
	font-size:13pt;
}
