﻿/*Moe's Southwestern Grill Style Sheet*/

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f2ad3e;
}
a:link {
    color: #DAA520;
    text-decoration: none;
}
a:visited {
    color: #DAA520;
    text-decoration: none;
}
a:hover {
    color: #DAA520;
    text-decoration: underline;
}
a:active {
    color: #DAA520;
    text-decoration: none;
}
img 
{
	border-style:none;
}
/* THE FOLLOWING SETS THE STYLE and LAYOUT of the TOP BANNER, LEFT MENU BAR, and CONTENT AREA*/
#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}
#top_banner {
	background-image: url('images/moes_top_banner.jpg');
	height: 150px;
	border: 0px;
}
#menu {
	width: 190px;
	float: left;
}
#menu img {
	border: 0px;
	height: 625px;
	width: 190px;
}
#main_content_container {
	width: 530px;
	float: left;
	padding: 0px 0px 0px 20px;
}
#main_content_area {
	margin: 0px 5px 10px 30px;
	height: 150px;
}
/*content area for default.aspx page*/
#main_content_area_default {
	margin: 0px 5px 10px 0px;
	height: 150px;
}

