/* Illuminated Brambles */
/* css by Denise McCune - www.denisemccune.com */

/* --------- global definitions --------- */


body {
	background: #FEFCF7 url('/background.gif'); 
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 98%;
}


a:link { color: #53623F; text-decoration: underline; }
a:hover { color: #53623F; text-decoration: underline overline; }
a:active { color: #53623F; text-decoration: underline overline; }
a:visited { color: #734F56; text-decoration: underline; }

img a { border: 0px; }

p {
	text-align: justify;
	text-indent: 1em;
}

p.plain {
	text-align: justify;
	text-indent: 0em;
}

p.summary {
	margin: 1em;
	font-style: italic;
	font-size: 7pt;
	text-indent: 0em;
}

h3 {
	font-style: bold;
	font-size: 14pt;
	text-indent: 0em;
	text-align: center;
}

h2 {
	text-indent: 0em;
	font-size: 36pt;
	font-family: "Apple Chancery", cursive;
	padding-bottom: 5px;
	text-align: left;
}


/* --------- title box layout --------- */

#titlebox {
	position: absolute;
	margin-top: 10px;
	width: auto;
	margin-left: 300px;
	background: transparent;
}

/* --------- main body layout --------- */


#mainbox {
	position: absolute;
	margin-top: 110px;
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 20px;
	min-width: 400px;
	max-width: 560px;
	width:expression(document.body.clientWidth > 560? "560px": "auto" );
	min-height: 400px;
	background: transparent; 
	height: 80%;
}


/* --------- navigation layout --------- */

#navbox {
	position: relative;
	left: 75px;
	bottom: 25px;
	padding: 0px !important;
	width: 120px;
	height: auto;
	float: right;
	z-index: 2
}

#navbox p {
	margin-bottom: 10px;
	background: #601F24;
	font-size: 14px;
	font-family: "Times New Roman", serif;
	color: #FEFCF7;
	text-indent: 0em;
	text-align: center;
	line-height: 1.5;
}

#navbox p a:link { color: #FEFCF7; text-decoration: underline; }
#navbox p a:hover { color: #FEFCF7; text-decoration: underline; }
#navbox p a:active { color: #FEFCF7; text-decoration: underline; }
#navbox p a:visited { color: #FEFCF7; text-decoration: underline; }


/* --------- footer --------- */

#footer {
	position: relative;
	width: 100%;
	background: #F6E8CA;
	color: #000000;
	padding: 0px !important;
	z-index: 1
}

#footer p {
	font-size: 10px;
	font-family: "Times New Roman", serif;
	text-indent: 0em;
	text-align: center;
	font-style: italic;
	line-height: 1.5;
	padding: 5px;
}

/* --------- to make my life easier --------- */

.s1 {
	font-style: italic;
}
