body, th, td {
	font-family: verdana, sans-serif;
	color: black;
}

html, body, form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	background-color: #ECA51B;
	font-size: 11px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

hr {
	margin: 0px 0px 5px 0px;
	border: solid 1px black;
	height: 0px;
}
th {
	text-align: left;
}
td {
	padding: 0px;
}

p {
	margin: 0 0 .6em 0;
}
input,
textarea {
	font-family: verdana, sans-serif;
	color: black;
	font-size: 11px;
}

/* *** The Basic setup *** */

div#mainDiv {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

div#topDiv {
	background: url(../im/layout/top.jpg);
	height: 200px;
}
div#contentDivOuter {
	background: url(../im/layout/repeat.jpg) repeat-y top left;
}
div#contentDiv {
	background: url(../im/layout/content.jpg) no-repeat top left;
	min-height: 400px;
	padding: 20px 30px;
}
div#bottomDiv {
	background: url(../im/layout/bottom.jpg) no-repeat top left;
	height: 42px;
}

img.floatRight {
	float: right;
	margin: 0px 0px 30px 10px;
}
img.border { border: solid 1px black; }

td.first {
	width: 300px;
}
td.kr {
	width: 20px;
}
th.price, td.price {
	width: 60px;
}

.r { text-align:right; }

/* *** div.text *** */

div.text,
div.text td,
div.text th {
	font-family: "Times New Roman", serif;
	font-size: 16px;
}

div.text h2 {
	font-family: verdana, sans-serif;
	font-size: 18px;
	margin: 0;
}

div.text a {
	color: #000033;
	text-decoration: none;
}

div.text a:hover {
	text-decoration: underline;
}

div.text hr {
	margin: 0px;
}

div.text ul.big li {
	margin-bottom: 1em;
}


/* *** jdMenu *** */

ul.jd_menu {
	position: absolute;
	margin: 181px 10px 0px 12px;
	padding: 0px;
	height: 19px;
	list-style-type: none;

	border: none;
}
ul.jd_menu ul {
	display: none;
}
ul.jd_menu a,
ul.jd_menu a:active,
ul.jd_menu a:link,
ul.jd_menu a:visited
{
	text-decoration: none;
	color: #000000;
}
ul.jd_menu li {
	float: left;
	padding: 3px 6px 2px 6px;
	cursor: pointer;
	white-space: nowrap;
}
ul.jd_menu li.jd_menu_hover_toolbar {
	background: #d56a00;
}
ul.jd_menu a.jd_menu_hover_toolbar {
	color: #000000;
}

/* -- Sub-Menus Styling -- */
ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

	background: #eda51b;
}
ul.jd_menu ul li {
	float: none;
	margin: 0px;
	padding: 3px 10px 3px 4px;
	width: 100%;
	background: #eda51b;
}
ul.jd_menu ul li.jd_menu_hover {
	background: #d56a00;
}
ul.jd_menu ul a,
ul.jd_menu ul a:active,
ul.jd_menu ul a:link,
ul.jd_menu ul a:visited {
	text-decoration: none;
	color: #000000;
}
ul.jd_menu ul a.jd_menu_hover {
	color: #000000;
}


/* *** table.mail *** */

table.mail td {
	padding-right: 20px;
	vertical-align: top;
}
table.mail input,
table.mail textarea {
	width: 400px;
	border: solid 1px black;
}
table.mail textarea {
	height: 100px;
}


/* *** more *** */

