/*

*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	color: #990000;
}

A:link {
	text-decoration: none;
	color: #FFFFFF;
}

A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

A:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}


#wrapper { 
	margin: 0 auto;
	width: 822px;
}

#header {
	position: relative;
	width: 800px;
	color: #333;
	padding: 5px;
	border: 5px solid #6a0404; 
	border-bottom: 0px;
	height: 230px;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/header.jpg);
}

#breakfast {
	position: relative;
	float: right;
	top: 100px;
	vertical-align: bottom;
	}
	
#navigation {
	width: 800px;
	color: #ffffff;
	border: 1px solid #000000;
	padding-right: 10px;
	border-left: 5px solid #6a0404;
	border-right: 5px solid #6a0404;
	margin: 0px 0px 0px 0px;
	background: #6a0404;
	height: 33px;
}

/*- Menu Tabs H--------------------------- */

#tabsH {
	float:left;
	width:100%;
	background: #6a0404;
	font-size:93%;
	line-height:normal;
	height: 30px;
	cursor: pointer;
	text-align: center;
}

#tabsH ul {
	margin:0;
	padding:0px 10px 10px 50px;
	list-style:none;
	height: 30px;
}

#tabsH li {
	display:inline;
	margin:0;
	padding:0;
	height: 30px;	
}

#tabsH a {
	float:left;
	background:url("../images/tab_off.png") no-repeat left top;
	margin:0;
	padding: 0 0 0 15px;
	text-decoration:none;
	vertical-align:middle;
	height: 30px;
	font-weight: bold;
}

#tabsH a span {
	float:left;
	display:block;
	background:url("../images/tab_off.png") no-repeat right top;
	color:#FFF;
	height: 25px;
	padding-right: 15px;
	padding-left: 0px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover span {
	color:#000000;
	font-weight: bold;
}

#tabsH a:hover {
	background-position:0% -30px;
}

#tabsH a:hover span {
	background-position:100% -30px;
}


.menuButton {
	background-image: url(../images/tab_off.png);
	float: left;
	display: block;
	height: 37px;
	width: 114px;
}

#content { 
	width: 800px;
	color: #333;
	border-left: 5px solid #6a0404;
	border-right: 5px solid #6a0404;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	height: 565px;
}

/* rounded corners for the content box business card content */
.myBox1, .myBox2, .myBox1-top, .myBox2-top
{
	position: relative;
    margin: 0 auto;
    color: #000000;
    width: 380px;
    padding: 5px;
    text-align: left;
    border: 3px solid #6a0404;
	
}

.myBox1, .myBox1-top
{
	float: left;
}

.myBox2, .myBox2-top
{
	float: right;
}

.myBox1, .myBox2 {
	height: 215px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.myBox1-top, .myBox2-top {
	height: 280px;
    background-color: #ffffff;
	padding-top: 5px;
}

#footer {
	width: 800px;
	color: #FFFFFF;
	border: 5px solid #6a0404;
	border-top: 1px solid #000000;
	background-image: url(../images/footerbg.png);
	margin: 0px 0px 10px 0px;
	padding: 5px;
	padding-top: 10px;
	height: 35px;
	text-align:center;
}
