/* CSS Document */
body{
	background-color:#fbfbd9;
}

#wrap{
	position:relative;
	width:950px;
	margin:auto;
}

/* Needed to remove dotted border when link selected
   while using Mozilla on Windows
------------------------------------------------------*/
a{
	outline:none;
	cursor:pointer;
	text-decoration:underline;
}

img {
	border-style: none;
}

/*setup for banner*/
#banner {
	width:950px;
	height:105px;
	background-image:url(../images/banner.jpg);
}

/*setup for top row of photos*/
#photo {
	width:inherit;
	height:120px;
	background-color:#FFFFCC;
}

/*setup for top navigation row*/
#topnav {
	width:inherit;
	height:20px;
	background-color:#634302;
}

/*setup for salut*/
#salut_wrap {
	padding-top:1px;
	width:inherit;
	height:55px;
	background-image:url(../images/parchment.gif);
	padding-bottom:4px;
}

#salut_special {
	float:left;
	width:223px;
}

#salut_special img {
	margin:5px 0 0 20px;
}

#salut_img {
	float:left;
	width:504px;
}

#salut_date {
	float:right;
	padding:3px 5px 0 0;
}

#main {
	width:inherit;
	background-image:url(../images/parchment.gif);
	background-repeat:repeat;
	padding:2px 0 1px 0;
}



/*Menu setup*/
#menu_frame {
	position:relative;
	float:right;
	width:450px;
	height:500px;
	background-image:url(../images/frame.jpg);
}

#menu_border {
	position:relative;
	background-image:url(../images/parchment.gif);
	height: 410px;
	width: 360px;	
	border:#003300 double medium;
	margin:36px 0 0 42px;
}

#menu_text {
	height:400px;
	width:330px;
	overflow:auto;
	margin:5px 0 0 24px;	
}

#menu_text h2 {
	margin:0;
	padding-top:15px;
	color:#003300;
	text-align:center;
}

#menu_text dt  {
	padding-bottom:2px;
}

#menu_text dl dd.price {
	float:right;
	padding-right:25px;
}

#menu_text dl dd.discription {
	font-size:13px;
	text-align:justify;
	margin-left:0;
	padding:0 25px 10px 15px 
}

/*Left column setup*/
#ltcolumn {
	float:left;
	width:500px;
	height:500px;
	background-image:url(../images/parchment.gif);
}

.box {
	border:#996600 double medium;
	width: 275px;
	text-align:center;		
	margin:25px 0 0 110px;
	padding:3px 0 3px 0;
}









.apply {
	float:left;
	font-size:14px;
	margin-left:325px;
	text-align:left;		
}

#mapsearch {
	font-size:12px;
}







#main_apply {
	background-image:url(../images/parchment.gif);
	background-repeat:repeat;
	padding-top:10px;
	margin-bottom:0;
	width:inherit;
	height:450px;
}



