
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {

}

a:active {

}


div.greyBack {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 740px;
	height: 370px;
/*	background-image: url("graphics/hornesbackground.gif"); */
	background-color: #7D6D20;
	/* background-color: #B7A320; */
}

div.top {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 740px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid black; */
	background-color: #ffffff;
	/* background-image: url("graphics/back_fadded.jpg"); */
	/* background-position: 0 0; */
	/* background-attachment: fixed; */
}

div.menubar {
	position: absolute;
	top: 70px;
	left: 250px;
	width: 490px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid black; */
	background-color: #eeeeee;
	font-size: 10px;
}

div.mainBackground {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 740px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid black; */
	background-image: url("graphics/back_night.jpg");
	/* background-position: 0 0; */
	/* background-attachment: fixed; */
	background-color: #000000;
}


div.bottom {
	position: absolute;
	top: 470px;
	left: 0px;
	padding: 0px;
	width: 740px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid black; */
	background-color: #ffffff;
	/* background-image: url("graphics/back_fadded.jpg"); */
	/* background-position: 0 0; */
	/* background-attachment: fixed; */
	text-align: center;
}

div.logo {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 250px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid red; */
	/* background-color: #ffffff; */
}

div.shadow {
	position: absolute;
	top: 10px;
	left: 740px;
	width: 15px;
	height: 514px;
	/* background-image: url("graphics/shadow.gif"); */
}

div.shadowBottom {
	position: absolute;
	top: 520px;
	left: 0px;
	width: 744px;
	height: 15px;
	/* background-image: url("graphics/shadow_bottom.gif"); */
}

div.container {
	position: relative;
	margin: 0 auto;
	width: 755px;
	height: 510px;
	background-image: url("graphics/hornesbackground.gif");
}

span.quote {
	font-size: 12px;
}

span.address {
	font-size: 10px;
}

table.menuTable {
	width: 490px;
	height: 30px;
	border-width: 0px;
	border-spacing: 0px;
}

table.footer {
	width: 740px;
	height: 50px;
	border-width: 0px;
	border-spacing: 0px;
}

td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
td.left {
	text-align: left;
}

body, html {
	margin: 0px;
	background-image: url("graphics/hornesbackground.gif");
	font-family: arial, sans-serif;
}

.depricated {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #999999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -15px;
	margin-bottom: -15px;
	top: 0px;
	left: 0px;
	bottom: 100%;
	right: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
    position: absolute;
	position: fixed;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF3399;
	border-bottom-color: #FF3399;
}

