/* css Zen Garden default style v1.01 */
/* 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. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */

	

body { 
	font: 12pt/12pt times; 
	color: #660033; 
	background: #ffffcc url(paisleysstuff2.jpg) repeat-y top left; 
	margin: 0px; 
	}
p { 
	font: 12pt/12pt times; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: 14pt times; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #660033;
	}

h4 {
        font: 12pt times; 
	font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 0px;
        color: #000000
        }

h5 {
        font: 10pt times; 
	font-weight: bold;
        letter-spacing: 0px;
        margin-bottom: 0px;
        color: #990033
	}

         
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #660033;
	background: #ffffcc url(blank.jpg)
	}


/* specific divs */
#container { 
	background: ; 
	padding: 0px 175px 0px 110px;  
	margin: 0px; 
	}

#intro { 
	min-width: 470px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}
