/* css Zen Garden default style v1.01 */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/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 {
	background: transparent url(../images/MidlandBackground.jpg) no-repeat top left;
	font: 10pt verdana;
	color: navy;
	margin: 10px 10px;
	background-color: #FFFFFF;
}
p {
	font: 10pt/16pt verdana;
	margin-top: 0px;
	text-align: left;
	line-height: 14px;
}

h2 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

h3 { 
	font: italic normal 12pt; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

/* specific divs */
#container {
	padding: 10px 10px 10px 10px;
	top: 45px;
	left: 170px;
	width: 540px;
	position: absolute;
	z-index: 1;
	font-size: 13px;
	line-height: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right-style: solid;
	border-right-color: #0E0EE5;
	border-right-width: 10px;
}
#SoftAndMoist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	color: #00A0F4;
	font-style: italic;
	font-weight: bold;
}

#banner {
	top: 32px;
	left: 275px;
	width: 534px;
	height: 46px;
	position: absolute;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: bold;
}
#footer {
	/*top: 540px;
	left: 100px;*/
	width: 600px;
	height: 45px;
	position: absolute; /*border: thin solid Black;*/
	line-height: 11px;
	letter-spacing: 1px;
	padding: 2px 10px 2px 10px;
	font-family: Verdana;
	font-variant: normal;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.FooterText{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	text-align: center;
}
