
body
{

	background: #878478 repeat-y center url("ThyBack1.gif"); 
}


td
{
            font-family: Georgia, serif;
	font-size:  13px;
}

.tdunderline
{
            font-family: Georgia, serif;
	font-size:  13px;
	text-decoration: underline;
}


.tdbold
{
            font-family: Georgia, serif;
	font-size:  13px;
	font-weight: bold;
}




.heading 
{
    font-family: Georgia, serif;
    font-size:  15px;
    font-weight: bold;
}


.fnote
{
            font-family: Georgia, serif;
	font-size:  10px;
}








/* container: holds all div elements within body*/
#container
{
	background: #ffffff url(/thymes/assets/img/bgcontent.gif);
	margin:     auto; 
	width:      760px;
	height:     100%;
	clear:left;
}

