body {
	text-align:center;
}


/* ---------------------------- LEFT CELL */
	
	td#cellLeft {
		width:136px;
		height:511px;
		background-image: url(../images/left-nav-bg.gif);
		background-repeat: no-repeat;
		background-color:white;

	}
	
	
	
	/* ---------------------------- RIGHT CELL */
	
	td#cellRight {
		width:406px;
		height:511px;
		background-repeat: no-repeat;
		background-color:#FFF0F0;
	}
	
	
	/* ---------------------------- RIGHT CELL SUBHEADERS */
	
	td#cellRight h2 {
		font:bold 13px tahoma, verdana, arial, sans-serif;
		margin-left:10px;
		margin-bottom:0;
		text-decoration:underline;
		}
		
		
	/* ---------------------------- RIGHT CELL BODY COPY  */	
		
	td#cellRight p {
		font:11px tahoma, verdana, arial, sans-serif;
		margin-left:10px;
		margin-right:20px;
		}	
	
	
	/* ---------------------------- RIGHT CELL LINKS */
			
	td#cellRight p a:link, td#cellRight p a:visited {
		color:#FF00FF;
	}	
		
	td#cellRight p a:hover {
		color:#000;
	}
	
	
	
	/* ---------------------------- BORDER AROUND TABLE */
	
	div#blackborder {
		padding:10px; 
		border:1px solid black; 
		width:542px;
	}
	
	
	
	/* ---------------------------- TAGLINE */
	
	div#tagline {
		margin:1px auto;
		text-align:center;
		font:11px tahoma, verdana, arial, sans-serif;
	}

	div#tagline a:link, div#tagline a:visited {
		color:blue;
	}

	div#tagline a:hover {
		color:black;
	}
	



	/* ---------------------------- PRIMARY NAV WRAPPER  */
	
	div#primaryNav {
		margin-top:135px; 
		margin-left:12px; 
		width:123px;
	}


/* ---------------------------- PRIMARY NAV WRAPPER  */
	
	div#theknot {
		margin-left:12px; 
		width:114px;
	}