

body {
	background: url(images/body-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #fff8d9;
	min-width: 760px;
	margin: 0 auto;
	font-size: 62.5%;
	}
	
img { border: 0; }

/*--OVERALL CONTAINER--*/
#wrapper {
	width: 760px;
	background-color: #fff8d9;
	border: 0px solid #000000;
	padding: 0;
	margin: 0 auto;
	}

/*--LOGO AREA--*/
#nav {
	width: 100%;
	height: 69px;
	margin: 0;
	background: #fff8d9 url(images/nav-bkg.jpg);
	background-repeat: repeat-x;
	border: 0 solid #cccccc;
	float: left;
	}
	
#branding {
	width: 760px;
	height: 106px;
	background: #fdf1b7 url(images/brand-bkg.jpg) 100% 0;
	background-repeat: no-repeat;
	border: 0 solid #cccccc;
	float: left;
	}

#masthead {
	width: 760px;
	height: 212px;
	background: #000000 url(images/header-bkg.jpg) 100% 0;
	background-repeat: no-repeat;
	border: 0 solid #cccccc;
	float: left;
	}

#texture {
	width: 760px;
	height: 23px;
	background: #000000 url(images/texture-bkg.jpg);
	background-repeat: repeat-x;
	border: 0 solid #cccccc;
	float: left;
	}
	
/*--MAIN CONTENT--*/
#secondarycontent {
	width: 150px;
	border: 0 solid #cccccc;
	float: left;
	display: inline;
	}
	
#primarycontent {
	width: 410px;
	background-color: #fff8d9;
	border: 0 solid #cccccc;
	float: left;
	display: inline;
	overflow: hidden;
	}
	
#tertiarycontent {
	width: 180px;
	border: 0 solid #cccccc;
	float: right;
	display: inline;
	background: #fff8d9 url(images/.jpg);
	background-repeat: no-repeat;
	background-position: 95% 95%;
	}
	
#tertiarycontent img {	
	padding: 20px 0 0 20px;
	}
	
#secondarycontent img {	
	display: block;
 	margin: auto;
 	padding: 10px;
	}


/*--FOOTER AREA--*/
#bottom {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	width: 760px;
	border: 0 solid #cccccc;
	background-color: #fff8d9;
	float: left;
	}
	
#bottom img {
	padding: 20px 50px 40px 50px;
	}
	
#footer {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	background: #1f2f5d url(images/corner-ul.gif) 0 0;
	background-repeat: no-repeat;
	width: 760px;
	height: 90px;
	border: 0 solid #cccccc;
	clear: both;
	margin: 0 auto;
	}
	
	
/*--TEXT STYLING--*/

h1 {
	font-family: Georgia, Times, Garamond, Century Schoolbook, serif; 
	font-size: 6.8em;
	line-height: .85em;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0;
	text-transform: none;
	color: #ffffff;
	}
	
h2 {
	font-family: Georgia, Times, Garamond, Century Schoolbook, serif; 
	font-size: 2.0em;
	line-height: 1.15em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 0;
	text-align: left;
	padding: 10px 25px 0 0;
	margin: 0;
	text-transform: none;
	color: #db801f;
	}


h3 {
	font-family: Georgia, Times, Garamond, Century Schoolbook, serif; 
	font-size: 2.0em;
	line-height: 1.15em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 0;
	text-align: right;
	padding: 0 330px 0 0;
	margin: 0;
	text-transform: none;
	color: #db801f;
	}
	
h4 {
	font-family: Georgia, Times, Garamond, Century Schoolbook, serif; 
	font-size: 2.8em;
	line-height: 1.15em;
	font-weight: lighter;
	text-align: left;
	padding: 20px 10px 0 20px;
	margin: 0;
	text-transform: none;
	color: #800000;
	}
	
h5 {
	font-family: Georgia, Times, Garamond, Century Schoolbook, serif; 
	font-size: 1.5em;
	line-height: 1.15em;
	font-weight: lighter;
	text-align: left;
	padding: 10px 25px 0 20px;
	margin: 0;
	text-transform: none;
	color: #db801f;
	}
	
p {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 1.4em;
	line-height: 1.45em;
	padding: 5px 5px 0 20px;
	text-transform: none;
	color: #333333;
	}

li {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 1.3em;
	line-height: 1.45em;
	padding: 5px 5px 0 0;
	text-indent: -0.75em;
	text-transform: none;
	list-style-type: none;
	color: #333333;
	}
	
dd {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.55em;
	text-indent: -0.75em;
	padding: 5px 5px 0 0;
	text-transform: none;
	color: #800000;
	}
	
	
.fineprint {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: .90em;
	line-height: 1.25em;
	padding: 5px 5px 0 20px;
	text-transform: none;
	color: #333333;
	}

.contact {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 1.2em;
	line-height: 1.45em;
	padding: 20px 5px 0 20px;
	margin: 0;
	text-transform: none;
	color: #000000;
	}
	
.bio {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 1.1em;
	line-height: 1.35em;
	padding: 5px 5px 0 20px;
	text-transform: none;
	color: #333333;
	}
	
.subhead {
	font-family: Georgia, Times, Garamond, Century Schoolbook, serif; 
	font-size: 1.9em;
	line-height: 1.15em;
	font-weight: lighter;
	text-align: left;
	padding: 5px 10px 0 20px;
	margin: 0;
	text-transform: none;
	color: #0f4454;
	}
	
.legal {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: .95em;
	text-align: center;
	line-height: 1.25em;
	background: url(images/corner-ur.gif) 100% 0;
	background-repeat: no-repeat;
	padding: 15px 5px 0 20px;
	text-transform: none;
	color: #ffffff;
	}
	
.promo {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: .95em;
	text-align: center;
	line-height: 1.25em;
	padding: 5px 0 0 0;
	color: #ffffff;
	}
	
.statement {
	font-family: Georgia, Times, Garamond, Century Schoolbook, serif; 
	font-size: 2.7em;
	line-height: 1.15em;
	text-align: center;
	padding: 20px 10px 0 20px;
	margin: 0;
	text-transform: none;
	color: #800000;
	}
	
.flushright {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 1.2em;
	text-align: right;
	line-height: 1.45em;
	padding: 5px 5px 0 20px;
	text-transform: none;
	color: #333333;
	}
	
strong {
	color: #000000;
	}
	
.line {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #999999;
	}

a.mail:link, a.mail:visited {color: #666666; text-decoration: underline;}
a.mail:hover, a.mail:active {color: #fa8f0f; text-decoration: none;}

a.lite:link, a.lite:visited {color: #697fab; text-decoration: underline;}
a.lite:hover, a.lite:active {color: #ffffff; text-decoration: none;}

a.dark:link, a.dark:visited {color: #697fab; text-decoration: underline;}
a.dark:hover, a.dark:active {color: #800000; text-decoration: none;} 



