* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background: #B1B2BE;
	padding-bottom: 20px;
}

img {
	border: none;
}

h1 {
	width: 700px;
	background: url(images/top_art.gif);
	padding: 10px;
}

td {
	vertical-align: top;
}

th {
	vertical-align: top;
}

div#menuArea {
	position:absolute;
	top:auto;
	right:auto;
	bottom:auto;
	left: 0px;
	width:168px;
	background: #F7F7F4 url(images/menu/menu_back.gif);
}


div#menuArea h2 {
	clear: both;
	list-style: none;
}

div#menuArea p {
	padding: 4px 5px 0px;
	font-size: 10px;
	color:#81817E;
/*	background: url(images/menu_separator.gif) no-repeat bottom;	*/
}

div#menuArea a {
	color:#81817E;
	text-decoration: none;
}

div#menuArea div.feature {
	padding: 4px 5px 10px;
	font-size: 10px;
	color:#81817E;
	background:  url(images/menu/menu_separator.gif) no-repeat bottom;
} 
div#menuArea div.feature td {
	font-size: 10px;
	color:#81817E;
}

ul.menu li {
	list-style: none;
	font-size: 1px;
	background:  url(images/menu/menu_separator.gif) no-repeat bottom;
}

ul.menu h2 {
	margin:0px;
}
div#menuArea a {
	color: #6C6C69;
}

div#contentsArea {
	margin-left: 172px;
	width: 508px;
}

div.card {
	background:  url(images/card/card_back.gif) repeat-y;
	margin-bottom: 10px;
}

div.card h2 {
	margin-bottom: 5px;
}

div.card div.contents {
	margin: 0px 10px;
}


table.news td {
	font-size: 12px;
	padding-right: 5px;
}



form.mailform p {
	margin:0px 6px;
	font-size: 10px;
	color: #000000;
}

form.mailform table {
	margin:0px 6px;
	font-size: 10px;
	color: #000000;
}


