body
{
	background-color: #333;
	margin: 0;
	padding: 0;
}

p
{
	margin: 0;
	padding: 6px 0 6px 0;
}

#header
{
	/*min-height: 140px;*/
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	background-image: url(../images/header-bkg.png);
	background-repeat: repeat;
	background-position: top center;
	color: #FFF;
	text-shadow: 0.13em 0.13em 0.1em #000;
}
#header a
{
	color: #FFF;
	text-shadow: 0.13em 0.13em 0.1em #000;
	text-decoration: none;
}

#menu
{
	
}

img content
{
/*	width: 100%;
	height: auto;*/
	max-width: 100%;
}

ul#menu-list
{
	margin: 0;
	padding: 0;
}

#content
{
	min-height: 190px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	background-image: url(../images/body-bkg.png);
	background-repeat: repeat;
	background-position: top center;
	color: #000;
	text-align: left;
}
#content a
{
	color: #000;
	text-align: left;
	text-decoration: underline;
}

#mobile-footer
{
	min-height: 115px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(../images/footer-bkg.png);
	background-repeat: repeat;
	background-position: top center;
	color: #FFF;
	text-shadow: 0.13em 0.13em 0.1em #000;
	text-align: center;
}
#mobile-footer a
{
	color: #CCC;
	text-shadow: 0.13em 0.13em 0.1em #000;
	text-align: center;
	text-decoration: underline;
}
.copyright
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
.copyright a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #888;
	text-decoration: underline;
}
