/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}

/*
The code below is for setting the structure of the main content wrapper
*/
#contentwrap {
	margin-left: 138px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 609px;
	padding: 10px;
	border: 2px solid #13567D;
	background-image:  url(../images/bodybgblue01.jpg);
}
/*---end of main content wrapper structure---*/

/*
The code below is for the placement of the Restaurant Photo
*/ 
#restaurantphoto {

	float: right;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0px;
	margin-top: 30px;
}
/*---End of Restaurant Photo---*/

/*
The code below is for the placement of the Restaurant Contact Info
*/ 
#restaurantcontact {
	width: 588px;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 10px 15px;
	margin-bottom: 0px;
	background: #ECF4FF;
	
}
.restaurantname {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22px;
	color: #13567D;
	font-style: italic;
	letter-spacing: 1px;
}
.main11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
}
.main11bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
.main12boldextra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 5px 0px 40px;
}
.main14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #13567D;
}

a.content:link, a.content:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: none;
}
a.content:hover {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none;
}
a.underline:link, a.underline:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.underline:hover {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none;
}
/*---End of Restaurant Contact Info---*/

/*
The code below is for the placement of the Restaurant Description Title
*/ 
#RestaurantTitle {
	width: 586px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #13567D;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	background: #13567D;
}
#RestaurantTitleFooter {
	width: 586px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #13567D;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	background: #13567D;
}
.headertable th{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 2px 2px 2px;
	background-color: #13567D;
	text-decoration: none;
	text-align: center;
}
/*---End of Restaurant Title---*/

/*
The code below is for the placement of the Restaurant Description
*/ 
#RestaurantDescriptionWrapper {
	width: 588px;

	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #13567D;
	padding: 5px 10px 10px 10px;
	margin-top: 0px;
	background: #FFFFFF;
}
.main12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.main14italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #13567D;
	font-weight: normal;
	font-style: italic;
}
/*---End of Restaurant Description---*/

/*
The code below is for the formatting of the body links
*/ 
a.body:link, a.body:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.body:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
a.buttonindent:link, a.buttonindent:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #7C97AE;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
a.buttonindent:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	background: #FFFFFF;
	text-decoration: none;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 1px 5px 1px 5px;
}
/*---end of body links---*/

/*---end of Style Sheet---*/