/* CSS Document */

body {
	background-color:#c7b583;
}

.strong {
	font-weight:800;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:900px;
	float:left;
}

#logo {
	width:900px;
	height:47px;
	background-image:url(../images/the_restaurant_header.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 0;
	maring: 0 0 0 0;
}

#mainContent {
	width:900px;
	float:left;
	background-color:#c7b583;
	padding: 0 0 0 0;
	maring: 0 0 0 0;
}

#leftContent {
	width:617px;
	float:left;
	padding: 0 0 0 0;
	maring: 0 0 0 0;
	display:inline;
}

#leftContent h1 {
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	line-height:110%;
	font-size:22px;
}

#leftContent p {
	padding-left:0px;
	padding-right:0px;
	line-height:110%;
}

#top {
	width:618px;
	height:26px;
	padding: 0 0 0 0;
	maring: 0 0 0 0;
}

#main {
	width:603px;
	padding-left:15px;
	height:382px;
	background-image:url(../images/the_restaurant_mainbody.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fcfcfc;
}

#main p {
	padding-right:10px;
}

#main h3 {
	color:#990000;
}

#lower {
	width:618px;
	height:104px;

}

#rightContent{
	width:282px;
	float:right;
	padding: 0 0 0 0;
	maring: 0 0 0 0;
	display:inline;
}

#rightContent p {
	padding-left:0px;
	padding-right:0px;
	line-height:110%;
}

#address {
	width:277px;
	padding-left:5px;
	padding-top:415px;
	color:#fcfcfc;
}

#address p{
	color:#fcfcfc;
	padding: 0 0 0 0;
	maring: 0 0 0 0;
}

#rightContent_home {
	width:282px;
	height:512px;
	float:right;
	background-image:url(../images/the_restaurant_green_rm.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightContent_dinner_menu {
	width:282px;
	float:right;
	background-image:url(../images/right_side_dinner_menu.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightContent_menu {
	width:282px;
	float:right;
	background-image:url(../images/right_side_menu.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightContent_back_menu {
	width:282px;
	float:right;
	background-image:url(../images/right_side_back_menu.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightContent_news {
	width:282px;
	height:512px;
	float:right;
	background-image:url(../images/right_side_news.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightContent_directions {
	width:282px;
	height:512px;
	float:right;
	background-image:url(../images/right_side_directions.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightContent_contact {
	width:282px;
	height:512px;
	float:right;
	background-image:url(../images/right_side_contact.jpg);
	background-repeat:no-repeat;
	background-position:top;
}


#menu {
	width:603px;
	padding-left:15px;
	background-image:url(../images/the_restaurant_mainbody.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fcfcfc;
}

#menu p {
	padding-right:10px;
}

#menu h3 {
	color:#AE6600;
	text-align:center;
}

#menu a {
	text-decoration:none;
	color:#9C0700;
}

#clearBar {
	clear:both;
}

#footer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
}

#footer p {
	color:#000000;
	font-size:13px;
}

#footer p a{
	color:#000000;
}