/* M St. Cafe */

/* This site runs like Clockwork (http://www.clockwork.net/). */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ca4e00;
	text-align: center;
	color:#222;
	font-family:"Courier New",Courier,serif;
	font-size:11px;
}

#wrapper {
	width: 760px;
	margin: 50px auto 20px;
	text-align: left;
	line-height: 1.25;
	font-size: 12px;
}

#utility
	{
	width: 760px;
	text-align: right;		
	margin: 5px auto 20px;
}

#main {
	background: #fff url(../images/bg.jpg) bottom center no-repeat;
	border-bottom: 30px solid #000000;
	border-left: 30px solid #000000;
	border-right: 30px solid #000000;
}

#main.video {
	background-image: none !important;
}

#left_menu, #right_menu {
	float: left;
	width: 293px;
	background: #b2ae98;
	border-top: 30px solid #000000;
}

#right_menu {
	float: right;
}

#left_menu li, #right_menu li {
	list-style: none;
	float: left;
	width: 33%;
	text-align: center;
}

#left_menu li a, #right_menu li a {
	display: block;
	padding: 5px 5px 5px 7px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #444;
} 

#left_menu li a:hover, #right_menu li a:hover {
	color: #efefef;
}

#logo {
	display: block;
	float: left;
	margin-top: -33px;
}

#content {
	padding: 50px 125px 75px;
	clear: both;
}

#content div img {
	margin: 10px 0;
}

#content a {
	color: #ca4e00;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}

h3,h4,h5,h6 {
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 10px 0;
}

p {
	letter-spacing: 0.1px;
	margin: 10px 0;
}

/*table {
	border: 3px solid #000;
	margin: 8px 0;
}*/

select option {
	padding: 0 3px;
}

.textbold {
	font-weight: bold;
}
.message {
        color: #cc0000;
}
