@charset "windows-1252";

/*  what do we want the page to look like? */
body { 
background-color: #000080;
background-image: url(bg2.jpg);
background-repeat: repeat ;
}

/* which font series do we want to use? */
font { 	
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
font-style: normal; 
}

/* what about the site image and logo? */
#lee  {
position: absolute; top: 10px; left: 10px;
z-index:15;
}

#star1 {
position: absolute; top: 1px; left: 1px;
z-index:14;
}

#star2 {
position: absolute; top: 50px; left: 240px;
z-index:13;
}

#logo1 { 
position: absolute; top: 5px; left: 320px;
z-index:12;
}

#logo2 { 
position: absolute; top: 70px; left: 420px;
z-index:11;
}

#magic {
position: absolute; top: 140px; left: 310px;
z-index:10;
}

#wow {
float: right ;
margin-left: 10px ;
margin-right: 10px ;
margin-top: 0 ;
margin-bottom: 0 ;
}

/* now style our other images */
#book {
margin-left: 35px;
margin-right: 50px; 
margin-top: 10px; 
margin-bottom: 10px;
}

#mail {
background: transparent;
vertical-align: middle; 
}

/* main div details */
#box   {
position: absolute; top: 150px; left: 280px;
width: 500px; 
background-color: transparent ;
padding-bottom: 10px; 
}

/* front page box  details */
#box2   {
position: absolute; top: 250px; left:400px;
width: 500px; 
background-color: transparent ;
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #ffffff; 
text-align: left;
font-style: normal; 
font-weight: 700;
font-size: medium;
}

#box3 {
position: absolute; top: 500px; left:280px;
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #ffe243; 
text-align: center;
font-style: normal; 
font-weight: 700;
font-size: large;
}

/* comments box details */
#comms1 {
position: relative; top: 330px; left: 1px;
width: 200px; 
background-color: transparent ;
border: 1px solid #ffffff;
padding: 10px;
}

h1 {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #ffe243; 
position: absolute; top: 140px; left: 280px;
}

h3 {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #ffffff; 
position: absolute; top: 180px; left: 400px;
text-align: center;
}

/*  h2,h4,h5,h6  */



/* what does our main text look like? */
.main {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
font-style: normal; 
font-weight: 400;
font-size: medium;
color: #ffffff; 
text-align: left; 
}

/* now to the italic text content */
.emph {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #fff;
font-size: medium; 
font-weight: normal;
font-style: oblique;
text-align: center; 
margin-left:  3px;
margin-right:  5px;
margin-top: 5px;
margin-bottom: 5px;
}

/* let's style our menu */
#list-menu {
position: absolute; top: 20px; left: 820px;
width: 120px;
}

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

#list-menu li {
margin: 2px 0 0;
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
font-style: normal; 
font-weight: 700;
font-size: medium;
}

#list-menu a {
display: block;
width:108px;
padding: 2px 2px 2px 10px;
border: 1px solid #ffffff;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link {
background: transparent;
color: #ffffff;
}

#list-menu a:visited{
background: transparent;
color: #ffffff;
}

#list-menu a:active {
background: #f7de00;
color: #000080;
}

#list-menu a:hover  {
background: #f7de00;
color: #000080;
}

.tmc   {
text-align: center;
padding: 4px;
}

a:focus {
background: #f7de00;
color: #000080;
}

/* now let's style our non-menu lists */
.list1  {
list-style-image: url(liststar.gif);
padding: 2px;
margin: 0 0 0 30px;
color: #fff; 
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
}

ul .list1 li {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #ffffff; 
font-size: medium; 
font-weight: 400;
text-align:left; 
margin-left:  20px;
margin-right:  15px;
margin-top: 5px;
margin-bottom:  0px;
}

.list1 a {
display: block;
}

.list1 a:link {
background: transparent;
color: #ffffff;
text-decoration: none; /*lets remove the link underlines*/
}

.list1 a:visited {
background: transparent;
color: #c0c0c0;
text-decoration: none; /*lets remove the link underlines*/
}

.list1 a:active {
background: transparent;
color: #f7de00;
text-decoration: none; /*lets remove the link underlines*/
}

.list1 a:hover  {
background: transparent;
color: #f7de00;
text-decoration: none; /*lets remove the link underlines*/
}

.dload {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #ffffff; 
font-size: medium; 
font-weight: 400;
text-align:left; 
margin-left:  0;
margin-right:  15px;
margin-top: 5px;
margin-bottom:  0px;
}

.dload a:link {
background: transparent;
color: #ffffff;
text-decoration: underline; /*lets add the link underlines*/
}

.dload a:visited {
background: transparent;
color: #c0c0c0;
text-decoration: none; /*lets remove the link underlines*/
}

.dload a:active {
background: transparent;
color: #f7de00;
text-decoration: none; /*lets remove the link underlines*/
}

.dload a:hover  {
background: transparent;
color: #f7de00;
text-decoration: none; /*lets remove the link underlines*/
}

/* style for forms */
form {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #ffffff; 
font-weight: 500;
font-size: medium; 
text-align: left; 
margin-left:  2em;
margin-right:  1em;
margin-top: 1em;
margin-bottom: 1em;
width: 100%;
}

form a {
background: transparent;
color: #ffffff;
text-decoration: none; /*lets remove the link underlines*/
}

/* let's jolly up our form buttons */
.button {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #000080;
font-weight: 600;
background-color: #fff;
width: 70px;
border: 2px inset #000080;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

/* now to the form text content */
.frmtxt  {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #000080;
font-size: medium; 
font-weight: 500;
text-align: justify; 
margin-left: 1px;
margin-right: 1px;
margin-top: 5px;
margin-bottom: 5px;
}

table tr td {
font-family: 'Tempus Sans','Tempus Sans ITC','Bitstream Vera Sans',sans-serif;
color: #ffffff;
font-size: medium; 
font-weight: 500;
}

/* stylesheet written for Lee Michaels by Anne Nichols, Astarte Web Design, November 2007 */
