html {
	margin-bottom: 20px;
}
td img {display: block;}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #bebebe;
}
img {
	border: 0;
}
#container {
	width: 762px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}
#flashanim {
	float: left;
	background-color: #bebebe;
	width: 269px;
	height: 174px;
}
#mainpic {
	float: right;
	background-color: black;
	height:174px;
	width: 493px;
}
#nav {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	height: 33px;
	width: 762px;
	background-color: #E66090;
	clear: both;
}
#title {
	height: 30px;
	width: 762px;
	background-image: url(images/title_bg.gif);
}
#title img {
	margin-right: 26px;
}
#leftcolumn {
	float: left;width: 266px;
}
#rightcolumn {
	float: right;background-color:#e9e9e9;width: 420px;height: auto;padding: 10px;text-align: right;color: #333333; font-weight: bold;
}
#maincontent {
	width: 721px;
	height: auto;
	padding: 26px;
	padding-left: 15px;
	background-color: white;
	font-family: verdana;
	font-size: 11px;
	color: #888888;
	text-align: justify;
}
#maincontent:after { content: ""; display: block; height: 0; clear: both; }



