/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*end reset*/
/*golbal styles*/
html {background-color:#F2EEBE;}

body {
	background:url(images/background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#F2EEBE;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
  display: block;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:19px;
  color:#333333;
}

h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:19px;
  color:#333333;
  padding-bottom:5px;
}

h3 {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}
/*end golbal*/
#wrapper {
	position:relative;
	margin:0 auto;
	width:897px;	
	background-image:url(images/green-grad-bg.jpg);
	background-repeat:repeat-x;
	height:755px;
}

a {color:#3A5A2B;}


/* top section */
#topSection {
	position:absolute;
	width:875px;
	height:447px;
	margin-left:11px;
	background-image:url(images/top-bg.jpg);
	background-repeat:repeat-x;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#bling {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-70px;
	width:235px;
	height:237px;
	background-image:url(images/bling.jpg);
	background-repeat:no-repeat;
}

#topContentLeft {
	position:absolute;
	left:70px;
	top:51px;
	width:381px;
}

#topContentLeft p {line-height:22px;}

#topContentLeft #logo{
	margin-left:46px;
}

#topContentRight {
	position:absolute;
	left:495px;
	top:33px;
}
/* end of top section */




/* bottom section */
#bottomSection {
	position:absolute;
	top:447px;
	height:274px;
	width:875px;
	margin-left:11px;
	background-image:url(images/bottom-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#E8CF99;
}

#bottomSection a { font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;}
#infoAreaBorder
{
	padding-top:30px;
	margin-left:50px;
	width:770px;
	height:196px;
	background-image:url(images/table-bg.jpg);
	background-position:top left;
}

#bioArea {
	float:left;
	padding-top:10px;
	padding-left:90px;
	margin-left:28px;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	background-image:url(images/bio-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:355px;
	height:152px;
}

#bioArea p {
	padding-top:5px;
	padding-right:15px;
	font-size:12px;
	color:#333333;
	line-height:18px;
	
}

#linkArea {
	margin-top:9px;
	width:220px;
	float:left;
	padding-left:40px;
	line-height:22px;}

#linkArea p {line-height:19px; margin:0; padding:0; margin-bottom:6px;}
.line {
	height:1px;
	width:215px;
	background-color:#CCC;
	padding:0px;
	margin:0;
	margin-bottom:2px;
	line-height:1px;
	font-size:1px;
}
	
	
/* bottom section */
#footerArea {
	position:absolute;
	top:280px;
	left:50px;
	width:770px; padding-bottom:10px;
}

#tttlogo { float:left; width:125px;}
#phone {color:#3A5A2B; font-size:14px; float:right; padding:6px 0; margin:0; }
#copyright {color:#3A5A2B; float:right; font-size:14px; padding:6px 0; padding-left:90px; margin:0;}

