/* GLOBALS */

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

#main {
background: #000000 url(images/vines.png) repeat-x bottom left;
margin: 0px 0px 0px 0px;
height: 100%;
width: 100%;
position: absolute;
display: block;
padding: 0px 0px 0px 0px;
}

#content {
height: 540px;
width: 100%;
display:block;
background-color: #761c13;
}

#twentyonefifty {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
left: 20px;
top: 0px;
width: 780px;
height: 90px;
text-align: center;
}

#logo {
margin: 0px 0px 0px 0px;
}
#tagline {
margin: 10px 0px 0px 0px;
}

h4 {
  font-size: 18px;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
}

p, td {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

p.first {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin-top: -3px;
}

p.more {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin-top: -12px;
}
p.credit {
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

a.menu_link {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
}

a:hover.menu_link {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration:underline;
}

a.rsvp_link {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
}

a:hover.rsvp_link {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration:underline;
}

a {
color: #FFFFFF;
}

img {
border:none;
}
/* NAVIGATION */

#navigation{
width: 156px;
position: absolute;
top: 110px;
left: 820px;
z-index: 10;
}

#menus {
padding: 0px 0px 35px 0px;
display: block;
}
#space {
padding: 0px 0px 8px 0px;
display: block;
}
#rsvp {
padding: 0px 0px 0px 0px;
display: block;
}

/* HOME COLUMN */

#home_column {
	position:absolute;
	top: 110px;
	left: 20px;
	width: 780px;
	text-align: center;
}

#home_photo {
padding: 0px 0px 10px 0px;
}

/* RSVP COLUMN */
#rsvp_column {
	position:absolute;
	top: 110px;
	left: 20px;
	width: 780px;
	text-align:center;
}

/* SPACE COLUMN */
#space_column {
	position:absolute;
	top: 100px;
	left: 20px;
	width: 780px;
	text-align: left;
}

/* MENU COLUMN */
#menu_column {
	position:absolute;
	top: 110px;
	left: 20px;
	width: 780px;
	text-align: left;
}

/* SiFR STYLES */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 22px;
}

.sIFR-hasFlash p {
	visibility: hidden;
	letter-spacing: 2px;
	font-size: 12px;
}
