/* CSS Master Document */
html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	color:#000;
	font:100%/1.5 Arial, Helvetica, sans-serif;
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h2 {
	color:#000;
	padding:0;
	font-size:1.6em;
	letter-spacing:-1px;
}

h3 {
	color:#000;
	padding:0;
	font-size:1.4em;
}

h4 {
	color:#000;
	font-size:1em;
	font-weight:bold;
}

/***** Common Formatting *****/
p, ul, ol {
	margin:0;
	padding:0 0 1.35em 0;
}

ul, ol {
	padding:0 0 1.35em 2.7em;
}

blockquote {
	margin:1.35em;
	padding:1.35em 1.35em 0 1.35em;
}

small {
	font-size:0.8em;
}

img {
	border:0;
}


/***** Links *****/
a, a:link, a:visited {
	color:#836e4e;
	text-decoration:underline;
}

a:hover {
	color:#06c;
}

/***** Header *****/
#header {
	width:100%;
	margin:0;
	padding:0;
	background:url("../images/header-bg.jpg") repeat-x;
}

/***** Logo *****/
#header h1 {
	width:1020px;
	height:150px;
	margin:0 auto;
	padding:0;
	text-indent:-2000px;
	background:url("../images/live-it-up.jpg") no-repeat;
}
	
#header h1 a {
	width:400px;
	height:124px;
	display:block;
}

/***** Navbar *****/
#navigation {
	width:820px;
	margin:0 auto;
	margin-top: -29px;
	height:29px;
	padding:0;
	list-style:none;
}
	
#navigation li {
	display:inline;
}
	
#navigation li a {
	float:left;
	color:#3a362b;
	height:24px;
	margin:0 5px 0 0;
	padding:5px 15px 0 15px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	background-color:#dfd69c;
}

#navigation li a:hover {
	color:#3f87c4;
}
#navigation li a.current {
	background-color:#fff;
}
	
/***** Content *****/
#content {
	width:940px;
	height: 854px;
	margin:0 auto;
	position:relative;
	background:url("../images/content-bg.jpg") top no-repeat;
}
#content-guests {
	width:940px;
	height: 1227px;
	margin:0 auto;
	position:relative;
	background:url("../images/guests-content-bg.jpg") top no-repeat;
}
#content-about {
	width:940px;
	height: 1440px;
	margin:0 auto;
	position:relative;
	background:url("../images/about-content-bg.jpg") top no-repeat;
}
#content-peter {
	width:940px;
	height: 725px;
	margin:0 auto;
	position:relative;
	background:url("../images/peter-content-bg.jpg") top no-repeat;
}
#content-contact {
	width:940px;
	height: 600px;
	margin:0 auto;
	position:relative;
	background:url("../images/content-bg.jpg") top no-repeat;
}

#content-privacy {
	width:940px;
	height: 2020px;
	margin:0 auto;
	position:relative;
}

#content-terms {
	width:940px;
	height: 2150px;
	margin:0 auto;
	position:relative;
}

/***** Left Side *****/
#right-side {
	position:absolute;
	left:280px;
	top:20px;
	width:595px;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#right-side-privacy {
	position:absolute;
	left:60px;
	top:20px;
	width:815px;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#right-side-terms {
	position:absolute;
	left:60px;
	top:20px;
	width:815px;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.tan-box {
	margin:0 10px 15px 0;
}

.tan-box-contact {
	margin:75px;
	font-size:20px;
}

.blue-box {
	margin-bottom: 5px;
	padding: 10px 10px 0 10px;
	border:1px #e3eaf6 solid;
	background-color:#ebf0fa;
}


/***** Footer *****/
#footer {
	clear:both;
	width:100%;
	height: 86px;
	color:#000;
	border-top:10px solid #83a827;
	margin:0;
	padding:10px 0 15px 0;
	font-size:0.8em;
	text-align:left;
	position:relative;
	background:url("../images/footer-bg.jpg") top repeat-x;
}

#footer div {
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

#footer ul {
	position:absolute;
	right:130px;
	top:10px;
}

#footer ul li {
	list-style:none;
	display:inline;
}

#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
	color:#353c23;
	font-size:10px;
	padding-left:10px;
}

/* Guests Table */
table.guests {
	width: 370px;
}

/* Sponsorss Table */
table.sponsors {
	width: 220px;
}

table.guests, table.sponsors {
	border-spacing:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #5d3800;
	border-collapse:separate;
}

table.guests caption, table.sponsors caption {
	font-weight: bold;
	font-size:14px;
	background: #4b4b4b;
	color: #bfd8f1;
	text-transform:uppercase;
	text-align: left;
	padding:5px;
}

table.guests td, table.sponsors td {
	padding: 4px;
}


table.guest-list {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 540px;
}

table.guest-list caption {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	background-color:#e8e1d1;
	text-align:left;
	text-transform:uppercase;
	padding:5px;
}

table.guest-list td {
	padding: 2px;
}

table.guest-list tr		{
	text-align:left;
	}
