* {
	border: 0;
	margin: 0;
	padding: 0;
}
html, body {
	margin:0px; padding:0px; border:0px;
	background: url("bg.gif") #ffffff repeat-y top center;
	position: relative; 
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

strong {
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #06C;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
p {
	padding-top: 20px;
}
p.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

#container {
	text-align:left;
	width:781px;
	margin: auto;
}
#top {
	text-align:left;
	width:781px;
	height: 220px;
}
#leftcol {
	width:240px;
	float: left;
	padding-top:10px;
}
#rightcol {
	width:500px;
	padding-right: 10px;
	float: left;
	text-align: justify;
}

#centerniz {
        width:781px;

}


#footer {
	background: url("footer.gif") #77c4fa repeat-x;
	width:781px;
	height: 120px;
	text-align: center;
font-size: 10pt;
}


.clear {
	clear:both;
}





