/*Define style for body*/


body,p,table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 	color: #000000;	
	background-color: #EFE4C8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.center
{
	text-align: center;
}

.repeatimage
{
 
background-image: url(../images/Market-House-Restaurant-ins-6x1.jpg);
background-position: 0px 2px;
background-repeat: repeat-y
}

.homepage
{
background-color:#39756B;
}

.content
{
padding-left: 1em;
padding-right: 2em;
top:auto


}

/*Define style for links */

a:link {text-decoration: underline; color: #920C00;}
a:visited {text-decoration: underline; color: #920C00;}
a:active {text-decoration: underline; color: #920C00;}
a:hover {
	text-decoration: none;
	color: #F7EFE7;
	background-color: #920C00;}




/*Define style for header(s)*/

h3 
{
	color: #39756B;
	font-size: 14px;
	padding-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}