/* ------------------------------------------------------- Layout and Text  --------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: url(img/page_bg.jpg) repeat-x #E4E1AA;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 140%;
}


#wrapper {
	width: 840px;
	background:url(img/wrapper_bg.gif) center repeat-y #FFFFFF;
	margin: 0px auto;
}

img.docPrePost {
	float: left;
}

div#page {
	float: left;
	width: 800px;
	position:relative;
}

div#masthead {
	background:url(img/masthead.jpg);
	height: 212px;
}

div#masthead h1 {
	text-indent: -2000px;
}

div#masthead select {
	margin: 15px 1px;
	border: 1px inset;
}

div#banner {
	margin: 24px 24px 12px 24px;
	background-color: #A3B17E;
	float:left;
	padding: 24px;
	width: 281px;
	wid\th: 229px;
	/*height: 100%;*/
	height: 1000px;
}

div#banner h2 {
	font-size: 18pt;
	color: #FFFFFF;
	padding: 16px 0px;
	border: dashed #E4E1AA;
	border-width: 1px 0px;
	text-align:center;
	margin: 0px;
}

div#banner h3 {
	font-size: 16pt;
	color: #fffcbf;
	padding: 16px 0px;
	text-align:center;
	margin: 0px;
}


div#text {
	float:left;
	margin: 24px;
	width: 400px;
	height:auto;
}

div#text h2 { 
	margin-top: 40px;
	font-size: 12pt;
	font-weight: normal;
	color: #7F99B1;
	font-style: italic;
	padding-bottom: 6px;
	border-bottom: 1px dashed #7F99B1;
	text-transform: uppercase;
}


div#text h3 { 
	font-size: 22pt;
	color: #615F5F;
	font-weight: normal;
	margin: 0px;
}

div#footer {
	clear: both;
	margin-left:329px;
	background:url(img/base_curves.gif) left top no-repeat;
	height: 12px;
	overflow:hidden;
}

div#credits {
	background: #7F99B1;
	padding: 5px 24px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

/* ------------------------------------------------------- Custom Links --------------------------------------------- */

#m1 {
	position:absolute;
	left:329px;
	top:188px;
	width:224px;
	z-index:1;
}


div#m1 a:link, div#m1 a:visited {
	font-size: 12pt;
	float:left;
	background:url(img/m1.jpg);
	width: 112px;
	padding-top: 30px;
	height: 60px;
	heigh\t: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}

div#m1 a:hover {
	background:url(img/m1-over.jpg);
}



div#m1 a#thisPage {
	background: url(img/m1-thisTab.jpg);
}


a#buyNow:link, a#buyNow:visited {
	line-height: normal;
	font-size: 12pt;
	display: block;
	background: url(img/buy_now.jpg);
	width: 233px;
	padding-top:9px;
	height: 36px;
	heigh\t: 27px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin: 13px 0px;
}

a#buyNow:hover {
	background: url(img/buy_now-over.jpg);
}

