
#defaultstyle {
display: inline;
}
#otherstyle {
display: none;
}
BODY {
	background-image: url(../images/main-bg2.gif);
	background: -moz-repeating-linear-gradient(top left -45deg, #0c0c0c , #0c0c0c  5px, #242424 5px, #242424 10px);
	background-image: -webkit-gradient(linear, top left -45deg, #0c0c0c , #0c0c0c  5px, #242424 5px, #242424 10px);
	color: #00CD00;
}
NAV {
background: -moz-linear-gradient(top, #0c0c0c, #0b0b0b, #333333, #202020,,#242424) !important;
background-image: -webkit-gradient(linear, top, #0c0c0c, #0b0b0b, #333333, #202020,,#242424) !important;
}
DIV#Secondary {
	color: #00CD00;
	background-color: white;
	clear: both;
}
DIV#Secondary A { 
	color: #00CD00;
	text-decoration: underline;
}
DIV#Sidebar-left {
	background-color: #202020;
}
DIV#Sidebar-left-header {
	background-image: url(../images/menu_black_small.png);
	background: -moz-linear-gradient(top, #444444, #373737, #343434, #3d3d3d, #434343, #404040, #343434,#373737);
	background: -webkit-gradient(linear, top, #444444, #373737, #343434, #3d3d3d, 434343, #404040, #343434,#373737);
}
FOOTER {
	text-shadow: 1px 1px 1px #00CD00;
	background: -moz-linear-gradient(top, #7f7f7f, #242424, #7f7f7f, #242424, #7f7f7f);
	background: -webkit-gradient(linear, top, #7f7f7f, #242424, #7f7f7f, #242424, #7f7f7f);
	background-image: url(../images/footer_gray.png);
}
FOOTER A {
color: #00CD00;
text-shadow: 1px 1px 1px #00CD00;
}