body {
	padding: 0px; /* Set margin and padding for cross browser consistency. */
	margin: 0px;
	text-align: center;
	font-family: verdana;
	background-image: url(../_images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;

}
#container {
	width: 980px;
	margin: 0px auto; /* Right and left margin set to "auto", to center the box horizontally */
	text-align: left; /* Needed to counteract IE5/Win alignment problem  */
	background-color: #efefef;
}
#logo {
	height: 110px;
}

#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 260px;

}
#column-r {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 720px;
	height: 450px;
	background-color: #efefef;
}

#txt {

}

#footer {
	width: 970px;
	margin: 0px auto; /* Right and left margin set to "auto", to center the box horizontally */
	text-align: center; /* Needed to counteract IE5/Win alignment problem  */
	font-size: 10pt;
	color: #FFFFFF;
}

#footer a, a:active, a:hover, a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
