
body {
background-color: #ffffff; margin: 0px; padding: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
}
SELECT, option, textarea, input {  
 border: 1px #000000 solid;
}
h1 {
	font-size: 140%; color: #990000;
}
#container {
	background-image: url(images/background.jpg); background-repeat: no-repeat;
	height: 780px; width:1000px;
}
#header {
	background-image: url(images/akf_itto_martial_arts.gif);background-repeat: no-repeat;
 height:39px; margin: 25px 0px 0px 5px;
}
#content {
	background-image: url(images/akf_itto_logo.gif); background-position: right top;
	background-repeat: no-repeat; margin: 65px 0px 0px 250px; height: 700px; padding-top: 145px;
float: left; width: 500px;}
#right {
	width: 150px; float:right; background-color: #ffffff; height: 500px; 
	margin-top: 200px; padding: 10px 10px 10px 40px; background-image: url(images/rightbk.jpg); background-repeat: repeat-y;
}
#right img {
	text-align: center;
}
a {
	color: #990000;
}
#menu {
	color: #ffffff; font-weight: bold; margin-top: 48px; font-size: 85%;margin-left: 10px;
}
#menu ul {
	margin: 0px; padding: 0px; list-style-type: none;
}
#menu li {
	float: left; margin-right: 20px;
}
#menu a {
	color: #ffffff; text-decoration: none;
}
#menu a:hover {
	color: #990000;
}
.button {
	background-color: #990000; color: #ffffff; padding: 3px; font-size: 85%; font-weight: bold;
	float: right; border: 1px solid #000000; cursor: pointer;
}
.contact {
	font-size: 90%;
}
.submenu {
	line-height: 25px;
}
.submenu a {
	text-decoration: none;
}
.submenu a:hover {
	color: #000000; 
}
.floatleft {
	float:left; margin: 0px 10px 10px 0px;
}
.floatright {
	float: right; margin: 0px 0px 10px 10px;
}