body {
	background-image: url(images/backgrnd/bg_pinkdecoupstars.jpg);
	background-color: #FFFFFF;
	color: #FF6699;
	font-family : "Comic Sans ms", Arial, Sans-serif;
	font-style : normal;
	font-size: medium;
	font-weight: normal;
    border: 0;
    margin: 0;
    padding: 0;
	}

h1 {
	font-family: monotype corsiva, cursive, sans-serif;
	font-weight: bolder;
	font-size: 250%;
	text-align: center;
	}

h2 {
	font-size: 175%;
	text-align: center; }

h3 {
	font-size: 125%;
	}

h4 {
	font-weight: bold;
	font-size: 100%;
	text-align: center; }

h5 {
    font-size: 80%;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
	}

h6 {
	font-size: 80%;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
	}

#head {
	display: block;
	position: relative;
	top: 0px;
	min-width: 1200px;
    z-index: 20;
	}

/* modified from Alsacreations, XHTML and CSS drop-down menu */
/* header navigation bar inline ul */
#headnavbar{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: monotype corsiva, cursive, sans-serif;
    font-size: 125%;
    font-weight: bold;
    }
#headnavbar ul{
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    }
#headnavbar li{
    display: inline;
    text-align: center;
    margin: 0;
    padding: 10px;
    border: 0;
    }
#headnavbar ul li{
   text-align: center;
   width: 110px;
    }
#headnavbar ul li a{
    margin: 0 0 0 1px;
    padding: 5px 10px;
    }
#headnavbar ul li a:active{
    text-decoration: none;
    }
#headnavbar ul li a:hover{
     border: 3px ridge red;
     background-color: #FFFFCC;
     }
/* navbar end */

#main {
    display: block;
	position: relative;
	width: 100%;
    z-index: 20;
    padding-bottom: 50px;
	}
div.leftcol{
    position: relative;
    float: left;
    width: 15%;
    padding: 0;
    border: 0;
    font-family: monotype corsiva, cursive, sans-serif;
    }
div.rightcol{
  position: relative;
  float: right;
  width: 15%;
  padding: 0;
  border: 0;
  margin-right 0;
  font-family: monotype corsiva, cursive, sans-serif;
  }
ul.col{
  list-style: none;
  padding: 0;
  border: 0;
  }
ul.col li{
  font-size: 100%;
  font-weight: bold;
  line-height: 200%;
  margin-left: 1em;
    }
ul.col li a:hover{
     padding: 3px;
     border: 3px ridge red;
     background-color: #FFFFCC;
     }
div.content{
	display: block;
	background-image: url(images/backgrnd/bg_goldsplash.jpg);
	background-color: #FFFFFF;
    margin-left: 15%;
    margin-right: 15%;
    min-width: 800px;
    max-width: 1200px;
    min-height: 1000px;
    border-color: #FF6699;
    border-width: 10px;
    border-style: ridge;
	padding: 10px 10px 50px 10px;
   	text-align: justify;
    }

div.bio {
	text-align: center;
    font-weight: bolder;
	}

table {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 3em;
	}

td {
	padding: 5px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;}

td.headline {
    padding: 10px;
    text-align: center;
    font-size: 175%;
    font-weight: bold;
}

hr {
   color: #FF6699;
   text-align: center;
   width: 550px;
}



p {
	text-align: justify;
	text-indent: 2em;
	margin-right: 2em;
	margin-left: 2em;}

p.comment {
	text-align: justify;
	font-size: 80%;
	margin-right: 2em;
	margin-left: 2em;}

p.img {
    text-indent: 0;
    font-size: 175%;
    text-align: center;
}

p.copyright {
   font-size: 70%;
   font-weight: lighter;
   font-style: italic;
   text-align: center;
}

div.footer {
    font-size: 85%;
    font-weight: lighter;
    text-align: justify;
    margin-left: 5em;
    margin-right: 5em;
    }

a:active {
	color: #FF6699;
	text-decoration: none; }

a:link {
	color: #FF6699;
	text-decoration: none; }

a:visited {
	color: #FF6699;
	text-decoration: none; }

a:hover {
	color: #FF0099;
	background-color: #FFCC33;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	}



