/* CSS Document */
body {
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat-x;
	margin-left: 1px;
	margin-right: 1px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.container{
	width:500px;
}
.container .hd{
	background: url(images/top.png) no-repeat top; height: 20px; width:500px;
}
.container .bd{
	background: url(images/mid.png) repeat-y; width:500px;
}
.container .bd .c{
	margin-left:30px; margin-right:30px;
}
.container .bd .c p{
	margin-bottom:0;
}
.container .ft{
	background: url(images/bot.png) no-repeat top; height: 20px; width:500px;
}
.container .links{
	color:#ffffff;
}
.thumbHolder{
	margin-top:5px; width:292px; margin-right:10px;
}
img{
	border:none;
}
a:link, a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}