body {
	background: #4A9698 url(assets/teal_bkgd.jpg) repeat top left;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	color: #E3DACD;
	}

p {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	color: #E3DACD;
	}

a:link {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	color: #93CBCB;
	text-decoration: underline;
	}
a:visited {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	color: #E3DACD;
	text-decoration: underline;
	}
a:hover {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	color: #E69325;
	text-decoration: underline;
	}
a:active {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	color: #93CBCB;
	text-decoration: underline;
	}




/*  BODY BKGD  */

#bodycontainer {
	background: url(assets/bkgd.jpg) repeat top left;
	}




/*  TL DESIGN  */

.logoname {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 15px;
	color: #469595;
	text-decoration: none;
	font-style: italic;
	font-weight: 
}




/*  HEADINGS AND SPECIFIC TEXT  */

h1 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #469595;
	}

.orangetext {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	color: #F39B25;
	}
	
.tealtext {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	color: #469595;
	}
	
.designdetailtext {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 10px;
	color: #E3DACD;
	}




/*  SPECIFIC TEXT IN PRICING PAGE  */

.custompricingtext {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	color: #E3DACD;
	}

.specialnotetext {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	color: #E69325;
	}




/*  MAIN NAVIGATION  */

.navmaintext {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 14px;
	color: #E3DACD;
	text-decoration: none;
	}
#navmain a:link {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 14px;
	color: #E3DACD;
	text-decoration: none;
	}
#navmain a:visited {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 14px;
	color: #E3DACD;
	text-decoration: none;
	}
#navmain a:hover {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 14px;
	color: #469595;
	text-decoration: none;
	}
#navmain a:active {
	font-size: 14px;
	color: #B8CD7F;
	text-decoration: none;
}




/*  BOTTOM NAVIGATION  */

.footer {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	color: #469595;
	text-decoration: none;
	}

.footer_orange {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	color: #F39B25;
	text-decoration: none;	
	}

#navbtm a:link {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	color: #469595;
	text-decoration: none;
	}
#navbtm a:visited { 
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	color: #469595;
	text-decoration: none;
	}
#navbtm a:hover { 
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	color: #F39B25;
	text-decoration: underline;
	}
#navbtm a:active { 
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	color: #E3DACD;
	text-decoration: underline;
	}
	
	


/*  COLORS

E3DACD Cream
469595 Teal
93CBCB Light Teal
C2E4E4 Very Light Teal
E69325 Orange

*/

