body {
	padding: 0px;
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: 1em;
	line-height: 16px;
	margin: 0px;
	background: url(images/cloudy.jpeg) no-repeat bottom;
	background-attachment: fixed;
	height: 100%;
	width:100% !important;
	min-height:100%;
}
#left_background{
  margin-left: 0;
  position: relative;
  background: url("images/cliff_background_left.gif") no-repeat left bottom;
  background-size: 45%;
  background-attachment: fixed;
}
#right_background{
  margin-right: 0;
  position: relative;
  background: url("images/cliff_background_right.gif") no-repeat right bottom;
  background-size: 45%;
  background-attachment: fixed;
}
#center_col{
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  position: relative;
  width: 780px;
  height: 100%;
  min-height:100%;
  box-shadow: 0 10px 30px #000000;
  background: url("images/carbonfibre_texture.png") repeat scroll left top transparent;
}
#background_gradient{
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  background: url("images/white_gradient.png") repeat scroll left top transparent;
}
li.currentpage{
  font-family: Arial,sans-serif;
  font-size: .8em;
  display: block;
  padding-top: 5px;
  padding-right: 2px;
  //font-weight: bold;
  //text-align: left;
  text-transform: capitalize;
  //line-height: 50px;
  //position: relative; 
  //border-radius: 50px;
  //background: white;//rgba(255,255,255,.5);
  color: #930032;//#59001e; //#505050;
  margin-right: -5px;
  //border: solid white  1px;
  text-decoration: none;
}

#ribbon{
  color: #000000;
  font-family: Arial,sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
  line-height: 50px;
  position: relative;
  margin-left: -10px;
  width: 800px;
  height: 50px;
  -moz-box-shadow: 0 10px 30px #000000;
  -webkit-box-shadow: 0 10px 30px #000000;
  box-shadow: 0 10px 30px #000000;
  background: url("images/banner.png") repeat-y scroll right transparent; 
}
#ribbon img{
  float: left;
  margin-left: 50px;
  margin-top: -25px;
}
#navigation li{
  display: inline;
  list-style-type: none;
  border-left: solid black 3px;
  padding-left: 2px;
}
#navigation li:first-child {
  border-left:none;
}

#navigation a:link, a:visited {
  color: #000000;
  font-family: Arial,sans-serif;
  font-size: .8em;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
  line-height: 50px;
  position: relative; 
  text-decoration: none;
}
/*Note: :hover MUST come after :link and :visited (if they are present) in the CSS definition, in order to be effective! (also, :active must follow :hover)*/
#navigation a:hover, a:active{
  color: #930032;
  text-decoration: underline;
}

 /****** begin main content CSS ******/
    #content{
	padding: 10px 30px 10px 30px;
	text-align: center;
    }
    #content h1 {
        margin: 0px;
        line-height: 30px;
        font-weight: normal;
        font-size: 1.5em;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #930032;
        display: block;
        text-shadow: 0 1px rgba(0,0,0,.8);
    }
    #content h2 {
        font-weight: bold;
        margin-top: 15px;
        font-size: 1.25em;
        line-height: 20px;
        color: #930032;
        padding: 3px;
        display: block;
        background: grey;
        border: solid grey 5px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        border-top: solid grey 2px;
        border-bottom: solid black 2px;
        box-shadow:inset 0 0px 30px #ffffff;
        -webkit-text-fill-color: #930032; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black;  
    }
    #content a:link, a:visited {
        color: cfcfcf;
        font-style: italic;
        text-decoration: none;
    }
    /*Note: :hover MUST come after :link and :visited (if they are present) in the CSS definition, in order to be effective! (also, :active must follow :hover)*/
    #content a:hover, a:active{
        color: #930032;
        text-decoration: underline;
        text-shadow: 0px 1px 2px rgba(0,0,0,.8);
    }

    #content p:first-letter{
        background:white;
        color: black;
        text-align: center;
        font-family: Arial,sans-serif;
        font-size: 1.25em;
        font-weight: bold;
        font-variant: small-caps;
        text-transform: capitalize;
        padding:0px 2px 0px 2px;
        border-width: 15px; 
        border-color:transparent;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    #content table{
        background:url('images/white_gradient_shift_blk.png');
    }
       
	#content p{
	    display: block;
        -moz-border-radius: 15px;
        border-radius: 15px;
		//background-color: black;
		background-image: url("images/white_gradient_shift_blk.png");
		//border: solid white 2px;
        border-top: solid grey 2px;
        border-bottom: solid black 2px;
        color: white;//color: rgb(220, 220, 220);
        padding: 25px 25px 25px 25px;
        line-height: 1.25em;
    }
	
    #content li{
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: url("images/white_gradient_shift_blk.png") repeat scroll left top transparent;
        //border: solid white 2px;
        border-top: solid grey 2px;
        border-bottom: solid black 2px;
        color: white;//color: rgb(220, 220, 220);
        padding: 25px 25px 25px 25px;
        line-height: 1.25em;
    }
    
    #content embed{
        padding: 10px;
        height:400px;
        width:500px;
    }
    
    #albumName {
        padding: 10px;
        text-align: center;
    }
    
    #albumName iframe{
        padding: 10px;
    }
    
