body {
	margin: 0;
 	padding: 20px 0;
	text-align: center;
	background: #fff;
	color: #000;
}

#wrapper {
	width: 100%;
}

#wrapper, h1, h2, a, input, ul a, ul ul a, p a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 67%;
	color: #000;
}
#logop{ display:none;}
input, ul a, ul ul a, p a {
 	font-size: 100%;
}

ul, form {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	color: #aa7f61;
	background: #aa7f61;
	border: 0;
}

.hide
{
 display: none;
}

/*====================================================================*/
/* header and headings */

h1 {
	width: 700px;
	height: 100px;
	font-size: 70%;
	color: #fff;
	text-align: right;
}

h2, h2.home1, h2.home2 {
 	font-size: 130%;
	font-weight: bold;
	color: #000;
}

h2.home1 {
	float: left;
	width: 345px;
	display: inline;
}

h2.home2 {
	float: left;
	width: 140px;
	display: inline;
}

h3, h3.nobg, h3.xtratop {
	clear: left;
 	font-size: 100%;
	font-weight: bold;
}

h3.nobg {
	padding: 0;
	background: none;
}


h4, h4.xtra, h5 {
	font-size: 100%;
	font-weight: bold;
}


/*====================================================================*/
/* side menu  */
#menu {
display: none;
}

/*====================================================================*/
/* sub menu  */

#menu li.sub ul {
display: none;
}
/*====================================================================*/
/* content */
#content1 {
	float: left;
	width: 70%;
	display: inline; /* for IE double margin bug */
	margin: 0 8px 4px 0;
	padding: 5px 8px 30px 0;
	background: #fff;
}

#home {
	float: right;
	width: 170px;
	margin: 0;
}

#content2, #content2pics {
	float: left;
	width: 30%;
}
#content2pics img, #content2pics img.first {
	border: 1px solid #000;
	background: #fff;
}
p {
	margin: 0 0 12px 0;
}

p.prelist {
	margin: 0 0 4px 0;
}

#content1 img, #content1 img.second {
	float: left;
	border: 1px solid #a0633a;
	margin: 0 8px 4px 0;
}

#content1 img.second {
	margin: 8px 8px 0 0;
}

#content1 a, #content2 a, #content3 a {
	font-weight: bold;
}

#content1 a:hover, #content2 a:hover, #content3 a:hover {
	text-decoration: underline;
}

#content1 ul {
	list-style: square inside;
	margin: 0 0 16px 0;
}

#content1 ol {
	margin: 0 0 16px 0;
}

/* hide from Mac IE5 \*/
#content1 ul {
	list-style: square inside;
	margin: 0 0 16px 0;
	text-indent: -17px;
}

#content1 ol {
	margin: 0 0 16px 0;
}
/* end hide */

#content1 ul a, #content1 ol a {
	font-weight: normal;
}

/*====================================================================*/
/* footer */

#footer {display:none;}
/*====================================================================*/
/* forms */

form {
	margin: 0;
	padding: 0;
}

.txt {
	border: 1px solid #aa7f61;
	background: #fff;
	color: #595959;
	width: 300px;
	padding: 2px 3px;
	margin: 1px 0 6px 0;
}

input.btn {
	border: 1px solid #754019;
	background: #fff;
	color: #000;
	padding: 1px;
	margin: 0;
	width: 50px;
	font-size: 67% !important;
}

/*====================================================================*/
/* table */

table {
	width: 542px !important;
	width: 537px;
	margin: 0;
	padding: 0;
	border: 1px solid #aa7f61;
	border-right: 0;
	border-bottom: 0;
}

th, th.head {
	width: 32%;
	border-bottom: 1px dashed #aa7f61;
	border-right: 1px solid #aa7f61;
	padding: 3px 0 3px 3px;
	font-weight: normal;
}

th.head {
	border-bottom: 1px solid #aa7f61;	color: #000;
font-weight: bold;
}

th.last, td.last {
	border-bottom: 2px solid #aa7f61;
}

td, td.pic {
	text-align: middle;
	border-right: 1px solid #aa7f61;
	border-bottom: 1px dashed #aa7f61;
	padding: 3px;
}

td.pic {
	width: 172px;
	height: 130px;
	border-bottom: 2px solid #aa7f61;
}

th.name, td.name {
	font-weight: bold;
}

#content3 td img {
	text-align: center;
	margin: 0;
	border: 0;
}

