.infotable{
		   width: 500px;
}
.infotable td {
		   border: 1px solid #73C0D4;
		   text-align: left;
		   background-color: #FFCC66;
		   font-weight: bold;
		   padding: 4px;
}
.infotable th {
		   border: 1px solid #828282;
		   text-align: left;
		   font-weight: bold;
		   font-color: blue;
		   padding: 4px;
}
.infotable li {
		   font-weight: bold;
		   font-color: blue;
}

.infotable caption{
font: bold 1em verdana, sans-serif;
background-color: black;
color: white;
padding-top: 3px;
padding-bottom: 2px;
border: 1px solid #789AC6;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0 0 0;
	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100;
}
#content {
	width: 520px;
	float: right;
	padding: 20px 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#navigation {
	float: left;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #ED9F9F;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #FFCC66;
	border-right: 1px solid #FFCC66;
	background-color: #FFCC66;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #722100;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 168px;
}
#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #FFCC99;
	color: #722100;
	font-weight: bold;
}
#header{
		border: 1px 
		
}

#header .logo{
		float: center;
}

#footer {
	clear: both;
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}