/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 

html,body {
	padding:0;
	margin:0;
	font-size: 14px;
        line-height: 18px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}
body{	
	text-align:left;
	background: #800909 url(http://www.tastinggrace.com/assets/images/lace-back.png);
        background-repeat: repeat-x;
}
#mainpage {
	width: 1105px;
 	margin: 0 auto;
	text-align: left;
	/* match the header color to fill in the gap btween header and navbar in FF 1.5 */
}


#mainpage h1 a, a:link{
	color: #fff;
}
#navigation {
        position: relative;
        img-align: center;
        text-align: center;
        top: 408px;
}
#site-footer-splash {
 	clear: both;
        color: #fff;
	margin: 10px 0px 0px 0px;	
        padding: 10px;
	font-size: 14px;
	text-align: center;
}
#site-footer-splash a, a:link{
	color: #fff;
}

#wrapper {
       width: 1105px;
       background:  url(images/tg-bodyback2.png) repeat-y;
}
#wrapper-padding {
 	padding: 0 2px;
 
}
#col-footer {
 	clear: both;
 	margin-top: 12px;
 	color: #000;
}
/* HEADINGS */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1 {font-size:19px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:11px;}

h3	{
	padding-bottom: 4px;
}



/*  3 SELECTORS FOR PHOTOS WITH CREDITS */
.photoLeft { 
	float: left; 
	padding: .75em .25em .25em .25em;  
}
.photoRight { 
	float: right; 
	padding: .75em .25em .25em .25em; 
}
cite {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	font-style: normal;
}