

body {
	margin: 0px;
	padding: 0px;

	background: url(../images/body_bg.gif) repeat top left;

	text-align: center;
}

#wrapper {
	width: 640px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;

	background: #ffffff;

	text-align: left;
}

.hidden {
	display: none;
}

h1 {
	margin: 5px 0px;
	padding: 3px;

	background: #ffffff;
}

h2 {
	margin: 5px 0px;
	padding: 3px;

	background: #ffffff;
}

h3 {
	margin: 5px 0px;
	padding: 3px;

	background: #ffffff;

	font-size: 85%;
}

img {
	border: none;
}

#header {
	margin: 0px;
	padding: 0px;
}

#header p {
	color: #ff0000;
}

#header #menu {
	width: 600px;
	height: 30px;
	margin: 10px 20px;
	padding: 0px;

	list-style: none;
}

#header #menu li {
	width: 120px;
	height: 30px;
	margin: 0px;
	padding: 0px;

	float: left;
}

#header #menu li a {
	width: 120px;
	height: 30px;
	margin: 0px;
	padding: 0px;

	display: block;
}

#header #menu li a#menu_01 {
	display: block;
	background: url(../images/menu_01.gif) no-repeat top center;
}

#header #menu li a#menu_01:hover {
	background-position: bottom;
}

#header #menu li a#menu_02 {
	display: block;
	background: url(../images/menu_02.gif) no-repeat top center;
}

#header #menu li a#menu_02:hover {
	background-position: bottom;
}

#header #menu li a#menu_03 {
	display: block;
	background: url(../images/menu_03.gif) no-repeat top center;
}

#header #menu li a#menu_03:hover {
	background-position: bottom;
}

#header #menu li a#menu_04 {
	display: block;
	background: url(../images/menu_04.gif) no-repeat top center;
}

#header #menu li a#menu_04:hover {
	background-position: bottom;
}

#header #menu li a#menu_05 {
	display: block;
	background: url(../images/menu_05.gif) no-repeat top center;
}

#header #menu li a#menu_05:hover {
	background-position: bottom;
}

#right_menu {
	width: 200px;
	height: auto;
	margin: 10px 20px;
	padding: 0px;

	float: right;
}

#link_to_top {
	width: 200px;
	height: 40px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.right_menu_list {
	margin: 2px 0px;
	padding: 1px 7px;

	list-style-type: none;
	background: #ffffff;

	font-size: 80%;
}

#menu_field {
	width: 200px;
	margin: 0px;
	padding: 10px;

	background: url(../images/right_bg.gif) #cceeff repeat-x bottom;
}

#left_contents {
	width: 360px;
	height: auto;
	margin: 10px 20px;
	padding: 0px;

	float: left;
}

#left_contents p {
	margin: 0px;
	padding: 5px;

	background: #ffffff;

	font-size: 85%;
	line-height: 1.4em;
}

#bread_list {
	width: 360px;
	margin: 10px 0px 10px 0px;
	padding: 4px;

	font-size: 70%;

	background: #eeeeee;
}

#content_field {
	width: 360px;
	margin: 0px;
	padding: 10px;

	background: url(../images/left_bg.gif) #ccccff repeat-x bottom;
}

#footer {
	clear: both;

	margin: 10px 0px;
	padding: 0px;
}

#copyright {
	width: 600px;
	margin: 10px 20px 20px 20px;
	padding: 8px;

	text-align: center;
	font-size: 80%;

	border-top: #cccccc 1px dotted;
	border-bottom: #cccccc 1px dotted;
}

.red {
	color: #ff0000;
}

.green {
	color: #009900;
}

.lightgreen {
	color: #99cc00;
}

.yellow {
	color: #cccc00;
}

.blue {
	color: #0000cc;
}

.magenta {
	color: #cc0099;
}

.purple {
	color: #cc00ff;
}

.gray {
	color: #999999;
}

.olive {
	color: #cccc33;
}

.ash {
	color: #669999;
}

.brown {
	color: #996633;
}

.cinamon {
	color: #ccaa00;
}

.lemon {
	color: #eeee66;
}

.mos {
	color: #006666;
}

.water {
	color: #66bbff;
}