#splash{
    font-family: Arial,sans-serif;
    line-height: 30px;
    font-weight: normal;
    font-size: 1.25em;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #FFFFFF;
    display: block;
    border: 1px solid rgba(0,0,0,0); /*magic fix for firefox's margin rendering which I clearly don't understand*/
    text-shadow: 0 2px rgba(0,0,0,.8);
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;      
    text-align: center;
}
#splash_img{
    margin-top: 20px;
    /* using float:left; will cause image to overlap an H1 below it overlap */
    width: 509px;
}

#footer {
  color: black;
  font-size: 1.2em;
  border: 1px solid rgba(0,0,0,0); /*helps remove bottom gap in firefox*/  
}
#footer a{
  color: white;
  font-family: Arial,sans-serif;
  font-size: 1em;
  line-height: 16px;
  text-align: center;
}
#footer li{
  color: white;
  display: inline;
  font-family: Arial,sans-serif;
  font-size: .8em;
  text-align: left;
  line-height: 50px;
  position: relative; 
  list-style-type: none;
  border-left: solid black 2px;
  padding-left: 2px;
}
#footer li:first-child{
  border-left:none;
}
#footer a:link, a:visited {
  text-decoration: none;
}
/*Note: :hover MUST come after :link and :visited (if they are present) in the CSS definition, in order to be effective! (also, :active must follow :hover)*/
#footer a:hover, a:active{
  color: black;//#59001e; #930032;
  text-decoration: underline;
}

#sponsorWall{
	width:700px;
	background-color:#FFF;
	border:thick;
	border:solid;
	border-color:#FF0000;
	min-height:500px;
	text-align: center; 
}

#contact{
	text-align:center;
	
	border:thick;
	border:solid;
	border:#00F;
	width:600px;
	
}

#contactTable{
	width:600px;
	text-align:center;
	border: thick groove #F00;
}

  /****** end main content CSS ******/
#background_image{
	position:fixed;
	bottom:0px;
	left:0px;	
	width:100%;	
	z-index:-2;
	margin:0px;
	padding:0px;
}

#left_cliff{
	position:fixed;
	bottom:-70px;
	left:0px;		
	z-index:-1;
}

#right_cliff{
	position:fixed;
	bottom:-70px;
	right:0px;		
	z-index:-1;
}

a:link{
  color:#a9a9a9;
  text-decoration:underline;
}
a:visited {
  color:black;
  text-decoration: none;
}

#bugfix{
  display: block;
  -moz-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  border: black solid 1px;
  position:relative;
  margin-top: -50px;
  float:right;
  width:50px;
  height:50px;
  background: url("images/bugfix50.gif");
  -moz-box-shadow: 0 10px 30px #000000;
  -webkit-box-shadow: 0 10px 30px #000000;
  box-shadow: 0 10px 30px #000000;
} 

td{
	text-align:center;
	color:#000;
	background-color:#FFF;
}

li{
	list-style: none;
}

p{
text-align:justify;

}
