/*
-----------------------------------------------
Style Sheet
----------------------------------------------- */

html, body, div, p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 11px Trebuchet MS, san-serif;
	color: #5d3822;
	line-height: 12px;
	text-align: center;
}
body { 
	/*background: #f7f6eb;*/
	background: #6a4833 url(/media/images/layout/content_tile_brown.gif) center repeat-y;;
}
br {
	clear: both;
}
a img {
	border-width: 0;
	border-style: none;
}
a:link {
	color: #c35e30;
	text-decoration: none;
}
a:visited {
	color: #c35e30;
	text-decoration: none;
}
a:hover {
	color: #f23306;
	text-decoration: underline;
}

a.main:link {
	color: #ffffff;
	text-decoration: none;
	font: normal 14px Trebuchet MS, san-serif;
	line-height: 30px;
	letter-spacing: 2px;
}
a.main:visited {
	color: #ffffff;
	text-decoration: none;
	font: normal 14px Trebuchet MS, san-serif;
	line-height: 30px;
	letter-spacing: 2px;
}
a.main:hover {
	color: #f23306;
	text-decoration: none;
	font: normal 14px Trebuchet MS, san-serif;
	line-height: 30px;
	letter-spacing: 2px;
}

.footer {
	clear: both;
	position: relative;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 777px;
	height: 80px;
	background: #ebe9ce url(/media/images/layout/content_tile_brown.gif) repeat-y;
}
.mainMenu {
	position: relative;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 777px;
	height: 175px;
	background: #ebe9ce url(/media/images/layout/content_tile_brown.gif) repeat-y;
}
.content {
	clear: both;
	position: relative;
	text-align: center;
	width: 777px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #ebe9ce url(/media/images/layout/content_tile_brown.gif) repeat-y;
}
