body {      /* Color Formerly: DFA3D4  */
		 background: #28281C url('../images/background.jpg') fixed no-repeat center;

		 color: FFB0FF;
		 font-size: 3px;
		 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		 letter-spacing: 1px;

		 }

table {
		 font-size: 13px;	 
		 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		 letter-spacing: 0px;
		 }
		 
a:link {
		 color: #AFA3D4;
		 text-decoration: none;
		 }
		 
a:visited {
		 color: #AFA3D4;
		 text-decoration: none;
		 }
		 
a:hover {
		 color: #AB9ABA;
		 text-decoration: none;
		 }

a:active {
		 color: #AFA3D4;
		 text-decoration: none;
		 }
		 
img {
		 padding: 4px;
     border: 1px solid black;
     }

img.watermark {
		 padding: 4px;
     border: 0px solid black;
     }



span.float {
    /*float: left;*/
    width: 75px;
    padding: 5px;
    }
  
div.float p {
    text-align: center;
    }

 
#content {    /* Left Panel & Photo Credit */
     /*position: absolute;  <--old
     top: 30px;
     left: 50px;
     width: 310px;*/
     border: 0px solid black;
  	 text-align: right;
     background-color: invisible;
		 color: AFA3D4;	 
		 font-size: 11px;	 
		 }

#content2 {   /* Navigation - Title Color Formerly: DFA3D4 */
     /*position: absolute;  <--old
     top: 30px;
     left: 370px;*/
     width: 400px;
     border: 1px solid black;
		 padding: 10px;
     text-align: left;
     background-color: #28281C;
		 color: FFB0FF;
		 font-size: 15px;
		 letter-spacing: 1px;
		 				 }
				 
#content3 {   /* Content */
     position: relative;
     top: 5px;
		 /*top: 123px;  <--old
     /*left: 370px;*/
     width: 400px;
     border: 1px solid black;
		 padding: 10px;
     text-align: left;
     background-color: #28281C;
		 color: #E3D49B;
		 font-size: 13px;
		 text-align: justify;
		 }

#content4 {   /* Video Pages */
     /*position: absolute;
     top: 30px;
     left: 320px;
     width: 350px;
     top: 70px;*/
     border: 1px solid black;
		 padding: 10px;
     text-align: left;
     background-color: #28281C;
		 color: FFB0FF;
		 font-size: 13px;
				 }

div.review {
		 /*font-family: arial;
		 font-size: 13px;
		 color: #DFDA62;
     margin-left: 10px;
     width: 575px;*/
     background: #1F2211;
     padding: 10px;
		 color: #E3D49B;
		 		 }


h1 {  /* Else Color: FFB0FF - Title Color */
	  font-size: 18px;
		color: DFA3D4;
	  }


