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

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(images/body_bg.jpg);
	font-size:14px;
	font-weight:normal;
}

a {
	color:#000000;
}

p {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
}

hr {
	height:0;
	border:0;	
	border-bottom:1px #900101 solid;
}

h1 {
	font-size:16px;
	color:#971111;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2 {
	font-size:16px;
	color:#012337;
	font-weight:bold;
}

h3 {
	font-size:14px;
	color:#012337;
	font-weight:normal;
}

div#wrapper {
	width:760px;
	margin:0 auto;
	background-color:#012337;	
}

/**************************** Header ****************************/

div#header {
	background-image:url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height:152px;	
	
}

div#home_separator {
	background-image:url(images/home_separator.jpg);
	background-repeat:no-repeat;
	height:6px;
}

/**************************** Navigation ****************************/


div#content_middle_bg {
	background-image:url(images/breakfast_interior_07.jpg);
	background-repeat:repeat-y;
	width:auto;
}

div#content_top_bg {
	background-image:url(images/breakfast_interior_06.jpg);
	background-repeat:no-repeat;
}

div#content_bottom_bg {
	background-image:url(images/breakfast_interior_09.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/**************************** Navigation ****************************/

div#menu {
	background-image:url(images/interior_separator.jpg);
	background-repeat:no-repeat;
	height:17px;
	width:760px;
	margin:0 auto;
}

div#menu_text_wrapper {
	margin-left:180px;
}


div#menu_text a{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	padding-right:30px;
	padding-left:40px;
}

/**************************** Content ****************************/

div#left_column {
	width:150px;
	float:left;
	
}

div#content_wrapper {
	padding:25px;
}

div#left_column p {
	padding-left:15px;
	padding-top:11px;
}


div#left_column a {
	text-decoration:none;
	color:#FFFFFF;
}

div#content_column {
	width:610px;
	float:right;
	color:#012337;
}

div#content_column p {
}

div#clear {
	clear:both;
	height: 1px;
}

/**************************** Content-Internal ****************************/

div#content_wrapper2 {
	padding:15px;
	font-style:italic;
}

div#content_wrapper2 a {
		color:#012337;
}

/**************************** Footer ****************************/

div#footer_wrapper {
	margin:0 auto;
	width:760px;
	font-size:10px;	
	background:#012337;
}

div#footer {
	padding-left:240px;
	text-align:center;	
	padding-top:13px;
	padding-bottom:7px;
	float:left;
}

div#sitemap {
	padding-right:5px;
	text-align:right;
	padding-top:13px;
	padding-bottom:7px;
	float:right;
}

div#footer_clear {
	clear:both;
	height: 1px;
}

div#sitemap a {
	text-decoration:none;
	color:#FFFFFF;
}


/************************** Random *****************************/
.loginPage {
	padding: 15px;
}

#AdminMenu {
	padding-left: 15px;
	background: url(images/interior_separator.jpg);
}
#AdminMenu a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}

#homeAdmin {
	width:610px;
	position: absolute;
	margin-left: 150px;
}

#directoryTable {
	width: 80%;
}

#directoryTable td {
	padding: 6px;
	padding-top:0;
}

.directoryContact {
	position: relative;
	float:left;
	width: 130px;
	margin-left: -153px;
	margin-top: -20px;
	text-align: center;
	color: #ffffff;
}

.contactPosition {
	font-size: 11px;
}

#directoryImages {
	float: right;
	text-align:right;
	padding-left: 11px;
	padding-bottom: 14px;
}
