a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #FF0;
}

body {
	margin: 0px;
	background-color: #FFF;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x;
}

#container {
	margin: 0;
	width: 760px;
	border-right: 1px solid #000;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
}

#pankuzu {
	margin: 0;
	background-color: #FFF;
	background-image: url(../image/pankuzu-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#pankuzu p {
	margin: 0;
	font-size: 65%;
	line-height: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 13px;
}

#main {
	margin: 0;
	background-color: #FFF;
}

#menu {
	margin: 0;
	padding: 0 0 15px 0;
	background-image: url(../image/menu-bg.gif);
	background-repeat: repeat-y;
}
#menu .wrapper {
	background-color: #FFF;
}
#menu img {
	margin-top: 1px;
}

#submenu {
	margin: 1px 0 0 0;
	padding: 0 0 0 9px;
	background-image: url(../image/submenu-bg.gif);
	background-repeat: repeat-y;
}
#submenu .mark {
	vertical-align: top;
	padding-top: 2px;
}
#submenu .body {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 1.0em;
}

#footer {
	margin: 0;
	width: 760px;
}
#footer td {
	background-color: #09C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FFFFFF;
	vertical-align: middle;
}
#footer .text {
	padding-left: 12px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.red {
	color: #FF0000;
}
.blue {
	color:#09C;
}