@charset "utf-8";
/* CSS Document */

body
{
	/*color: #343f1f;*/
	background-color: #343f1f;
	/*font-size: 14px;*/
	font-family:"Times New Roman", Times, serif;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

div#sitewrapper
{
	width: 900px;
	/*height: 800px;*/
	background-color: #fffde3;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black; /* #343f1f; */
}

div#sitewrapper div#header
{
	height: 410px;
}

div#sitewrapper div#header div#left
{
	width: 325px;
	float: left;
}

div#sitewrapper div#header div#left img
{
	margin-bottom: 10px;
}

div#sitewrapper div#header div#middle
{
	width: 250px;
	padding-top: 15px;
	float: left;
}

div#logo
{
	width: 190px;
	height: 143px;
	margin-left: auto;
	margin-right: auto;
}

div#navitem
{
	width: 120px;
	height: 30px;
	background-image: url(../images/menuitem.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	text-align: center;
}

div#navitem a
{
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}

div#navitem a:hover
{
	text-decoration: underline;
}

div#sitewrapper div#header div#right
{
	width: 325px;
	float: left;
}

div#sitewrapper div#header div#right img
{
	margin-bottom: 10px;
}

div#sitewrapper div#content
{
	color: #343f1f;
	font-size: 16px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}

div#sitewrapper div#content div#title
{
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}

div#sitewrapper div#content p
{
	margin-top: 5px;
	margin-left: 10px;
	/*width: 830px;*/
}

div#sitewrapper div#content .table
{
	margin: 0;
	padding: 0;
}

div#sitewrapper div#content a
{
	color: #000000;
}

div#sitewrapper div#content div#quote
{
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	font-style: italic;
	text-align: center;
}

div#sitewrapper div#footer
{
	color: #343f1f;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-top: 1px solid #343f1f;*/
}

div#sitewrapper div#footer a
{
	color: #343f1f;
	font-size: 14px;
	text-decoration: none;
}

/* Page Specific Entries 

reservations.php */

.text_green
{
	color: #FFFFFF;
	background-color: #343f1f;
	font-family: "Times New Roman", Times, serif;
}

.textbox_green
{
	color: #FFFFFF;
	background-color: #343f1f;
	font-family: "Times New Roman", Times, serif;
}

.input_green {
	color: #FFFFFF;
	background-color: #343f1f;
	border: 1px solid black;
	font-weight: bold;
	font-size: 12px;
}
