/* GLOBAL styles */
BODY { background-color: #036; font-size: 85%; color: #112179;
	font-family: "Times New Roman", Times, serif; }
A, H1 { color: #5E0110; }
A:HOVER { text-decoration: none; }
H1 { font-size: 115%; }

/* MAIN PAGE styles */
TD#content { background: transparent url(images/page-bg.gif) center top repeat-y; padding: 0px 22px; }
#top { margin: 0 auto 25px auto; text-align: center; }
#right { float: right; width: 191px; }
#left { float: left; width: 485px; background: url(images/background.jpg) no-repeat center top;
	/*border: 1px solid red;*/ }

/* MISCELLANEOUS styles */
TABLE#recipes TD { vertical-align: top; text-align: center; color: #5E0110; font-size: 95%; width: 50%; }
TABLE#recipes TD IMG { margin-bottom: 4px; margin-top: 2px; }