body {
  margin:0px;
  padding:0px;
  background-color: #5c5c5c;
}

#main {
  margin-left: auto;
  margin-right: auto;
  width: 984px;
}

#bg {
  background-image: url('images/bg.jpg');
  background-position: top;
  background-repeat: no-repeat;
}

#main_left {
  background-image: url('images/im_14.jpg');
  background-position: top;
  background-repeat: repeat-y;
}

#main_right {
  background-image: url('images/im_16.jpg');
  background-position: top;
  background-repeat: repeat-y;
}

#main_center {
  background-image: url('images/im_11.jpg');
  background-position: top;
  background-repeat: repeat-x;
  background-color: #ffdc8d;
}

#content_border {
  margin: 8px 8px 4px 8px;
  width: 944px;
  height: 804px;
  border: 2px solid #f1c36f;
  background-color: #fbe5b2;
}

#content_inside {
  padding: 5px 10px 5px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:20px;
  background: url("images/dots_ver.gif") repeat-y scroll 660px 0 transparent;
}

#footer_border {
  margin: 0px 8px 0px 8px;
  width: 944px;
  border: 2px solid #f1c36f;
  background-color: #fbe5b2;
}

#footer {
  padding: 5px;
  height: 30px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
  text-align: center;
}

H1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #990000;
	padding-bottom: 5px;
	padding-left: 0px;
	background: url(images/dots_hor.gif) bottom repeat-x;
}

#left {
  float: left;
  width: 640px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
  text-align: justify;
}

#right {
  float: right;
  width: 260px;
}

#right ul 
{
	list-style: none;
	padding-left:0px;
	padding-top:10px;
	margin: 0px;
	display:block;
	padding-bottom: 0px;
}

#right li{
	padding-top: 0px;
	background: url(images/fish.png) 0px 9px no-repeat;
	padding-left: 26px;
}

.ultop { line-height: 20px;
		padding-top:10px;
}

.ultop li {padding-top:10px;}

a {
  color: #000066;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000066;
  font-weight: bold;
  text-decoration: underline;
}

.redtext {
  color: #990000;
}

.bluetext {
  color: #000066;
}

.araink_title {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0px 5px 0px;
}

.araink_table {
	border-collapse: collapse;
	width: 100%;
}

.araink_table td {
	margin: 0px;
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 2px 5px;
}

.araink_table td:nth-child(1) {
	width: 70%;
}

.araink_table td:nth-child(2) {
	text-align: center;
}

.araink {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}

.araink_sub {
	text-align: center;
	letter-spacing: 1px;
}