body{
	background-color: #F3F3F3;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

#mainbody{
	width: 978px;
}

#menu {
	width: 120px;
	float: left;
}
#menu ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: Arial;
	font-weight: bold;
	height: 48px;
}
#menu li a {
	color: #F3F3F3;
	background-color: #000000;
	border: 6px outset #000000;
	width: 120px;
	text-decoration: none;
	display: block;
	height: 20px;
}
#menu li a:hover {
	color: #000000;
	background-color: #F3F3F3;
	border: 6px inset #F3F3F3;
}

#toppic{
	width: 778px;
	float: right;
}

#content{
	background-image: url('image/othonastock07.gif');
	background-repeat:repeat;
	width: 778px;
	float: right;
}

#footer{
	font-size: 10px;
	line-height: 0px;
	border: 1px solid #006666;
	clear: both;
}

h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2{
	font-size: 18px;
	font-weight: bold;
}

h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.style1{
	font-weight: bold;
	text-align: center;
}

a{
	color: #330000;
}

a:hover{
	color: #F3F3F3;
	background-color: #006666;
}