html {
	margin:0px auto;
	top:0px;
	padding:0px;
	}

body { 
	margin:0px auto;
	top:0px;
	padding:0px;
	color:#333333;
	font-family: Arial, Verdana, sans-serif; 
	font-size:13px; 
	}

a { 
	color:#0066cc; 
	}

a:hover { 
	color:#FF6600; 
	text-decoration:underline; 
	}

hr { 
	border:none; 
	color:#0066cc; 
	background-color:#0066cc; 
	height:1px; 
	width:100%; 
	text-align:center; 
	}



.blueTitle { 
	margin-top:0px;
	color:#0066cc; 
	font-weight:bold; 
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif; 
	}

.orangeTitle { 
	margin-top:0px;
	color:#FF6600; 
	font-weight:bold; 
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif; 
	}

.center { 
	text-align:center;
	}

.note { font-style:italic; }

.left { text-align:left; }

.right { text-align:right; }

.bold { font-weight:bold; }

.centerClear {
	text-align:center;
	clear:both;
	}

.textBox { 
	padding:2px;
	background:#fefefe url(images/boxBkgd.jpg) bottom left repeat-x;
	}

.textBox2 { 
	padding:2px;
	background:#ffffff url(images/textBoxBkgd.jpg) top left repeat-x;
	}

.galleryIndex { 
	margin-bottom:10px;
	padding:2px;
	background:#fefefe url(images/boxBkgd.jpg) bottom left repeat-x;
	}
	
	.galleryIndex p {
		margin:1px 0px 5px 0px;
	}
	
.blueBorder {
	border:1px solid #3366CC;
	}

.imgANDcaption { 
	float:left; 
	width:390px;
	text-align:center; 
	color:#555555; 
	font-size:.85em; 
	padding:0px 0px 30px 0px;
	}

.imgANDcaption img { 
	margin-bottom:10px;
	}

.clearBoth {
	clear:both;
	}

#container { 
	position:relative; 
	margin:0px auto; 
	width:810px; 
	padding-bottom:10px;
	}

#header { 
	position:relative; 
	margin:auto; 
	padding:0px; 
	width:810px;
	height:200px;
	text-align:left;
	background:url(images/topLogo.jpg) top right no-repeat;
	}

   #header h1 { 
   		display:block;
		width:805px;
		height:200px;
		/*background:#ffffff url(images/spacer.gif) top left no-repeat;*/
		}

   #header span { display:none; }

#nav {
	position:relative;
	margin:auto;
	padding-top:10px;
	display:block;
	width:810px;
	height:50px;
	text-align:center;
	background:url(images/NavBar.jpg) top center no-repeat;
	}
	
	#nav a {
		display:block;
		width:134px;
		float:left;
		padding:0px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		border-right:1px dotted #FF6600;
		}
		
	#nav a.last {
		border-right:none;
		}
	
	#nav a.current {
		color:#666666;
		text-decoration:underline;
		}
		
	#nav a.currentLast {
		border-right:none;
		color:#666666;
		text-decoration:underline;
		}
		
	#nav a:hover { 
		color:#FF6600; 
		text-decoration:underline; 
		}
		
#right { 
	position:relative;
	display:block;
	margin-left:331px;
	padding:2px 2px 0px 8px;
	}
	
	#intro {
		display:block;
		width:324px;
		height:179;
		padding:2px 15px 5px 125px;
		background:url(images/intro.jpg) top left no-repeat;
		}
		
	#gift {
		display:block;
		width:314px;
		height:151;
		padding:2px 135px 5px 15px;
		background:#f8f8f8 url(images/gift.jpg) top right no-repeat;
		}

#left { 
	display:block;
	width:321px;
	float:left;
	padding:2px 8px 0px 2px;
	}

/* For use in pages with single column layout instead of 2 col layout */
#content {
	position:relative;
	margin:auto;
	padding:0px 10px 0px 10px;
	display:block;
	width:790px;
	}

#footer { 
	display:block;
	clear:both;
	position:relative; 
	margin:0px auto; 
	width:810px; 
	background:#ffffff url(images/TopBars.jpg) top center no-repeat; 
	text-align:center; 
	padding:5px 0px 5px 0px; 
	font-size:11px; 
	}
	
	#footer a {
		color:#333333;
		}

