body {
margin: 0;
padding: 0;
text-align: center;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
}

#title {
	position: relative;
	width: 900px;
	background: url(../images/logo.jpg) right no-repeat;
	border: 1px; 
	margin: 10px;
}

#options {
	margin-top: 30px;
	margin-left: -11px;
}

#options a:hover {
	background: #B7B7B7;
}



img.floatleft {
	margin: 20px 20px;
	width: auto;
	float: left;
}

#main {
	width: 900px;
	border: 1px solid black;
	margin: -11px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url(../images/ki.gif) bottom right no-repeat;
	background-position: 99% 95%;
}

#floatright {
	margin-left: 390px;
}

#footer {
	margin-left: -11px;
	width: 902px;
	background: #222;
	color: #EEE;
	text-align: right;
	clear: both;
}

#footer p {
	margin-right: 6px;
}


* {
	font-family: verdana, arial, sans-serif;
}

p {
	font-size: 0.6em;
}

h1 {
	font-size: 1.2em;
	text-decoration: none;
}

h2 {
	font-size: 0.8em;
	text-decoration: none;
}

ul.nav {
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
}

ul.nav li {
	display: inline;
}

ul.nav a {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	border: 1px solid black;
	padding: 5px 15px 5px 15px;
	margin-right: 0px;
	background-color: #EAEAEA;
	text-decoration: none;
	color: #333;
}

#floatright li {
	margin-bottom: 2px;
}

#main a:hover {
	color: #E2001A;
}

body#index ul.nav a#currentHome,
body#instructor ul.nav a#currentInstructor,
body#classes ul.nav a#currentClasses,
body#location ul.nav a#currentLocation,
body#seminars ul.nav a#currentSeminars,
body#gallery ul.nav a#currentGallery,
body#downloads ul.nav a#currentDownloads,
body#links ul.nav a#currentLinks,
body#aikido ul.nav a#currentAikido {
	background-color: #FFF;
}
	
#map {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 18px;
	width: auto;
}


#info {
	margin-left: 540px;
}
