* {
	outline: none;	
}
body {
	margin : 0;
	padding : 0;
	font-family: "Lucida Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #111;
	text-align: center;
	line-height: 1.5em;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center top; 
	background-image:  url(../images/bg-fade-stripe.gif);
	border-top: 2px solid #FF0022;
	}
#container {
	width: 750px;
	margin: 5px auto;
	padding-bottom:15px;
	background-color: #fff;
	border: 2px solid #333;
	-moz-box-shadow:0px 10px 25px #555;
	-webkit-box-shadow:0px 10px 25px #555;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#header-container {
	margin: 0 auto;
	padding-top: 6px;
	text-align: left;
	position: relative;
	z-index: 234; 
}
#header {
	margin: 0;
	/*position: fixed;*/
	position: relative;
	width: 750px;
	height: 78px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
} 
#header-links {
	position: relative;
	margin:0 auto;
	padding: 0;
	width: 525px;
	font-family: Arial, Helvetica, sans-serif;
}
#header-links li {
	list-style-type: none;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 11px;
	display: inline;
	line-height: 13px;
	}	
#footer {
	text-align: center;
}	
#footer ul {
	margin: 20px 0;
	padding: 0;
}
#footer ul li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	letter-spacing: normal;
	}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	}
#footer-adjo {
	margin:10px 0 20px 0;
	}
#content {
	text-align: left;
	margin: 0 auto; 
	width: 637px; 
}
#gallery #content {
	margin: 0 0 0 -30px;
}
#tagline {
	margin: 15px 0 7px 56px;
	text-align:left;
}
#tagline h1 {
	color:#ff0000;
	font-size: 18px;
	margin: 0;
}
#page-header-container {
	/*padding-top: 80px;*/
	padding: 0; 
}
#home #page-header-container,
#gallery #page-header-container,
#calendar #page-header-container,
#thanks #page-header-container,
#video #page-header-container  {
	display: none;	
}
#page-header {
	margin:0 auto;
	padding: 0;
	height: 216px;
	display: block;
}
#nav {
	margin:0 auto;
	padding: 0;
	line-height: 13px;
}
p, br, tr, td {
	line-height: 22px; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif!important;
	}
h1{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 32px;
	color: #fff;
	margin:0;
	padding:0;
	font-weight: normal; 
	} 
@font-face {
font-family: Bodoni_Hand;
src: url('../fonts/Bodoni_Hand.otf');
}
h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1em;
	color: #000;
	text-decoration: none;
	padding-bottom: 2px;
	background:url(../images/bg-title-stripe.gif) bottom left no-repeat;
	}
h2.MsoNormal {
	background: none;	
}

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

a:hover {
	text-decoration : none;
	color: #ff0000;
	}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #f02;

}

a:active {
	text-decoration : underline;
	border: none;
	}
strong {
	color: #000;
}
.tinytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}
.tinytextCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
}
.float-right {
	margin-left: 13px;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	float: right;
}
.float-left {
	margin-right: 13px;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	float: left;
}
img {;
	padding: 2px;
	background-color: #FFF;
	/*background-image: url(../images/bg-image-corner-bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	border:1px solid #555;
	-moz-box-shadow:0px 0px 8px #888;
	-webkit-box-shadow:0px 0px 8px #888;
	box-shadow:0px 0px 8px #888;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tinytext img, .no-border { 
	background: none;
	border: none;
	margin:25px 0 50px 0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
}
.default-img {
	background: none;
	border: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
}