@charset "utf-8";
body {
	background-image: url(../Images/stucco-bg.gif);
	background-repeat: repeat;
}
#container {
	height: 3000px;
	width: 1013px;
	background-image: url(../Images/WhitewallGeckosLg.png);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	page-break-before: auto;
	page-break-after: auto;
	left: 54px;
	top: 4px;
}
#Header {
	height: 110px;
	width: 1000px;
	background-image: url(../Images/ChezJoseLogo.png);
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #900;
	font-size: 24px;
	padding-right: 22px;
	text-align: right;
	padding-top: 2px;
}
#menuBar {
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #060;
	text-align: center;
	width: 1024px;
}
#mainContent {
	background-color: transparent;
	width: 1018px;




















	margin-top: 20
`;
	margin-top: 20px;
	padding-left: 10px;
	text-align: center;
}
a {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: #900;
}
a:active {
	text-decoration: none;
	color: #0F0;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	float: right;
	margin-right: 40px;
}
#footer {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #900;
	height: 40px;
	width: 1024px;
	margin-top: 30px;
	text-align: center;
}
