@charset "utf-8";

/* General Body */
.navbar { height: 51px; }

.content {
	float:left;
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	padding: 10px 20px 10px 50px;
}

.footer {
	background-image: url(../images/footer.png);
	height: 117px;
}

/* Index Specific */
#index {
	background-image: url(../images/index.png);
	background-repeat: no-repeat;
	height: 475px;
	padding: 10px 0px 10px 350px;
}

/* Specific to Body Elements */
/* Content */
#guide { text-align: center; }

#community {
	background-image: url(../images/community.png);
	background-position: 0px 60px;
	background-repeat: no-repeat;
}

#availability {
	position: absolute;
	top: 410px;
	right: 42px;
}

/* Index */
#index p { width: 560px; }
#top {
	position: absolute;
	top: 340px;
	left: 100px;
	height: 155px;
	width: 183px;
}
#bottom {
	position: absolute;
	top: 505px;
	left: 100px;
	height: 155px;
	width: 183px;
}

/* Footer */
#footer {
	text-align: center;
	color:#F9F5ED;
	font-size: 11px;
}

.footer_link { color: #EDE2CB; }

/* Text Specific */
.heavy { font-weight: bold; }
.left { text-align: left; }
.listHeader {
	font-weight: bold;
	margin-left: -20px;
}
.right { text-align: right; }
.disclaimer {
	text-align: center;
  font-size: 10px;
}

/* HTML Tags */
a {
	text-decoration: none;
	color: #714100;
}
body { background-color: #004D78; }
img { border: none; }

/* Complete Positioning Problem */
#viewtiful {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
}
