body { 
   background-color: rgb(100, 100, 100);
   background-repeat: repeat;
   font: normal 1.0em/1.5em Arial, Helvetica, sans-serif;
   width: 950px;
   left: 5px;
   font-size: 20px;
   line-height: 20px;
}

.shadow {
   box-shadow: 10px 10px 10px #000;
   -moz-box-shadow: 10px 10px 10px #000;
   -webkit-box-shadow: 10px 10px 10px #000;
}

.person { 
	color: #b00000; 
	font-weight: bold; 
   width: 300px; 
   line-height: 25px;
}

.personspace { 
	color: #b00000; 
	font-weight: bold; 
   width: 300px; 
   line-height: 5px;
}

.author { 
	color: #0000b0; 
	font-style: italic; 
	font-weight: bold; 
	margin: 0px 30px 0px 30px;
	line-height: 25px;
}

.time { 
	margin: -20px 5px 0px;
}

#nav {
	margin: 0;
	position: absolute;
	padding: 5px 15px 0px 15px;
	line-height: 100%;
	border-radius: 2em;
   -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
   box-shadow: 10px 10px 10px #000;
   -moz-box-shadow: 10px 10px 10px #000;
   -webkit-box-shadow: 10px 10px 10px #000;
	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */
//   z-index:100;
//	border: solid 2px #caa31c;
	cursor:pointer;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 5px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7c710;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
   -webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em; 
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
	color: #000000;
	border-top: solid 1px #f8f8f8;
   box-shadow: 10px 10px 10px #555;
  -moz-box-shadow: 10px 10px 10px #555;
  -webkit-box-shadow: 10px 10px 10px #555;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
//	z-index: 99;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #d5a22b !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeaa', endColorstr='#caa31c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffeeaa), to(#caa31c)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffeeaa,  #caa31c) !important; /* for firefox 3.6+ */
	color: #000 !important;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8f8f8f'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#8f8f8f)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #8f8f8f); /* for firefox 3.6+ */
 // z-index:100;
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
//	border: solid 1px #caa31c;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
	width: 225px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
//	border: solid 1px #caa31c;
}

html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}


#leftside { 
   position: absolute;
   top: 225px;
   margin: 0px 0px 0px 0px;
   left: 10px; 
   width: 200px;
   overflow: hidden;
}

#leftside table tr td
{ 
   width: 100%;
}

#titleBox { 
   position: relative;
   background-color: #D8D8D8;
   height: 80px;
   padding: 5px 0px 0px 0px;
   overflow: hidden;
}


#weather { 
   background-color: #D8D8D8;
   height: 135px;
   width: 175px;
}

#contentsBox { 
   position: absolute;
   z-index:-1;
   left: 210px; 
   top: 225px;
   width: 700px;
   height: 680px;
   background-color: #D8D8D8;
	padding: 25px 25px 25px 25px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}

#noseypic
{
   background-image: url(images/nosey.gif); 
	 background-repeat: norepeat;
	 height: 60px;
	 color: #caa31c;
	 font-size: 200%;
   line-height: 28pt;
   text-align: center; 
   vertical-align: middle;
   float: center;
   text-shadow: 3px 3px 3px #000000;
   padding: 0px 15px 0px 15px;
}

#contentpic
{
   background-image: url(images/Intro1.jpg); 
	 background-repeat: norepeat;
	 height: 265px;
	 color: #caa31c;
	 font-size: 200%;
   line-height: 50px;
   text-align: center; 
   vertical-align: middle;
   float: center;
   text-shadow: 3px 3px 3px #000000;
   padding: 0px 15px 0px 15px;
}

#iecontentpic {
   filter: Shadow(Color=#555555, Direction=120, Strength=4);
}

#Trailer { 
   position: absolute;
   left: 210px; 
   top: 970px;
   height: 100px;
	overflow: hidden;
	width: 775px;
	vertical-align: top;
}


#Trailer td
{
   margin: 0px 10px 0px 0px;
   vertical-align: top;
}

#pic { 
  	font-weight: bold;
	border-style: inset;
	border-color: #caa31c;
	margin: 10px 10px;
	padding: 0px 0px 0px 0px;
   border: 5px;
}


a {
	 color: #333;
}

hr {
   color: #b00000;
   background-color: #caa31c;
   height: 5px;
   margin: 0px;
}

h1, h2, h3, h4 {
   color: #caa31c;
}

h1 {
   margin-top: 5px;
   font-size: 140%; 
   line-height: 1.0;
   padding: 20px 10px 0px 0px;
}

h2 {
   font-size: 125%;
   margin-top: 30px;
}

h3 {
   font-size: 110%;
   margin-top: 15px;
}

h4 {
   font-size: 100%;
   margin: 20px -2px -15px 0px;
}

iframe {
   padding: 0px 0px 0px 0px;
   margin: -15px 0px 0px 0px;
   height: 150px;
   width: 175px;
}

p {
   margin-top: 0px;
}

P:first-letter, h1:first-letter { 

   font-size: 250%; 
   line-height: 30px; 
   font-style: normal;
   font-weight: bold; 
   float: left;
   color:  #000000;
   text-shadow: 6px 6px 5px #caa31c;
   margin: 0px 10px 0px auto;
}

