body {
		font-family: Arial, Verdana, Helvetica;
		background-color: #CDBA96;
		background-image: url('images/greybrick.jpg');
		background-repeat: repeat;
		margin: 0px;
		padding: 15px;
		line-height: 125%	}

h1 {
font-family : Arial, Verdana, Geneva;
font-style : italic;
letter-spacing : 4px;
color: white;
font-weight : bold;
font-size : 80%;
text-align: center; }

h3 {
font-family : Verdana, Geneva;
font-style : normal;
letter-spacing : 1px;
color: white;
font-weight : normal;
font-size : 70%;
text-align: center; }

.personalinfotext {
	font-size: small;
	color: darkblue;
	font-style: normal;
	font-weight: normal; }


                            /* POSITION ELEMENT BOXES ABSOLUTE */	
#navigation, #navbuttonposition, #quote, #glenevepic, #picdescription, #linksbox, #linkslabel, #homelogo,
#linkslistposition, #bottomheader, #dadswords { position: absolute; }  

                         /* SET ELEMENT BOX SIZES AND POSITION */                                                        
#navigation {
	width: 160px;
	height: 200px;
	border: 1px solid black;
	background-color: #778899;
	margin: 0; 
	top: 240px;
	left: 35px;	}
	
#navbuttonposition {
	top: 10px;
	left: -15px; }

#quote {
	width: 160px;
	height: 90px;
	border: 1px solid black;
	background-color: #778899;
	margin: 0;
	top: 120px;
	left: 35px; }
	
#picdescription{
	width: 300px;
	height: 100px;
	top: 394px;
	left: 270px; }

#homelogo {
	top: 40px;
	left: 140px; }

#glenevepic {
	top: 100px;
	left: 240px;
	width: 180px;
	height: 232px;
	border: 0px solid black; 
	background-color: #white;
	margin: 0; }
	
#linksbox {
	width: 160px;
	height: 200px;
	border: 1px solid black;
	background-color: #778899; 
	top: 145px;
	left: 638px; }

#linkslabel {
	width: 159px;
	height: 30;
	position: center;  
	top: 1px;
	left: 2px; }

#linkslistposition {
	top: 50px;
	left: -20px; }

#bottomheader {
	top: 530px;
	left: 35px; }

#dadswords {
	width: 150px;
	top: 10px;
	left: 5px; }


li	{
	font-style: arial;
	font-size: small;
	list-style-type: none; }

a.special:link {
     color: white;
     background-color: transparent;
     }

a.special:visited {
     color: white;
     background-color: transparent;
     }

a.special:hover {
     color: #fff;
     background-color: #00f;
     text-decoration: none;
     }

a.special:active {
     color: #00f;
     background-color: transparent;
     }
/* ____________________________________NAVIGATION BUTTONS__________________________*/
.cssbutton{
background-color: #FFFFE0; 
border: 4px #B6AFA9 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #E0DFDB;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

.quotefontcolor {
	font-size: medium;
	color: white;
	font-style: normal;
	font-weight: regular; }