/* 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 */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 2;
	color: #00008B; <!--darkblue-->
	margin: 75px;
	padding: 0;
        background-color: #FFD700;<!--gold-->
	}
p { 
	margin-top: 5; 
	text-align: justify;
	}
h3 { 
	font: italic normal 2em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 5px; 
	color: #3CB371;<!--mediumseagreen-->
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8B008B;<!--darkmagenta-->
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B22222;<!--firebrick-->
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFF5EE;<!--seashell-->
	}



/* specific divs */
#text { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0 175px 0 110px;   
	margin: 0; 
	position: relative;
	}

#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}

#form {
	clear: right; 
	padding: 20px 10px 20px 10px;
	}

#footer { 
	text-align: center; 
	margin-right: 20px; 
	}

#linkList {
	margin-left: 620px; 
	position: absolute; 
	top: 250px; 
	right: 0;
        a:visited
	color: #B3AE94;
	}