@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #006ca5;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0;
	padding:0;
}
.top_container {
	background:url(images/top_bg.gif) top left repeat-x;
	height:151px;
}
#banner_container {
	width:720px;
	height:120px;
	border:1px dashed #FFF;
	background:#6f98ad;
}

#thumbs_table td{
	width:124px;
	text-align:center;
	padding:2px;
}

a {
	color:white;
	text-decoration:underline;
}
a:hover {
	color:#FFCC00;
	text-decoration:underline;
}

#thumbs_table td A:link IMG 			{BORDER: white 1px solid}
#thumbs_table td A:visited IMG 		{BORDER: white 1px solid}
#thumbs_table td A:hover IMG 		{BORDER: red 1px solid}
