* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: Verdana, Tahoma, Arial, Sans-serif, serif;
	font-size: 12px;
	color: #3B3B3B;
	width: 100%;
	height: 100%;
	margin-bottom: 1px;
	background-color: #c6c6a6;
	color: #4e1077;
}


a, a:visited {
    color: #805acf;
	text-decoration: none;
}

a:hover {
	color: #FFB9B9;
	text-decoration: underline;
}

#container {
	width: 650px;
	margin: 0px auto;
	background-image: url('./images/background.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#inner {
	padding: 5px 10px;
	width: 95%;
}

#header {
	width: 100%;
	height: 145px;
	margin: 0px;
	background-image: url('./images/bg_repeat.jpg');
	background-repeat: repeat-x;
}

h1 {
	color:#9000a1;
}

#separator {
	line-height: 0px;
	background-image: url('./images/separator.jpg');
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
}

#footer {
	width: 650px;
	font-size: 12px;
	padding-bottom: 10px;
	background-image: url('./images/bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

img {
	border: 0px none;
}

h2 {
	font-family: Tahoma;
	text-transform: uppercase;
	width: 90%;
	margin: 3px auto;
	padding-left: 10px;
	border-bottom: 2px solid #A65555;
	color: #912cee;
}



#menubar {
	background-image: url('./images/buttons_back.jpg');
	background-repeat: repeat-x;
	height: 60px;
	overflow: hidden;
}

.block-start { background: url(images/ftr_mid.gif) bottom left repeat-x; }
.block-start .block-end-left { background: url(images/ftr_left.gif) top left no-repeat; }
.block-start .block-end-right { background: url(images/ftr_right.gif) top right no-repeat; }
.block-start .block-end-left, .block-start .block-end-right { height: 4px; overflow: hidden; padding: 0; }

.block-start table.news { 
    border-top-width: 0; 
    border-bottom-width: 0; 
    border-color: #6E747A;
}

table.news td, table.news tr {
	border-left: solid 1px #fff;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #B4B9BF;
	background: #F0F3F4 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}

table.news th {
	color: #8C9398; 
	font-size: 11px; 
	font-weight: bold;
	background: #F3F6F7 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #fff;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #B4B9BF;
}

table.news .cat{
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #ACB4B8;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #7C8388;
	border-bottom: solid 1px #B4B9BF;
	background: #A9AFB4 url(images/cathead.gif) top left repeat-x;
	color: #EFF3F6;
	text-indent: 4px;
}

table.news caption { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: left;
}
table.news caption .cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}
table.news caption .cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 6px;
	padding-left: 23px;
	height: 21px;
	color: #ffffff;
}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;}

a.linkopacity:hover img {
filter:alpha(opacity=0.8);
-moz-opacity: 0.8;
opacity: 0.8;
-khtml-opacity: 0.8; }