*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #000 ;
	font-family: Georgia;
}

/* Typography */
h1
{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
}

h2
{
	text-transform: uppercase;
	font-size: 13px;
}

h3
{
	font-size: 13px;
	margin-bottom: 3px;
}

h4
{
	font-size: 10px;
}

p
{
	font-size: 16px;
	line-height: 22px;
}

.smallBody
{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 14px;
}


.tab 
{ 
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 14px;
	margin-left: 40px; 
}


/* Layout */

#wrapper
{
	width: 1024px;
	margin: 0px Auto;
	background-image: url(images/paperBG.jpg);
}

#header
{
	height: 250px;	
	background: url(images/paperBGtop.png) no-repeat;
}

#contentBody
{
	width: 880px;
	padding-left: 72px;
	padding-right: 72px;
	margin-bottom: 50px;
}

#copyCol
{
	width: 500px;
	float: left;
	margin-right: 75px;
	margin-bottom: 0;
}

.bodyImg
{
}

#footer
{
	height: 199px;
	background: url(images/paperBGBot.png) no-repeat;
}

#navBlock
{
	position: absolute;
	margin-top: 150px;
	width: 890px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 55px;
	margin-left: 70px;
}

ul#nav 
{
	margin-top: 18px;
}

#nav li
{
	list-style: none;
	float: left;
}

.navItem
{
	text-indent: -5000px;
	height: 30px;
}

#home a
{
	display: block;
	width: 75px;
	margin-right: 9px;
	margin-left: 33px;
	background: url(images/menuSprite.png) no-repeat;
}

#home a:hover
{
	background-position: 0 -30px;
}

#weekend a
{
	display: block;
	width: 155px;
	background: url(images/menuSprite.png) no-repeat -80px 0;
	margin-right: 11px;
}

#weekend a:hover
{
	background-position: -80px -30px;
}

#visitors a
{
	display: block;
	width: 150px;
	background: url(images/menuSprite.png) no-repeat -250px 0;
	margin-right: 7px;
}

#visitors a:hover
{
	background-position: -250px -30px;
}

#wedding a
{
	display: block;
	width: 145px;
	background: url(images/menuSprite.png) no-repeat -410px 0;
	margin-right: 7px;
}

#wedding a:hover
{
	background-position: -410px -30px;
}

#registry a
{
	display: block;
	width: 157px;
	background: url(images/menuSprite.png) no-repeat -565px 0;
	margin-right: 7px;
}

#registry a:hover
{
	background-position: -565px -30px;
}

#rsvp a
{
	display: block;
	width: 93px;
	background: url(images/menuSprite.png) no-repeat -735px 0;
	margin-right: 7px;
}

#rsvp a:hover
{
	background-position: -735px -30px;
}

.homePage #home a
{
	background-position: 0 -30px;
}

.weekend #weekend a
{
	background-position: -80px -30px;
}

.visitors #visitors a
{
	background-position: -250px -30px;
}

.wedding #wedding a
{
	background-position: -410px -30px;
}

.registry #registry a
{
	background-position: -565px -30px;
}

.rsvp #rsvp a
{
	background-position: -735px -30px;
}

.visibleImg{
	display: block;
}
.hiddenImg{
	display: none;
}
