@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images2010/bkgrnd.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-top:0;
}
.clear{clear:both; height:1%; visibility:hidden;}
#container{
	width:790px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-color:#FFF;
}
#header{
	width:790px;
	height:350px;
	background-image:url(../images2010/header.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	float:left;
	clear:both;
}
#header .row{
	width:490px;
	float:left;
	clear:both;
	margin:260px auto 5px auto;
}

#midContent{
	width:790px;
	background-image:url(../images2010/contBkgrnd.jpg);
	background-repeat:repeat-y;
	float:left;
	clear:both;
}
#leftClm{
	width:500px;
	float:left;
	margin:10px auto auto 10px;
}
#rightClm{
	width:260px;
	margin:10px auto auto 10px;
	float:left;
}
#leftClm .row{
	width:490px;
	float:left;
	clear:both;
	margin:10px auto 5px auto;
}
#leftClm .row iframe{
	width:490px;
	height:40px;
	overflow:hidden;
	float:left;
	clear:both;
}
#rightClm .row{
	width:250px;
	float:left;
	clear:both;
	margin:10px auto 5px 10px;
}
#thanks{
	width:500px;
	font-size:18px;
	float:left;
	clear:both;
	margin:20px auto auto 140px;
}
