body {
	padding: 0;
	margin: 0;
	background-color: #404040;
	xfont-family: sans-serif;
	font-size: 80%;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	font: Verdana;
}

#wrapper {
	width: 750px;
	border-left: 1px solid #000000;
	border-right: 3px solid #303030;
	border-bottom: 3px solid #303030;
	margin: 0 auto;
	background-color: #ffffff;
}

#heading {
	height: 70px;
	float: left;
}

#heading img {
	vertical-align: bottom;
}

#more {
	text-align: right;
	color: #006917;
	float: right;
	font: 900 -1;
	border-top: 0px;
	border-width: 0px;
	margin-top: -15px;
	margin-left: 10 px;
}

#price {
	float: left;
	font: normal bolder 120%;
	color: #006917;
}

#ad  {
	font-size : 10 px;
	font-family : veranda;
	color : black;
	background-color : ffffc0;
	border-left-width : 1 px;
	border-right-width : 1 px;
	border-top-width : 1 px;
	border-bottom-width : 1 px;
	border-color : Silver;
	border-style : solid;
	padding-left : 2 px;
	padding-right : 2 px;
	padding-top : 2 px;
	padding-bottom : 2 px;
}

#topmenu {
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #006917;
	border-top: 1px solid #006917;
	background-color: #f8f8f8;
	padding-left: 25px;
}

#maintext {
	float: left;
	width: 510px;
	padding: 20px 10px 20px 0px;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	min-height: 500px;
	border-right: 1px solid #e0e0e0;
	margin-left: 20px;
}

#maintext p {
	text-align: left;
	padding-top: 1px;
	margin-top: 1px;
}
#maintext ol {
	text-align: left;
}
#maintext table {
	margin-top: 10px;
	margin-bottom: 10 px;
	background-color: #c0c0c0;
	font-size: 90%;
	text-align: left;
	border: 1px solid #a0a0a0;
	width: 100%;
}

#maintext a {
	color: #006917;
	text-decoration: none;
}

#maintext a:hover {
	color: #006917;
	text-decoration: underline;
}

#maintext th {
	background-color: #e0e0e0;
	padding: 5px 5px 5px 5px;
	border: thin;
}

#maintext td {
	padding: 5px 5px 5px 5px;
	xborder: 1px solid #000000;
	background-color: #f7f7f7;
	
}

.warning {
	width: 100%;
	background-color: #FFFACD;
	padding: 10px 5px 5px 5px;
	border: 1px solid #eeeabd;
	color: Red;
	xmargin-left: -12px;
}

#maintext_full {
	float: left;
	width: 700px;
	padding: 20px 10px 20px 0px;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	min-height: 500px;
	border-right: 1px solid #e0e0e0;
	margin-left: 20px;
}

#leftcol {
	float: right;
	vertical-align: top;
	width: 170px;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: auto;
	text-align: left;
}
#leftcol p {
	text-align: left;
	padding-top: 1px;
	margin-top: 1px;
}
#leftcol ul {
	margin: 0;
	list-style: disc inside;
	text-align: left;
	list-style-type: none;
	background-color: Silver;
	border: 2px solid #505050;
}

#leftcol li {
	border-top: 1px solid #202020;
	display: : block;
	width: 130px;
	height: 20px;	
}

#sep {
	clear: both;
	height: 0;
}

#bottom_menu {
	border-top: 1px solid #006917;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 75%;
	text-align: center;	
}

#bottom_menu a{
	color: #808080;
	text-decoration: underline;
}
#bottom_menu a:hover {
	background: #ccffcc;
	color: #006917;
}

#footer {
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	color: #a0a0a0;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #606060;
	border: 1px 1px 1px 1px;
}

#footer p {
	text-align: right;
	padding-right: 20px;
	color: #f0f0f0;
	font-style: normal;
	font-family: sans-serif;
	font-size: 90%;
}


h1 {
	font-size: 140%;
	text-align: left;
	font-family: sans-serif;
	margin-bottom: 2px;
	color: #404040;
}

h2 {
	font-size: 100%;
	text-align: left;
	font-family: sans-serif;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

ul {
	margin-top: 1px;
	font-size: 90%;
	text-align: left;
	font-family: sans-serif;
	margin-left: 15px;
	list-style: disc;
}

p {
	font-family: sans-serif;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}