/*This is slides css style instructions*/




/*BODY*/

body {
background-color: #000000;
color: #7d7d7d;
font-family: 'Major Mono Display', monospace, Arial, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: 100;
letter-spacing: 1px;
text-align: left;
line-height: 1 em;
margin: 0;
padding: 0;
border: 0;
 }




/*IDs*/

/*CONTAINER*/
#slidescontainer { 
/*this next is for centering*/
margin: 20px auto;
padding: 18px;
background-color: #ffffff;
border-radius: 0px;
width: 1104px;
height: 700px;
}





/*CONTENT*/
#slidescontent {
margin: 0px auto;
border-radius: 0px;
z-index: 1;
}






/*SLIDES*/
#leftslide {
margin: 0px auto;
border-radius: 0px;
position: relative; top: 36px; left: 38px;
z-index: 2;
}


#rightslide {
margin: 0px auto;
border-radius: 0px;
position: relative; top: -468px; left: 570px;
z-index: 2;
}





/*BUTTON IDs*/

/*UP BUTTON Relative = relative to where it would have been*/
#upbutton {
width: 44px;
position: relative; top: -440px; left: 920px;
z-index: 3;
}

/*DOWN BUTTON Relative = relative to where it would have been*/
#downbutton {
width: 44px;
position: relative; top: -481px; left: 990px;
z-index: 3;
}


/*ROLLOVER CLASSES 1=up 2=down*/

.button1 {width: 100; height: 100; background: url(slideimages/rolloveruparrow.jpg); }
.button1 a {display: block; width: 100; height: 100; }
.button1 a img {border: 0px; }
.button1 a:hover img {visibility: hidden; }


.button2 {width: 100; height: 100; background: url(slideimages/rolloverdownarrow.jpg); }
.button2 a {display: block; width: 100; height: 100; }
.button2 a img {border: 0px; }
.button2 a:hover img {visibility: hidden; }

















/*CLASSES*/





/*PARAGRAPHS*/

/*This next counteracts the margins most browsers put above a para*/
p {
margin-top: 0px;
}

/*This is just in case any browsers put margin below a para*/
p {
margin-bottom: 0px;
}

/*This is a class to make a para ranged right*/
p.rangedright {
text-align: right;
}






/*Keep this to make the BOTTOM stretchy*/

#bottom {
clear:both;
height: 56px;
}







/*Website*/




