body {
	background-color: #F3F3F3;
	font-size: small;
	padding: 0;
	margin-top: 5px;
}
#container {
	width: 850px;
	heigh: auto;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background-color: #ffffff;
	padding: 25px 10px 10px 50px; /*text top, right, bottom, left */
}
#content li {
	font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #565656;
	padding: 3px;
}
#content ul {
	margin: 0 0 0px 0;
}
#content a {
	background-color: #ddd;
	padding: 3px;
	color: #565656;
	text-decoration: none;
	text-shadow: #ffffff 2px 2px 1px;
}
#content a:hover {
	background-color: #d2d2d2;
	padding: 3px;
	color: #565656;
	text-decoration: none;
	text-shadow: #ffffff 2px 2px 1px;
}
#content h3 {
	font-family: helvetica;
	font-size: 180%;
	letter-spacing: -1px;
	color: #858585;
	text-shadow: #ffffff 2px 2px 1px;
	padding: 0 0 15px 0;
	margin: 0;
}
#content h4 {
	font-family: helvetica;
	font-size: 140%;
	letter-spacing: -1px;
	color: #808080;
	text-shadow: #ffffff 2px 2px 1px;
	padding: 0 0 15px 0;
	margin: 0;
}

#contright {
	width: 180px;
	float: right;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 90%;
	padding: 12px 12px 12px 12px; /*top, left, bottom, right*/
}

#topmenu {
	height: 14px;
	background: #624762 url("orange.jpg");
}
#top {
	height: 186px;
}
#footer {
	background: url(Images/green.jpg); 
	border-top: 3px solid #FFD62F;
	color: #fff;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-shadow: #333 2px 2px 1px;
	padding: 6px 0 6px 0;
}
#footer a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#heading {
	background-color: #ffffff;
}

#navigation a {
	font:11px arial;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	display:block;
	padding:10px;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#FFA215;
	padding: 10px 20px;
	border: 1pt dotted #FFD62F;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
/* general styling */
img, table {
	border: 0;
}
p, span {
	line-height: 20px;
	color: #565656;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 85%;
	margin-top: 0;
	padding: 0 0 12px 0;
}
input, textarea {
	color: #565656;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 85%;
	padding: 3px;
	border: 1px solid #999;
}
input:focus, textarea:focus {
	background-color: #f5f4c7;
	color: #635c1e;
	text-shadow: #ffffff 2px 2px 1px;
}
abbr {
	border-bottom: 1px dotted #999;
}
.blue {
	color: #116fbf;
	font-size: 100%;
	text-shadow: #ffffff 2px 2px 1px;
}
sup {
	font-size: 50%;
}
.price {
	font-family: georgia, arial;
	font-size: 150%;
}
/* table data */
td {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 85%;
	color: #808080;
}
td ul {
	font-size: 120%;
	margin: 0;
	padding: 10px;
	text-align: left;
}
td.data {
	background-color: #FFF;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid #CCC;
	line-height: 16px;
	text-align: center;
}
td.datashadier {
	background-color: #F5F5F5;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid #CCC;
	line-height: 16px;
	text-align: center;
}
td.datatitle-left {
	background: #ddd;
	padding: 5px 5px 5px 8px;
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	text-shadow: #ffffff 2px 2px 1px;
	text-align: center;
}
td.datatitle-right {
	background: #ddd;
	padding: 5px 5px 5px 8px;
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	text-shadow: #ffffff 2px 2px 1px;
	text-align: center;
}
td.datatitle-middle {
	background: #ddd;
	padding: 5px 5px 5px 8px;
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	text-shadow: #ffffff 2px 2px 1px;
	text-align: center;
}
