
body
{
	margin: 0px;
	padding: 0px;
 	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('images/bg-austin-sunset.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
	#container
	{
		width: 90%; margin: auto;
	}
		#myimg
		{
			 position: absolute; top: 0px; right: 5%;
		}
				
	#footer
	{
		position: fixed; bottom: -25px; left: 0px; width: 100%; height: 250px; overflow-x: hidden; overflow-y: hidden; min-width: 1100px;
	}
	
	#table
	{
		width: 100%; margin: 0px 0px 120px 0px; min-width: 1100px;
	}
	
		#topleft
		{
			background-image: url('images/box-left-top.png'); background-repeat: no-repeat; background-position: bottom left;
		}

		#topright
		{
			width: 50px;
			background-image: url('images/box-right-top.png'); background-repeat: no-repeat; background-position: bottom right;
		}

		#nav
		{
			width: 100px; 
		}

		#main
		{
			background-image: url('images/box-left.png'); background-repeat: repeat-y; background-position: left;
		}
		
			#maincontent
			{
				padding: 0px 20px 50px 50px;
			}
			
		#mainright
		{
			width: 50px;
			background-image: url('images/box-right.png'); background-repeat: repeat-y; background-position: right;
		}
			
		#bottomleft
		{
			height: 50px; 
			background-image: url('images/box-left-bottom.png'); background-repeat: no-repeat; background-position: top left;
		}
			
		#bottomright
		{
			width: 50px;
			height: 50px; 
			background-image: url('images/box-right-bottom.png'); background-repeat: no-repeat; background-position: top right;
		}
		
		textarea, input, option
		{
			font-size: 12px;
			font-family: Tahoma;
		}
			
		table.menu
		{
			width: 100%; background-color: #FFFFFF; border: 4px solid #606967;
		}
		
		td.menucolumn
		{
			width: 50%; padding: 20px; border-right: 1px solid #A0AFAD;
		}
		
		td.menufooter
		{
			padding: 10px; border-top: 1px solid #A0AFAD;
		}
			#greenbox
			{
				padding: 6px; background-color: #5F6867; border-top: 4px solid #A0AFAD; border-bottom: 4px solid #A0AFAD;
			}
		
			p.menutitle
			{
				text-align: left; font: 100 14px Tahoma; font-weight: bold; color: #5F6867; background-color: transparent;
			}
			
			p.menutext
			{
				text-align: left; font-weight: normal; color: #3D444D; background-color: transparent;
			}
			
			p.menunote
			{
				text-align: center; font-weight: normal; color: #000000; font-style: italic; background-color: transparent;
			}

			span.price
			{
				float: right;
				font: 100 10pt 'Palatino Linotype';
				font-style: italic;
				color: #000000;
			}

a, a:visited
{
	color: #CFE7CA;
	text-decoration: underline;
}

a:hover
{
	color: #CFE7CA;
	text-decoration: none;
}
		
p
{
	margin: 0px; 
	text-align: left;
	color: #FFFFFF;
	background-color: transparent;
}

p.center
{
	text-align: center;
	color: #FFFFFF;
	background-color: transparent;
}

p.right
{
	text-align: right;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: transparent;
}

p.bold
{
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
}

p.green
{
	text-align: left;
	font-weight: bold;
	color: #CFE7CA;
	background-color: transparent;
}

p.black
{
	text-align: left;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}

p.blackbold
{
	text-align: left;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

span.green
{
	color: #CFE7CA;
}

h1, h2, h3
{
	margin: 0px; 
	text-align: left;
	font: 100 14px Tahoma;
	font-weight: bold;
	color: #CFE7CA;
	background-color: transparent;
}
	