
/* Elements */
* {
    margin: 0;
    padding: 0;
}

p, div {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px;
}


li
{
	font-family: verdana;	
}

A:link { COLOR: white; TEXT-DECORATION: none; }
A:visited { COLOR: gray; TEXT-DECORATION: none; }
A:active { COLOR: gray; TEXT-DECORATION: none }
A:hover { COLOR: gray; TEXT-DECORATION: none;}


html {
    font-size: 100%;
    height: 100%;
	background: #3F3F3F URL('/content/images/site/htmlback.jpg');;
	margin: 0; /* Fix to make all margins the same */
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: center;  /* Fix for IE to center page */
}

body {

    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    padding: 0 0;
	margin: 0; /* Fix to make all margins the same */
	font-size: 14px;
	text-align: left;  /* Fix for IE to center page */	
	background: transparent URL('/content/images/site/backslither.png') repeat-x;
}

a.scmenubutton {
    display: block; 
    float:left; 
    width: 182px; 
    height: 30px; 
 /* background: transparent URL('/content/images/site/buttonoff.png') no-repeat; */
    color: #000;
    font-size: 17px;
    font-style:italic;
    text-decoration: none;
}
a.scmenubutton:hover {
/*    color: #AAA;*/
    text-shadow: 0px 0px 3px #FDD598, 0px 0px 3px #FDD598, 0px 0px 3px #F9AF32, 0px 0px 3px #FDD598;
/*    background: transparent URL('/content/images/site/buttondown.png') no-repeat;	*/
}

a.scmaterialbutton {
    display: block; 
    float:left; 
    width: 199px; 
    height: 28px; 
    padding-top: 2px;
    background: transparent URL('/content/images/site/woosh.jpg') no-repeat;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    margin-top: 0px;
    box-shadow: 3px 3px 0px 0px #DDD inset, -2px -2px 0px 0px #888 inset;
}

a.scmaterialbutton:hover {
    text-shadow: 0px 0px 3px #FDD598, 0px 0px 3px #FDD598, 0px 0px 3px #F9AF32, 0px 0px 3px #FDD598;
    box-shadow: 3px 3px 0px 0px #BBB inset, -2px -2px 0px 0px #666 inset;
}


a.scfooter {
    color: #333;
    text-decoration: none;
}

a.scfooter:hover {
    text-shadow: 0px 0px 3px #FDD598, 0px 0px 3px #FDD598, 0px 0px 3px #F9AF32, 0px 0px 3px #FDD598;
}

a.textlink {
    color: #666;
    text-decoration: none;
}

a.textlink:hover {
    text-shadow: 0px 0px 3px #FDD598, 0px 0px 3px #FDD598, 0px 0px 3px #F9AF32, 0px 0px 3px #FDD598;
}

.galleria{
	width: 1050px;
	height: 700px;
	background: #000;
}



