body {
	margin: 0px;
	padding: 0px;
	background: url(common-bg.gif);
	background-repeat: repeat-y;
}

#body {
	width: 760px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/*link*/
a:link  { color: #800000; text-decoration: none }
a:visited  { color: #BF0000;  text-decoration: none }
a:hover  { color: #804040; text-decoration: none; }

/* left */

#left {
	width:144px;
}

#left-menu {
	padding: 8px;
	font-size: 12px;
}

#left-menu .parent {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#left-menu .child {
	padding-left: 12px;
	padding-bottom: 12px;
	color: #ff0066;
}
#left-menu .child a {
	color: #ff0066;
	text-decoration: none;
}
#left-menu .child a:link {
}
#left-menu .child a:visited {
}
#left-menu .child a:hover {
	color: #000000;
}
#left-menu .child a:active {
	color: #ffffff;
}

#left-menu .special {
}
#left-menu .special a {
	color: #009933;
	text-decoration: none;
}
#left-menu .special a:link {
}
#left-menu .special a:visited {
}
#left-menu .special a:hover {
	color: #000000;
}
#left-menu .special a:active {
	color: #ffffff;
}

/* top */

#top {
	width:616px;
	background: url(common-top-bg.gif);
	background-repeat: repeat-x;
}

#top-logo {
	width: 48px;
}

#top-menu {
	width: 568px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#top-menu a {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	text-decoration: none;
}

#top-menu a:link {
	color: #ffffff;
}
#top-menu a:visited {
	color: #ffffff;
}
#top-menu a:hover {
	color: #000000;
}
#top-menu a:active {
	color: #ffffff;
}

#top-menu a#menu1 {
	background: #33cc99;
}
#top-menu a#menu2 {
	background: #cc33cc;
}
#top-menu a#menu3 {
	background: #6699cc;
}
#top-menu a#menu4 {
	background: #ff9900;
}

/* content */

#content {
	padding:33px;
	padding-top: 0px;
	font-size: 14px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #00cc99;
	margin-bottom: -8px;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #800040;

}
.catch h1 {
	font-size: 24px;
	color: #cc33cc;
}

.catch p {
}

/* content/with-news */

#content #with-news {
	width: 376px;
	font-size: 14px;
}

/* content/news */

#content #news {
	width: 192px;
	padding-left: 16px;
	color: #999999;
	font-size: 12px;
}

#content #news h1 {
	color: #ff0066;
	font-size: 14px;
	line-height: 14px;
}
#content #news h1.alt {
	color: #3399cc;
}

/* image */

.image {
	float: right;
	padding-left: 16px;
	color: #999999;
	font-size: 11px;
}

.image-alt {
	float: left;
	padding-right: 16px;
	font-size: 11px;
	color: #999999;
}

/* form/table*/

form table {
	width: 85%;
	border: 1px solid #FF3399;
	background: #FF99cc;
}

form table td, form table th {
	padding: 4px;
	font-size: 12px;
}

form table th {
	background: #FF3399;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

form table tfoot td {
	background: #ffccdd;
	color: #cc0066;
	font-weight: bold;
	text-align: right;
}

form table td strong {
	color: #660099;
}

form table .item {
	line-height: 22px;
	text-align: right;
}

form table td input {
	font-family: monospace;
}

form table td input.price {
	margin-left: 8px;
	margin-right: 8px;
}

form table td input.submit {
	margin-left: 8px;
}

/* copyright */

#copyright {
	margin-bottom: 16px;
	padding-right: 8px;
	background: url('common-copyright.gif');
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
}

td.td2 {

	background: #ffccdd;
	color: #cc0066;
	font-weight: bold;
	text-align: right;
}

td.td3 {
	background: #FF3399;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}