/* theme specific stuff */
body {
	background-color: #0d0000;
}

#subarea {
	border-top: 1px solid #594c4c;
	width: 374px;
	height: 300px;
	position: absolute;
	top: 287px;
	left: 597px;
}
#logo a {
    color:#0d0000;
}
table.main {
	border: 1px solid #594c4c;
}

img.main {
	border: 0px;
	border-bottom: 1px solid #594c4c;
}

td.main1 {
	border: 1px solid #594c4c;
	width: 600px;
	margin: 3px;
	padding: 7px;
	padding-top: 20px;
}

td.main2 {
	border: 1px solid #594c4c;
	margin: 3px;
	padding: 0px;
	background-color: #2a0001;
	background-image: url("sidebar.jpg");
	background-repeat: no-repeat;
	background-position: 0px 280px;
}

input.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #2b0000;
	border: 1px solid #8c7777;
	width: 180px;
}


a.a:link {
	font-weight: bold;
	border-bottom: 0px;
	text-decoration: none;
	color: #bfa3a3;
}

a.a:visited {	
	font-weight: bold;
	border-bottom: 0px;
	text-decoration: none;
	color: #bfa3a3;
}

a.a:active {
	font-weight: bold;
	border-bottom: 0px;
	text-decoration: none;
	color: #bfa3a3;
}

a.a:focus {
	font-weight: bold;
	border-bottom: 0px;
	text-decoration: none;
	color: #bfa3a3;
}

a.a:hover {
	font-weight: bold;
	border-bottom: dashed 1px #bfa3a3;
	text-decoration: none;
	color: #bfa3a3;
}

img.content {
  border: 1px solid #594c4c;
}

/* news */
table.news {
    border: 1px solid #594c4c;
}

tr.newsDate {
    background-color: #2a0001;
    border-bottom: 1px solid #594c4c;
}
