﻿body 
{ 
    background-image: url('/images/background.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #eeeeee; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size: 12px;
}

h2 { *font-size:1.25em; }

img, a img { border:0; }
a { outline:none; color:#A25831; text-decoration: none; }
a:visited { color:#A25831; }
a:hover { color:#A25831; text-decoration: underline; }

#OuterDiv
{
	margin: 0 auto;
	width: 900px;
	_width:920px;
}

#InnerDiv
{
	width: 900px;
	_width:920px;
}

#MastHd
{	
	height: 120px;
}

#Menu
{	
	background: url('/images/menu_bg.jpg') repeat-x;
	width: 898px;	
	height: 44px;
	border-left: solid 1px #D8DADA;
	border-right: solid 1px #D8DADA;
}


#MainContent
{
	clear: both;
	text-align: left;
	background-color: White;	
	padding: 10px;
	border: solid 1px #D8DADA;
}

#Footer
{
	background-image: url('/images/bars_footer.gif');
	padding: 5px;
	margin-bottom: 0;
	bottom: 0;
	color: #777777;
}

#Copyright
{
	padding: 10px 0 0 0;
}

#Logo
{
	float:left;
	padding:20px 0 0 20px;
}

#HeaderBars
{
	float: right;
}



#nav
{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li
{
	float:left;
}



.clear
{
	clear: both;	
}

h1
{
	font-size: 1.8em;
}

.required { color:#f00; }
.textinput { width:350px; }
textarea { width:350px; height:200px; }

.food textarea { width:225px; height:100px; }

/*------------------------------------------------------
Tweet styles
------------------------------------------------------*/
.tweet
{
	border:solid 1px #ccc;
	padding: 5px;
	margin:0 0 5px 0;
	width: 427px;
	min-height:48px;
}

.tweet strong, .tweet b { font-weight:normal; }

.tweet img 
{ 
	float:left; 
	padding:0 5px 5px 5px;
	width:48px;
	height:48px;
}

.tweet a { font-weight:bold; }

.tweet .date
{
	display:inline;
	margin:0;
	padding:0 0 0 1.5em;
	font-style:italic;
	font-size: 0.8em;
}

.tweet .date a { font-weight:normal; }

img.tweetBottom
{
	*margin-top:-14px;
}
