@charset "utf-8";
body  {
	font:18px "Georgia", "Times New Roman", Times, serif;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. */
	background-color:#F00;
}

#container {
	width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:740px;
	background:#FFFFFF;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:3px solid #f00;
	background-image:url(background-large.gif);
	background-color:#666666;
	background-repeat:no-repeat;
}

#sidebar {
	float:left; /* since this element is floated, a width must be given */
	width:161px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:340px;
	padding-left:35px;
}

#content {
	float:left;
	width:680px;
	height:580px;
	margin-top:120px;
	margin-left:65px;
	padding:10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:auto;
}

#content-slim {
	float:left;
	width:460px;
	height:580px;
	margin-top:120px;
	margin-left:205px;
	padding:10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:auto;
}

#content-white {
	float:left;
	width:680px;
	height:560px;
	margin-top:120px;
	margin-left:65px;
	padding:10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	overflow:auto;
}

#content-front {
	float:left;
	width:680px;
	height:400px;
	margin-top:120px;
	margin-left:65px;
	padding:10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
}
#content-frontlow {
	float:left;
	width:680px;
	height:110px;
	margin-left:65px;
	padding:10px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
}

#photos {
	height:440px;
}

.photo {
	height:410px;
}

#buttons {
	padding:5px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin-left:8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float:left;
	margin-right:8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}

p {
	text-align:left;
}

#sidebar ul {
	list-style-type:none;
	margin:0px;
	padding:2px;
	border:0px solid #333;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

#sidebar li {
	margin-top:15px;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	border-bottom:1px solid #666;
	background-color:#FF0000;
	text-align:center;
	color:#000;
}

#sidebar ul a:link, #sidebar ul a:visited, #sidebar ul a:hover, #sidebar ul a:active {
	display:block;
	padding:2px 10px;
	text-decoration:none;
	color:#000;
}

#sidebar ul a:hover {
	background-color:#FFF;
}

.li-horizontal {
	display:inline;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background-color:#FF0000;
}

.li-horizontal a:link, .li-horizontal a:visited, .li-horizontal a:hover, .li-horizontal a:active {
	padding:2px 10px;
	text-decoration:none;
	color:#000;
}

.li-horizontal a:hover {
	background-color:#aaa;
}

.quotes {
	text-align:center;
	color:#FF0000;
	font-style: italic;
	font-weight: bold;
}

.who {
	text-align:center;
	margin-top: -15px;
	font-size:smaller;
}

.package_h{
	font-size: 28px;
	font-weight: bold;
	color: #FF0000;
}

.package_c{
	text-align:left;
	font-size: 24px;
	font-style: italic;
}

.contact {
	text-align:center;
	margin-top:50px;
	font-size:24px;
	font-weight: bold;
}

.email {
	text-align:center;
	margin-top:24px;
	font-size:24px;
	font-weight: bold;
}
