a:active {
	color: #E9E9E9;
	font-family: sans;
	font-size: 12px;
	text-decoration: none;	
}
a:link {
	color: #9095A9;
	font-family: sans;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #9A9A9A;
	font-family: sans;
	font-size: 12px;
	text-decoration: none;
}
a:hover { 
	color: #C80000;	
}


/*
a.button { 
    background:url(button1.png);
    width: 52px; 
    height: 40px; 
 	float: none; 
	position: relative;
	margin: 0px;
	padding: 0px;
	top:  0px;
	left: 0px;
        display: block; 
}

a.button span { 
        display: none; 
}
*/
/*
a.button1:hover { 
        background: url(button1.png) repeat 0px -40px; 
}
*/

body {
 	background: url('background2.png');
	background-color: #4c4c4c;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	color: #CFCFCF;
	font-size: 12px;
	font-family: sans-serif;
}



.bg {
	background: url('background_nya2.png');
	width: 800px;
	height: 575px;
	/*margin-left: 100px;*/
}

img#menuImg {
	float: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 144px;
	left: 18px;
	border: 0px dashed;
	z-index: 10001;
}

span#content {
	/*padding: 20px;*/

}

div.news {
	background-color: #3C3C3C;
	color: #BDBDBD;
	border: 1px solid;
	border-color: #252525;	
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	min-width: 10px;
}

p.newstext {
	margin: 5px;
}

div.date {
	background-color: #303030;
 	color: #B01919; 
	border: 1px dashed;
	border-color: #252525;
	position: relative;
	top: -1px;
	text-align: center;
	/*font-size: small;*/
	font-weight: bold;
	/*margin-top: -25px;*/
	/*margin-top: -1px;*/
	padding: 3px;
	margin-left: -1px;
	margin-right: 520px;
	margin-bottom: 0px;
}

p.info {
	margin-left: 40px;
	margin-right: 40px;
	padding: 10px;
	border: 1px solid;
	border-color: #252525;		
	background-color: #3C3C3C;
}

div.info {
	margin-left: 40px;
	margin-right: 40px;
	/*padding: 10px;*/
	border: 1px solid;
	border-color: #252525;		
	background-color: #3C3C3C;
}

h2 {
	margin: 10px;
	margin-left: 40px;
	font-size: large;
}

h3 {
	margin: 10px;	
	font-size: small;
}

h4 {
	margin: 10px;	
	font-size: small;
	text-align: center;
}

tr.menuVal {
	cursor: pointer;
}

.mainBox {
	width: 738px; 
	height: 342px;
 	/*top: 145px; */
	float: none;
	position: relative;
	/*margin-left: 50px;*/
 	/*margin-right: 30px;*/
	padding: 1px;
	left: 30px;
/* 	z-index: 1;	 */
}

.memberbody {
	z-index: 4;	
	position: relative;
	padding: 4px;
	width: 375px;
	background-color: #3C3C3C;
	filter: alpha(opacity=80);
	opacity: 0.85;
	color: #C1C1C1;
	font-size:11px;
	border: 1px solid;	
	border-color: #3D3D3D;
	border-top: 0px dashed;
	cursor: pointer;
}

.memberheader {
	z-index: 4;	
	position: relative;
	padding: 4px;
	background-color: #303030;
 	color: #B01919; 
	filter: alpha(opacity=80);
	opacity: 0.85;
	
	font-size:12px;
	border: 1px solid;
	border-color: #3D3D3D;
	border-bottom: 0px dashed;
	
}