body{
	margin: 0px auto;
	background-image: url(../images/bg.jpg);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container_wrapper{
	margin: 0px auto;
	width: 646px;
	background: url(../images/container_shadow.png) repeat-y;
	min-height: 800px; /* set this dynamically */
}

#container{
	margin: 0px auto;
	width: 600px;
}

#header{
	height: 100px;
}

#middle{
	height: 400px;
	border-top: 5px solid #dcd7dd;
}

#specials{
	height: 60px;
	background-color: #dcd7dd;
}

#specials img{
	margin-right: -6px;
}

#splash{
	width: 450px;
	float: left;
	border-right: 5px solid #dcd7dd;
}

#menu{
	float: left;
	width: 145px;
}


#content{
	min-height: 400px;
	padding: 20px;
	font-size: 12px;
}

#footer{
	
	height: 50px;
	text-align: center;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 50px;
}

img{
	border: none;
	margin-right: -4px;
}

.package{
	background: url(../images/package1.jpg) no-repeat;
	width: 150px;
	height: 60px;
	float: left;
	cursor: pointer;
}

a{
	text-decoration: none;
	color: #45bff0;
}

/* USED IN CONTENT */
.section{
	
}

h1{
	
}

h2{
	color: #45BEED;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFF;
}
h3{
	color: #484544;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFF;
	font-size: 12px;
}
.BG {
	background-color: #DADBD3;
}

p{
	color: #3d3939;
	text-align: justify;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	line-height: 22px;
	
}
.Price {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	line-height: 22px;
	color: #930;
	font-style: oblique;
	font-weight: bolder;
}

table{
	color: #4c4c4c;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: .1em dotted silver;
	overflow: hidden;
	visibility: visible;
}

tr{
	
}

th{
	
}

td{
	
}

.selected{
	background-color: red;
}




.bordered{
	
margin: 0 10px 10px 0;
	border: 5px solid black;
}


.FloatLeft {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.CenterText {
	text-align: center;
}
.caps {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: normal;
	color: #85BC3C;
}
.FloatRight {
	float: left;
	margin-bottom: 3px;
	margin-right: 7px;
}
.CenterAlign {

}
.TextRight {
	text-align: left;
}
.TextLeft {
	text-align: left;
}
.ListFont {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	line-height: 22px;
	color: #3d3939;
}

