@charset "UTF-8";
/* CSS Document */

/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */

.topgraphic {
	background-image:url('images/desk-400w.jpg'); 
height:200px; width:400px;
background-repeat:no-repeat; 
border: thin solid #37424d;
float:left;
}


body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background-color:#bebcad;
	margin: 10px; 
	padding: 10px;
	}
	/*body color was acafa8*/
	
.normalline {
	line-height:normal;
	text-align:left;}

p { 
	margin-top: 0; 
	}

h1 { 
	font:  bold 1.4em georgia, sans-serif;
	letter-spacing: 3px; 
	text-transform:titlecase;
	margin-bottom: 6px; 
	color: #493f3c;
	}
	
h2 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 4px; 
	color: #7D775C;
	}
a:link { 

	text-decoration: underline; 
	color: #326896;
	}
a:visited { 
 
	text-decoration: underline; 
	color: #6087a8;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #9685BA;
	}
	
#toparea {
display:block; 
background-color:#555753; 
width:95%; 
padding:12px; 
height:210px; 
border:thin solid #37424d;
}

#headerimage {border:thin solid #37424d;float:left;}

#header
	{float:left;
	display:block;
	padding:6px;
text-transform:uppercase;
	color:#acafa8;
	border-top: thin solid #493f3c;
	border-bottom: thin solid #493f3c;
	letter-spacing:2px;
	margin:0px;
	}

#mainarea {
	float:left;
display:block;
	border: thin solid #a39572;
	padding:0px 16px 0px 10px; 
	background-color:#e8e7e3;
	width: 95%;

	}

#linklist {
	float:left;
	display:block;
	letter-spacing:1px; 
	width:140px;
	margin-left:0px; 
	}

#linklist ul {
	margin: 0;
	padding: 0;
	
	}
#linklist li {
	line-height: 2.5ex; 
	background-color:#988f5e;
	display: block; 
	padding-top: 3px; 
	list-style: none;
    padding:4px;
	margin:2px 0px;
	list-style-position: inside;
	border-top:thin dotted #37424d; 
	border-bottom:thin dotted #37424d;

	}
#linklist li a:link {
	color: #ded7ad;
	}
	
#linklist li a:visited {
	color: #ded7ad;
	}
	
#linklist li a:active {
	color: #b3ae94;
	}

#linklist li a:hover {
	color: #7ecdff;
	}
	
	/* Visited was B3ae94*/
	

