/* my css 
orange: FF9D52
white: FFFFFF

img
{ 
border: #000 solid 1px;
}

*/

.imgborder 
{ 
border: #000 solid 2px;
} 

body
{
  background-image: url(../images/style2/bg.gif);
}

#wrap 
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 700px;
/*  background-color: 4D6387;*/
}

#wrap p
{
  font: 12px Helvetica;
  color: #000000;
/*  text-indent: 10px;*/
}

#wrap ul 
{ 
  font: 12px Helvetica;
  color: #000000;
  list-style-type: none;
}

#main
{
  border: solid 1px #000000;
  width: 698px;
  background-color: #4D6387;
}

#main h1
{
	font: 17px Helvetica;
	font-weight: bold;
	color: #FF9D52;
}

#main h2
{
	font: 14px Helvetica;
	font-weight: bold;
	color: #FF9D52;
}

#main h3
{
	font: 12px Helvetica;
	font-weight: bold;
	color: #FF9D52;
}

#synopsis
{
  position:relative;
  left: 75px;
  width: 450px;	
}

#nav
{
  height: 50px;
  width: 700px;
}

#nav ul {
    margin:0;
    padding:0;
    }

#nav li {
    float:left;
    margin:0;
    padding:0;
    }

#nav #info a {
    display:block;
    background:url("../images/style2/but1.jpg") no-repeat left top;
    width: 100px;
    height: 50px;
    }
	
#nav #info a:hover {
    display:block;
    background:url("../images/style2/but1.jpg") no-repeat 0 -50px;
    width: 100px;
    height: 50px;
    }

#nav #info a.on {    
     display:block; 
     background:url("../images/style2/but1.jpg") no-repeat 0 -50px; 
     width: 100px; 
     height: 50px; 
     }

#nav #web a {
    display:block;
    background:url("../images/style2/but2.jpg") no-repeat left top;
    width: 100px;
    height: 50px;
    }
	
#nav #web a:hover {
    display:block;
    background:url("../images/style2/but2.jpg") no-repeat 0 -50px;
    width: 100px;
    height: 50px;
    }

#nav #web a.on {    
     display:block; 
     background:url("../images/style2/but2.jpg") no-repeat 0 -50px; 
     width: 100px; 
     height: 50px; 
     }

#nav #graphic a {
    display:block;
    background:url("../images/style2/but3.jpg") no-repeat left top;
    width: 100px;
    height: 50px;
    }
	
#nav #graphic a:hover {
    display:block;
    background:url("../images/style2/but3.jpg") no-repeat 0 -50px;
    width: 100px;
    height: 50px;
    }

#nav #graphic a.on {    
     display:block; 
     background:url("../images/style2/but3.jpg") no-repeat 0 -50px; 
     width: 100px; 
     height: 50px; 
     }

#nav #photo a {
    display:block;
    background:url("../images/style2/but4.jpg") no-repeat left top;
    width: 100px;
    height: 50px;
    }
	
#nav #photo a:hover {
    display:block;
    background:url("../images/style2/but4.jpg") no-repeat 0 -50px;
    width: 100px;
    height: 50px;
    }

#nav #photo a.on {    
     display:block; 
     background:url("../images/style2/but4.jpg") no-repeat 0 -50px; 
     width: 100px; 
     height: 50px; 
     }

#nav #multimedia a {
    display:block;
    background:url("../images/style2/but5.jpg") no-repeat left top;
    width: 100px;
    height: 50px;
    }
	
#nav #multimedia a:hover {
    display:block;
    background:url("../images/style2/but5.jpg") no-repeat 0 -50px;
    width: 100px;
    height: 50px;
    }

#nav #multimedia a.on {    
     display:block; 
     background:url("../images/style2/but5.jpg") no-repeat 0 -50px; 
     width: 100px; 
     height: 50px; 
     }

#nav #music a {
    display:block;
    background:url("../images/style2/but6.jpg") no-repeat left top;
    width: 100px;
    height: 50px;
    }
	
#nav #music a:hover {
    display:block;
    background:url("../images/style2/but6.jpg") no-repeat 0 -50px;
    width: 100px;
    height: 50px;
    }

#nav #music a.on {    
     display:block; 
     background:url("../images/style2/but6.jpg") no-repeat 0 -50px; 
     width: 100px; 
     height: 50px; 
     }

#nav #links a {
    display:block;
    background:url("../images/style2/but7.jpg") no-repeat left top;
    width: 100px;
    height: 50px;
    }
	
#nav #links a:hover {
    display:block;
    background:url("../images/style2/but7.jpg") no-repeat 0 -50px;
    width: 100px;
    height: 50px;
    }

#nav #links a.on {    
     display:block; 
     background:url("../images/style2/but7.jpg") no-repeat 0 -50px; 
     width: 100px; 
     height: 50px; 
     }

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #FF9D52;
	text-decoration: underline;
	}

#content
{
  position:relative;
  left: 75px;
  width: 500px;
}

#content2
{
  position:relative;
  left: 75px;
  width: 600px;
}

