/************************************/
/* Christopher's Web Site Styles    */
/************************************/
body {
	color: #000000;
	background-color: #ddddee;
	font-family: sans-serif;
}
h1 {
	font-size: 50px;
	/* text-indent: 30%; */
	margin:	10px;
}

.navactive {
	background-color:	#68C6D0;
	color:			#ffffff;
	border:			3px solid #348891;
	padding: 2px 40px;
}
.navinactive {
	background-color:	#000000;
	border:			3px solid #348891;
	padding: 2px 6px;
}
.nav ul {
	position: absolute;
	top: 97px;
	left: 20px;
	right: 200px;
	height: 50px;
	color: #ffffff;
	padding: 0px;
	vertical-align: bottom;
	background-color: #ddddee;
	margin: 0;
	padding: 5;
}
.nav ul li {
	list-style-type: none;
	display: inline;
}
.nav ul li a {
	text-decoration: none;
	float: left;
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
}
.nav ul li a:hover {
	background-color:	#68C6D0;
	color:			#ffffff;
}


.pic {
	border: 3px solid #348891;
}
.mbody {
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

.packages {
	border-top: 3;
	border-left: 3;
	border-right: 3;
	border-bottom: 3;
	border-style: solid;
	border-color: #348891;
	width:		700px;
}

.packagesbody {
	padding: 15;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 92px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	align: center;
	background-color: #000000;
	border-bottom: 5px solid #68C6D0;
}
#mainbody {
	position: absolute;
	top: 144px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	color: #000000;
	padding: 5px;
	vertical-align: top;
	background-color: #eeeeee;
	border: 3px solid #348891;
	overflow: auto;
}
#contact {
	position: absolute;
	top: 97px;
	right: 20px;
	height: 50px;
	padding: 0px;
	background-color: #ddddee;
}
.contactxt {
	vertical-align: middle;
	font-size: 30px;
	font-style: italic;
	font-family: serif;
	color: #348891;
	margin: 5px 15px 0 0;
}

#footer {
	position: relative;
	height: 10px;
	left: 20px;
	/* right: 50px; */
	width: 90%;
	bottom: 0px;
	color: #000000;
	padding: 5px;
	vertical-align: top;
	background-color: #eeeeee;
	font-size: 8px;
	text-align: right;
}
