body 
{
	 background: #999;
 	 font-family:  Consolas, Verdana, Arial, sans-serif;
	 font-size: 11px;
	 color: #000;
	 margin-top: 5px;
 }

A:link    { text-decoration: none; color: #252525; font-weight: bold; }
A:visited { text-decoration: none; color: #252525; font-weight: bold; }
A:active  { text-decoration: none; color: #252525; font-weight: bold; }
A:hover   { text-decoration: none; color: #800000; font-weight: bold; }

.menuborder { font-family: Verdana, sans-serif; padding: 11px 0px 11px 0px; border-top-width:thin; border-top-color: #FFF; border-top-style:solid; border-bottom-width:thin; border-bottom-color: #FFF; border-bottom-style:solid; width:95%;}
a.mainmenu  { border: solid 2px white; color: #FFF; padding : 3px 8px 3px 8px; background: #000; }
a.mainmenu:hover {  border: solid 2px black; text-decoration: none; color: #000; font-weight: bold; background: #fff; }

a.current  { border: solid 2px #000; color: #000; padding : 3px 8px 3px 8px; background: #FFF; }
.skull { width:118px; text-align: CENTER;}

.input {
    border: 1px solid #000;
    background: #c9c9c9;
    font-weight: bold;
}

.input:hover {
    border: 1px solid #FFF;
    background: #c9c9c9;
}

.button {
    border: 1px solid #000;
    background: #c9c9c9;
    font-weight: normal;
    color: #000;
}

.button:hover {
    border: 1px solid #000;
    background: #006600
    font-weight: normal;
    color: #000;
}


.searchinput {
    border: 1px solid #000;
    font-weight: bold;
    background:transparent;
    background-color:Gray;
    filter:alpha(opacity=40);   
}

.searchinput:hover {
    background: #ccc;
}

.searchbutton {
    border: 1px solid #000;
    background: #999;
    font-weight: normal;
    color: #FFF;
}

.searchbutton:hover {
    border: 1px solid #000;
    background: #999;
    font-weight: normal;
    color: #000;
}

.copyright
{	 
	font-size: 10px;
	font-weight: lighter;
	color: #cccccc;
}

#slider1 {
    width: 540px; /* important to be same as image width */
    height: 277px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 640px; /* important to be same as image width or wider */
	text-align: center;    
	position: absolute; 
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative; 
	text-align: center;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Tahoma, Helvetica, sans-serif;
    padding: 10px 10px; 
    width: 540px;
    background-color: #999;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 277px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 277px;
}

ul { list-style-type: none;}