#bgimg
{
background: url(../images/style2/bgimg.gif);
 width: 698px;
 height: 200px;
}

#csschanger
{
  height: 25px;
  width: 700px;
/*  background-color: #4D6387;
  border: solid 1px #000000;
  background-image: url(../images/style2/bg.gif);*/
  background:url(../images/style2/bg.gif) no-repeat 0 -2px;
}

#csschanger ul {
    margin:0;
    padding:0;
    }

#csschanger li {
    float:left;
    margin:0;
    padding:0;
    }

#csschanger #style1 a {
    display:block;
    background:url("../images/style2/style1.jpg") no-repeat left top;
    width: 100px;
    height: 25px;
    }
	
#csschanger #style1 a:hover {
    display:block;
    background:url("../images/style2/style1.jpg") no-repeat 0 -25px;
    width: 100px;
    height: 25px;
    }

#csschanger #style1 a.on {    
     display:block; 
     background:url("../images/style2/style1.jpg") no-repeat 0 -25px; 
     width: 100px; 
     height: 25px; 
     }

#csschanger #style2 a {
    display:block;
    background:url("../images/style2/style2.jpg") no-repeat left top;
    width: 100px;
    height: 25px;
    }
	
#csschanger #style2 a:hover {
    display:block;
    background:url("../images/style2/style2.jpg") no-repeat 0 -25px;
    width: 100px;
    height: 25px;
    }

#csschanger #style2 a.on {    
     display:block; 
     background:url("../images/style2/style2.jpg") no-repeat 0 -25px; 
     width: 100px; 
     height: 25px; 
     }

#csschanger #style3 a {
    display:block;
    background:url("../images/style2/style3.jpg") no-repeat left top;
    width: 100px;
    height: 25px;
    }
	
#csschanger #style3 a:hover {
    display:block;
    background:url("../images/style2/style3.jpg") no-repeat 0 -25px;
    width: 100px;
    height: 25px;
    }

#csschanger #style3 a.on {    
     display:block; 
     background:url("../images/style2/style3.jpg") no-repeat 0 -25px; 
     width: 100px; 
     height: 25px; 
     }

#csschanger #emptystyle 
{
     display:block; 
     background:url("../images/style2/empty.gif");
     width: 100px; 
     height: 25px; 
}

/*
#bottom
{
  border: solid 1px #000000;
  height: 50px;
  width: 698px;
  background-image: url(../images/style2/bottom.jpg);
}
*/

#top
{
  height: 150px;
  width: 700px;
/*  background-image: url("../images/style2/headers/top6.jpg");*/
}


#top ul 
{
  margin:0;
  padding:0;
  list-style:none;
}

#top li 
{
  float:left;
  margin:0;
  padding:0;
}

#top #topleft
{
  display:block;
  height: 150px;
  width: 350px;
  background-image: url(../images/style2/topleft.jpg);
}

#top #topright
{
  display:block;
  height: 150px;
  width: 350px;
  background-image: url(../images/style2/topright.jpg);
}

.thumbframe
{
  height: 90px;
}

.thumbpic
{
  float: left; 
  margin-right: 1em;
}

.dls
{
  height: 20px;
  width: 75px;
}

.dls ul {
    margin:0;
    padding:0;
    }

.dls li {
    float:left;
    margin:0;
    padding:0;
    }

.dls .pics a {
    display:block;
    background:url("../images/pics.gif") no-repeat left top;
    width: 20px;
    height: 12px;
    }
	
.dls .pics a:hover {
    display:block;
    background:url("../images/pics.gif") no-repeat 0 -12px;
    width: 20px;
    height: 12px;
    }

.dls .pics a.on {    
     display:block; 
     background:url("../images/pics.gif") no-repeat 0 -12px; 
     width: 20px; 
     height: 12px; 
     }

.dls .mp3 a {
    display:block;
    background:url("../images/mp3.gif") no-repeat left top;
    width: 20px;
    height: 12px;
    }
	
.dls .mp3 a:hover {
    display:block;
    background:url("../images/mp3.gif") no-repeat 0 -12px;
    width: 20px;
    height: 12px;
    }

.dls .mp3 a.on {    
     display:block; 
     background:url("../images/mp3.gif") no-repeat 0 -12px; 
     width: 20px; 
     height: 12px; 
     }

.dls .vids a {
    display:block;
    background:url("../images/vids.gif") no-repeat left top;
    width: 20px;
    height: 12px;
    }
	
.dls .vids a:hover {
    display:block;
    background:url("../images/vids.gif") no-repeat 0 -12px;
    width: 20px;
    height: 12px;
    }

.dls .vids a.on {    
     display:block; 
     background:url("../images/vids.gif") no-repeat 0 -12px; 
     width: 20px; 
     height: 12px; 
     }

.floatcontainer:after{ content: "."; display: block; height: 0; clear: both; visibility:hidden; } 
.floatcontainer{display: inline-table;}  /* Mark Hadley's fix for IE Mac */  /* Hides from IE Mac \*/ * html 
.floatcontainer {height: 1%;} 
.floatcontainer{display:block;} /* End Hack */ 

#clear { clear:both; }