body {
	background-color: #FDA492;
	margin: auto;
	padding-left: 3%;
	padding-right: 3%;
	background-image:url(images/wall2.jpg); 
	background-repeat: repeat-y;
	background-position: center;
	font-size: 16px;
	max-width: 1500px;
}

body, td, th, h6 {
	color: #330000;
}

h1, h2, h3, h4, h5 {
  color: #660000;
}

h3 {
	text-align: center;
	font-size: 1.5em;
}

a {
	color: #003366;
}

p {
	color: #3A1625;
	text-align: justify;
}
	
.footer {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5F233D;
	width: 280px;
	text-align: center;
	margin-left: 20%;
	clear: both;
}

img { 
	margin: 5px;
}
a img {
	border: 0;
}


.left {
	clear: left;
}
.clearright {
	clear: right;
}
.right {
	text-align: right;
}
#port {
	margin-left: 50px;
	margin-right: 50px;	
}

#nav {
	font-size: .85em;
}

#nav ul {
	margin: 5px; 
	text-align: center;
	list-style-image: none; 
}

#nav li {
	text-align: left;
	list-style-type: none;
	display: inline;
} 

#nav a {
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #102254;
	line-height: 1.5em; 
	text-decoration: none; /*lets remove the link underlines*/

}

#nav a:link, #nav a:active, #nav a:visited  {
	font-weight: bold;
	color: #09122B;
	background-color: #D8DEE9;
}

#nav a:hover {
	font-weight: bold;
	background: #09122B;
	color: #D8DEE9;
}

input {
	width: 200px;
}
.port {
	text-align: center;
	margin: auto;
}
.canes {
	text-align: center;
	margin: auto;
	max-width: 900px;
}

.contact {
	width: 550px;
	text-align: right;
	margin-left: 180px; 
}
.address {
	color: #660000;
}
div.address {
	clear: left;
	width: 180px;
	float: left;
}

ul.product {
	display: inline;
	list-style-image: none; 
	list-style-type: none;
	text-align: center;
}
ul.product li{
	display: block;
	list-style-image: none; 
	list-style-type: none;
	text-align: center;
	width: 320px;
}
.event {
	clear: right;
	float: right;
	margin: 1em;
	padding: 0 1em;
	width: 40%;
	border: thick groove #FFFFFF;
	background-color: #F7F6F4; 
}
.canes {
	clear: right;
	float: right;
	margin-left: 10px;
	padding: 5px;
}
.canes h4 {
	margin: 0;
}
.floatleft {
	float: left; 
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
