#allcontent {
	background-color: white;
	border: #006633 solid 2px;
	width: 675px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
body {
	background-image:  url(/images/backimage.gif);
	text-align: center;
}
p {
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	padding-bottom: 5px;
}
p a {
	color: #e49218;
}
p a:hover {
	color: #638291;
}
#header {
	background-image:  url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	margin: 0;
	padding-left: 0px;
	width: 675px;
	height: 400px;
	border-top: #999999 5px solid
}
#menu {
	width: 675px;
	text-align: center;
	list-style: none;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top:1px;
}
#menu a {
	color: #e49218;
	font-weight: bold;
	text-decoration: none;
	background-image:   url(/images/menuback2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	padding: 13px 20px 20px 40px
}
#menu a:hover {
	color: #e49218;
	background-image:  url(/images/screw.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#submenu {
	width: 100%;
	text-align: center;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#submenu a {
	color: #e49218;
	background-image:  url(/images/screw.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
}
#submenu a:hover {
	color: #006633;
}
#bar {
	width: 100%;
	background-color: #fcf1d1;
	color: #e49218;
	border-top: #e49218 solid 2px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
	
}
#image {
	position: static;
	text-align: right;
	margin-right: 5px;
	background-color: transparent;
	float: right;
	border: 0;
}
#main {
	float:right;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12pt;
	width:462px;
}
#main img {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: #638291 ridge 5px;
	float: left;
}
#main ol {
	text-align: left;
	margin: 10px;
	padding: 10px;
	color: #638291;
}
#side {
	float:left;
	position:relative;
	left:-50px;
	top:-30px;
	margin-right:-50px;
	width:250px;
	display:inline-block;
	padding-top: 60px;
	border-right: #999999 solid 2px;
	border-bottom: #999999 solid 2px;
	border-left: #cccccc solid 1px;
	border-top: #cccccc solid 1px;
	padding-bottom: 20px;
	background-color: #eeeeee;
	z-index: 99;
	background-image:  url(/images/sideback.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#side a {
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
	white-space: nowrap;
}
#side p {
	padding-left: 20px;
}
#footer {
	color: white;
	background-color: #e49218;
	width: 675px;
	padding: 0px;
	font-size: 10px;
	margin: 0;
	clear: both;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #ffcc99;
	text-decoration: none;
	margin-left: 3px;
}
