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: #484544;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

p{
	color: #3d3939;
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	
}

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;
}



