/* General styles for all pages  */
body		{
		  font-family: "Gill Sans","Arial", sans-serif;
		  font-size: medium; font-variant: small-caps;
		  background-color: rgb(80,100,80); 
		  background-color: rgb(10,10,50); 
		}

.normalFont {
	font-variant: normal;
}

.outerdiv {
	height: 580px;
	width: 800px;
	position: absolute; left: 50%; top: 50%;
	margin-left: -400px;
	margin-top: -290px;
}

.pagetitle {
	height: 50px;
	width: 800px;
	position: absolute; left: 50%; top: 0px;
	margin-left: -400px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.content2	{
	background-color: rgb(210,225,210); 
	height: 500px;
	width: 800px;
	position: absolute; top: 50%; left:50%; 
	margin-top: -250px; 
	margin-left: -400px;
	overflow: auto;
}

.links {
	width: 460px;
	position: absolute; bottom: 5px; left: 50%;
	margin-left: -230px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(210,225,210); 
}




#title	 	{
		  position: absolute; top: 0px; left:3px; color: rgb(200,200,100);
		  padding: 0px; margin: 0px;
		}

#myname 	{
		  position: absolute; top: 0px; right:0px;  
		  color: rgb(200,200,100);
		  padding: 0px; margin-top: 0px;
		}

.content	{
		  background-color: rgb(210,225,210); 
		}



div.fixedcontent
		{
		  position: absolute; top: 50%; left: 50%;
		  height: 420px; width: 650px; 
		  margin-left: -325px; margin-top: -210px;
		  background-color: rgb(210,225,210); font-weight: normal; 
		  overflow: auto;
		}

h1 {
	font-size: 45px; 
	color: rgb(210,225,210); 
 	letter-spacing: 15px; 
	font-weight: bold; 
	margin-top: 0px;
	padding: 0px;
}

h2 {
	font-size: 43px; 
	color: rgb(210,225,210); 
 	letter-spacing: 5px; 
	font-weight: bold; 
	margin-top: 0px;
	padding: 0px;
}

h3 {
	text-align: center; 
	font-size: 30px;
 	font-weight: bold;
	padding-top: 0px; margin: 0px;
	color: rgb(10,10,50);
}

h3.reel		{
		  text-align: center; font-size: 1.5em; font-weight: normal;
		  color: rgb(0,25,75);
		}

h4		{
		  font-size: 1em; font-weight: normal; font-variant: small-caps ;
	margin-left: 5px;
		  margin-bottom: 2px;
		}
h5		{
		  text-align: center; font-size: 1em;
		  color: rgb(0,25,75);
		  margin: 0px;
		}

h6 {
	text-align: center; 
	font-size: 24px;
 	font-weight: bold;
	padding-top: 0px; margin: 0px;
	color: rgb(10,10,50);
}

blockquote	{
		  font-size: 0.9em; margin-top: 1px; margin-bottom: 1px; font-variant: normal;
		  color: rgb(0,25,75);
		}

.bold		{
		  font-weight: bold;
		}

.ital {
	font-style: italic;
}

.italbold {
	font-style: italic;
	font-weight: bold;
}


.title1
	 	{
		  position: absolute; top: 1.2em; color: rgb(200,200,100);
		  padding: 0px; margin: 0px; width: 100%; height: auto;
		}

object		{
		  position: absolute; top: 65%; left: 50%;
		  margin-left: -160px; margin-top: -160px;
		  width: 320px; height: 256px;
		}

object.wmp	{
		  position: absolute; top: 55%; left: 50%;
		  margin-left: -160px; margin-top: -176px;
		  width: 320px; height: 300px;
		}

embed		{
		  width: 320px; height: 300px;
		}

embed.wmp	{
		  width: 300px; height: 300px;
		}


/* Styles for navigation section and links  */

#navigation	{
		  position: absolute; bottom:5px ; right:5px;
		  padding-bottom: 5px;
		}

a		{
		  text-decoration: none; margin: 0px;
		}

#navigation a	{
		  font-size: 1em; padding: 0.1em .35em; 
		  margin-bottom: 3px;
		  border-style: solid; border-width: 0px;border-color: rgb(230,180,80);
		}


.fixedcontent img
		{
		  border-width: 0px;
		}



a:link		{
		  color: rgb(200,200,100); font-weight: 600;
	color: rgb(210,225,210);
		}

a.text:visited	{
		  color: rgb(200,200,100); font-weight: 600;
	color: rgb(210,225,210); 
		}
a.text:focus	{
		  color: rgb(200,200,100);
		}
a.text:hover	{
		  color: #ef9c00; 
		}
a.text:active	{
		  color: #ef9c00;
		}

.blue	{
	color: blue;
}

/*  Styles for home page  */


#homepic {
	padding: 0px;
	position: absolute; top: 50%; left:50%; 
	margin-top: -225px; 
	margin-left: -168px;
}



