body {
	background-color: #021330;
        color: #021330;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
        
h1 {
	text-align: center;
}

hr {
	color: #021330;
	border: solid;
	width: 50%;
	text-align: center;
}

a:link { 
	color: #EF5352
	text-decoration: none; 
}

a:visited { 
	color: #4D9DAA; 
	text-decoration: none;
}

a:hover { 
	color: #F9A03E;
	text-decoration: none; 
}

#header {
	background-color: #AD5C4D;
	width: 800px;
	height: 97px;
	margin-bottom: 10px;
}


#navigation {
	background-color: #AD5C4D;
	background-image: url(images/navtexture.jpg);
	background-repeat: repeat;
	width: 150px;
	padding: 10px 10px 10px 10px;
	float: left;
}

#main {
	background-color: #AD5C4D;	
	margin-left: 180px;
	margin-right: 190px;
	padding: 10px 10px 10px 10px;
	border: ridge 10px;
	border-color: #4D9DAA;
}

#mainalt {
	background-color: #AD5C4D;	
	margin-left: 180px;
	margin-right: 50px;
	padding: 10px 10px 10px 10px;
	font-size:14px;
	font-weight: bold;
	border: ridge 10px;
	border-color: #4D9DAA;
}

#mainsitemap {
	background-color: #4D9DAA;
        margin-left: 180px;
	margin-right: 50px;
	padding: 10px 10px 10px 10px;
	font-size:14px;
	font-weight: bold;
	border: ridge 10px;
	border-color: #AD5C4D;
}

#mainsitemap a:link {
	color: #EF5352;
	text-decoration: none; 
}

#mainsitemap a:visited {
	color: white;
	text-decoration: none;
}

#mainsitemap a:hover {
	color: #F9A03E;
	text-decoration: none;
}



#giftshop {
	background-color: #4D9DAA;
	width: 150px;
	padding: 10px 10px 10px 10px;
	float: right;
	border: ridge 5px #AD5C4D;
}

#footer {
	background-color: #4D9DAA;
	text-align: center;
	font-weight: bold;
	font-size: small;
	clear: both;
}

table {
	color: white;
}

table a:link {
	color: white;
	text-decoration: none;
}

table a:visited {
	color: #021330;
	text-decoration: none;
}

table a:hover {
	color: white;
	text-decoration: none;
}

table .navsection {
	background-color: #4D9DAA;
        border: solid 2px #EF5352;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	filter: alpha (opacity=90);
}

table .navsub {
	background-color: #4D9DAA;
	border: solid 1px #000000;
	text-align: left;
	font-size: 12px;
	filter: alpha (opacity=80);
}

.leftalignimage {
	background-color: none;
	text-align: left;
}

.centeralignimage {
	text-align:center;
}



.leftalignimage img {
	text-align: right;
	display: inline;
	text-indent: 20px;
}

#shoptable table {
	background-color: gray;
	border: solid 2px black;
	color: #021330;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#shoptable th  {
	background-color: white;
	border: dotted 1px black;
}

#shoptable td  {
	border: dotted 1px black;
}

