body
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: serif, times;
	color: white;
	background-color: #022b60;
	background: url(images/background.jpg) repeat;
	background-attachment: fixed;
}

img, a img
{
	border: none;
}

a:link,
a:visited
{
	color: #FFEBA5;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #EDA649;
	text-decoration: underline;
}

h1
{
	font-size: 22px;
	font-weight: bold;
}
h2
{
	font-size: 18px;
	font-weight: bold;
}
h3
{
	font-size: 16px;
	font-weight: bold;
}

ul
{
	list-style-image: url(images/bullet.gif);
}

div#menu
{
	float: left;
	width: 190px;
	padding-left: 10px;
}

div#main
{
	width: 700px;
	margin-left: 200px;
	padding: 0px;
}

div#box
{
	width: 190px;
	height: 145px;
	background: url(images/logocats.gif) no-repeat;
}

table#board
{
	table-layout: fixed;
	width: 690px;
	border-collapse: collapse;
}
tr#board_center
{
	width: 690px;
	height: 400px;
	background: url(images/board.jpg) repeat;
}
tr#board_top
{
	width: 690px;
	height: 15px;
	background: url(images/board_top.jpg) no-repeat;
}
tr#board_bottom
{
	width: 690px;
	height: 15px;
	background: url(images/board_bottom.jpg) no-repeat;
}

div#board
{
	padding: 0 10px 0 10px;
	color: black;
}

div#board2
{
	padding: 0 20px 0 20px;
}

div#board a:link,
div#board a:visited
{
	color: #005bc1;
	text-decoration: none;
}
div#board a:hover,
div#board a:active
{
	color: #b70000;
	text-decoration: underline;
}

div#note1
{
	width: 220px;
	height: 315px;
	margin-left: 2px;
	padding: 60px 15px 20px 15px;
	float: left;
	background: url(images/note1.gif) no-repeat;
	font-size: 12px;
	font-family: arial, helvetia, sans-serif;
}

div#note2
{
	width: 375px;
	height: 125px;
	margin-right: 5px;
	padding: 40px 10px 5px 10px;
	float: right;
	background: url(images/note2.jpg) no-repeat;
	text-align: center;
}

div#note3
{
	width: 405px;
	height: 215px;
	margin-top: 8px;
	margin-right: 3px;
	float: right;
}

div#note3_1
{
	width: 180px;
	height: 205px;
	padding: 5px;
	float: left;
	background: url(images/note3_1.gif) no-repeat;
	text-align: center;
}

div#note3_2
{
	width: 190px;
	height: 170px;
	margin-top: 2px;
	padding: 55px 10px 5px 10px;
	float: right;
	background: url(images/note3_2.gif) no-repeat;
	font-size: 14px;
	text-align: center;
}

div#footer
{
	width: 700px;
	margin-left: 200px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: arial, sans-serif;
}

tr#brs_board_center
{
	width: 690px;
	height: 400px;
	background: url(images/brs_board.jpg) repeat;
}
tr#brs_board_top
{
	width: 690px;
	height: 15px;
	background: url(images/brs_board_top.jpg) no-repeat;
}
tr#brs_board_bottom
{
	width: 690px;
	height: 15px;
	background: url(images/brs_board_bottom.jpg) no-repeat;
}

div#brs_board2
{
	padding: 0 20px 0 20px;
	color: #cf0000;
}