#homepic img	{
		  margin: 0px;
		}

#homepic p	{
		  margin: 0px;
		}

#homepic_satc {
	position: absolute; left: 8px; top: 25px;
	padding-top: 0px;
	margin-top: 0px;
}

#homepic_lo {
	position: absolute; left: 8px; top: 183px;
	margin-top: 0px;
}

#homepic_ff {
	position: absolute; left: 8px; top: 340px;
	margin-top: 0px;
}

#homepic_topright {
	position: absolute; right: 8px; top: 25px;
	margin-top: 0px;
}


#homepic_tr {
	position: absolute; right: 8px; top: 183px;
	margin-top: 0px;
}

#homepic_bottomright {
	position: absolute; right: 8px; top: 340px;
	margin-top: 0px;
}

ul		{
		  list-style-position: outside;
		}

li		{
		  margin-left: -0.8em;
		  padding-bottom: 0.55em;
		}


/* Styles for Resume   */

div#resume	{
		  position: absolute; top: 2.1em; 
		  height: 82%; width: 90%; 
		  margin-left: 5%; margin-right: 5%;
		  font-weight: normal; 
		  overflow: auto;
		}

#credits	{
		  width: 95%; height: 100%; 
		  margin-right: auto; margin-left: auto;
		  font-size: 0.9em; font-variant: small-caps;
		  color: rgb(0,25,75);
		}
#credits td	{
		  vertical-align: top;
		}

#creditnote	{
		  font-size: 0.9em; font-weight: bold;
		}
.resumeheading	{
		  font-size: 1.33em; font-weight: bold; text-align: center;
		}
#demo		{
		  font-size: 0.75em;
		}
#lecon		{
		  font-size: 0.9em; font-weight: bold;
		}

/*  Styles for photos  */

.fixedcontent p	{
		  margin: 0px;
		}

#click	{
	position: absolute; left:230px; top: 49%;
}

#lawsvu	{
	position: absolute; left:0.5%; top: 1%;
}

#sexcity	{
		  position: absolute; left:30%; top: 11%;
		}
#body		{
		  position: absolute; right:2.5%; top: 40%;z-index:4;
		}
#fruge1	{
	position: absolute; left:200px; bottom: 35px; z-index:1;
}
#smile	{
	position: absolute; left:450px; top: 25px; z-index: 2;
		}
#kindness	{
		  position: absolute; right:.5%; bottom: 1%; z-index: 3;
		}
#kadish_smile	{
	position: absolute; right:10px; top: 5px;
}

#golf	{
	position: absolute; left:15px; bottom: 0px; z-index:5;
}

#kadish_blackshirt	{
	position: absolute; left:28px; top: 173px; z-index:5;
}

#onsettryst	{
	position: absolute; left:460px; top: 180px; z-index:5;
}

#sunglasses	{
	position: absolute; left:440px; bottom: 15px; z-index:5;
}

/*  Styles for reel page  */


#reel		{
	margin-top: 15px;
	margin-left: 5px;
  	color: rgb(0,25,75);
		}

td.desc		{
		  font-size: 0.98em;
		}


/*  Styles for voice page  */




table#voicesamples
		{
		  width: 85%; 
		  margin-right: 6%; margin-left: 6%; margin-top: 5px;
		  font-size: 0.9em; font-weight: bold;
		}

td.right	{
		  text-align: right; padding-right: .5em;
		}

td.left		{
		  text-align: left; margin-left: 0;
		}

.voiceheading	{
		  text-align: center; font-weight: bold; font-size: .95em; line-height: 1em;
		}

#voicetitle2
	 	{
		  position: absolute; top: 15em; color: rgb(200,150,0);
		  padding: 0px; margin: 0px; width: 100%;
		}

table#clientstable
		{
		  width: 95%; 
		  margin-right: auto; margin-left: auto;
		  font-size: 0.85em;
		}

div#voiceclients
		{
		  position: absolute; top: 17em; 
		  height: 32%; width: 90%; 
		  margin-right:5%; margin-left: 5%;
		  font-weight: normal; 
		  overflow: auto;
		  color: rgb(0,25,75);
		}


/*  Styles for reviews page  */



#reviewstitle2
	 	{
		  position: absolute; top: 48%; color:rgb(200,150,0);
		  padding: 0px; margin: 0px; width: 100%;
		}

div#testimonials
		{
		  position: absolute; top: 55%; 
		  height: 35%; width: 90%; 
		  margin: 1px 5%;
		  font-weight: normal;
		  color: rgb(0,25,75);
		  padding-top: .5%;
		  overflow: auto;
		}

p.source	{
		  margin-top: 0px; margin-right: 2%;
		  text-align: right; font-size: 0.75em; font-variant: small-caps;
		}

#french		{
		  font-size: 0.85em;
		}


#audition a {
	color: black;
}
/*
border-style: solid; border-width: 2px; border-color: red;
*/