body {
	margin: 0;
	padding: 0;
	color:#999999;
	background:url(assets/ttb_bgrpt_body.jpg);
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

a:link, a:visited {
	color: #79A42B;
	text-decoration: underline;
}

a:hover, a:active {
	color: #79A42B;
	text-decoration: none;
}


/* WRAPPER
------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	background:url(assets/ttb_bgrpt_wrapper.jpg) repeat-x top left;
}


/* PAGE
------------------------------------------------------------------------*/
#page {
	width: 610px;
	margin: 0px auto;
	padding: 0px 30px 30px 30px;
	background: url(assets/ttb_pagetop.jpg) no-repeat top left #ffffff;
}


/* THE TRAVELLING BOOKBINDER NAVIGATION
------------------------------------------------------------------------*/
#thetravellingbookbindernav {
	width: 610px;
	height: 41px;
	margin: 0px 0px 30px 0px;
}



/* TEXT WITHIN CONTENT
------------------------------------------------------------------------*/
#contentabout {
	text-align: left;
}


/* THE TRAVELLING BOOKBINDER BOXES
------------------------------------------------------------------------*/
.ttbboxes {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	background: url(assets/dottedline_610.gif) no-repeat bottom left;
}

.ttbboxes .left {
	width: 180px;
}
.ttbboxes .right {
	width: 430px;
}


/* LINKS THAT I DON'T WANT UNDERLINED
------------------------------------------------------------------------*/
#contentabout .ttb {
	color: #79A42B;
	text-decoration: none;
}

#contentabout .ttb:hover{
	color: #79A42B;
	text-decoration: underline;
}


/* FOOTER
------------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 50px 0px 100px 0px;
	width: 758px;
	background: url(assets/bgrpt_dropshadows_grass.png) repeat-y top left;
	text-align: left;
	color: #999999;
}

#footerlistcontainer {
	background: #FFFFFF;
	width: 630px;
	margin-left: 63px;
	padding: 10px 0px 1px 0px;
}

.footerlist {
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	font-size: 85%;
}

.footerlist li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer p {
	padding: 10px 0px 5px 10px;
	font-size: 85%;
}

#footer .hm {
	color: #999999;
	text-decoration: none;
}

#footer .hm:hover{
	color: #999999;
	text-decoration: underline;
}