@charset "UTF-8";
/* CSS Document */


body {
	font-size: 62.5%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", arial, helvetica;
	color: #0C1041;
	background-color: #9B920E;
	margin: 25px;
	padding: 0;
	height:100%;
	}
a {
	color: #9B920E;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	outline: none;
	}
a:hover {
	color: #9B920E;
	text-decoration: none;
	border-bottom: 1px dotted #9B920E;
	outline: none;
	}
a:visited {
	color: #9B920E;
	text-decoration: none;
	border-bottom: 0px dotted white ;
	outline: none;
	}
a img {
	border: 0;
	outline: none;
	}
a:hover img {
	border: 0;
	outline: none;
	}
	
a:visited img {
	border: 0;
	outline: none;
	}

/* helpers */
.top {
	margin-top: 0;
	}
.bottom {
	margin-bottom: 0;
	}
.vmid {
	vertical-align: middle;
	}

/* used for clearing floats */
.clearfloat { 
	clear: both;
	line-height: 0;
	height: 0;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: block;
	}
	
/* layout  */

#page {
	height: 640px;
	width: 900px;
	margin: 25px auto;
}
#contentframe {
	height: 640px;
	width: 900px;
	background-image:url(images/bg_border.gif);
	background-repeat:no-repeat;
}
#contentframe_schedule {
	height: 640px;
	width: 900px;
	background-image:url(images/bg_schedule.gif);
	background-repeat:no-repeat;
}
#contentframe_gettingthere {
	height: 640px;
	width: 900px;
	background-image:url(images/bg_gettingthere.gif);
	background-repeat:no-repeat;
}
#contentframe_gettingaround {
	height: 640px;
	width: 900px;
	background-image:url(images/bg_gettingaround.gif);
	background-repeat:no-repeat;
}
#contentframe_lodging {
	height: 640px;
	width: 900px;
	background-image:url(images/bg_lodging.gif);
	background-repeat:no-repeat;
}
#contentframe_registry {
	height: 640px;
	width: 900px;
	background-image:url(images/bg_registry.gif);
	background-repeat:no-repeat;
}
#contentframe_splash {
	height: 640px;
	width: 900px;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
}

#leftcol {
	float:left;
	top: 47px;
	left: 21px;
	width: 188px;
}

#nav {
	margin: 47px 0 0 21px;
	}

#logo {
	float: right;
	margin: 30px 30px 0 0;
	width: 624px;
	height:59px;
}

#main {
	position: relative;
	top: 0;
	left: 46px;
	width:624px;
	float:left;
}

.box {
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	font-size: 1.2em;
	line-height: 1.4em;
}

.header {
	margin: 0 0 13px 0;
}

/*   home   */
#signupform {
	margin: 32px 0 0 42px;
	color: #FFFFFF;
	font-weight: bold;
}
#signupform input {
	background-color: #B4AE4B;
	border: 1px solid #D8D6A2;
	color: #333333;
	font-size: 1.2em;
	padding:1px;
}

/*   typo     */

h3 {
	font-weight:bold;
	color: #246763;
	margin: 0 0 5px 0;
}




